enable_early_ims:true,//(window.localStorage ? window.localStorage.getItem('org.doubango.expert.disable_early_ims') != "true" : true), // Must be true unless you're using a real IMS network
//bandwidth: (window.localStorage ? tsk_string_to_object(window.localStorage.getItem('org.doubango.expert.bandwidth')) : null), // could be redefined a session-level
//video_size: (window.localStorage ? tsk_string_to_object(window.localStorage.getItem('org.doubango.expert.video_size')) : null), // could be redefined a session-level
sip_headers:[
{
name:'User-Agent',
value:'Alovoice-client/v1.0-2023.08.08',
},
{name:'Organization',value:'Technounit'},
],
};
console.log('_ostackConfig: ',ostackConfig);
this.oSipStack=newSIPml.Stack(ostackConfig);
if(this.oSipStack.start()!==0){
console.log('<b>Failed to start the SIP stack</b>');