Commit 738e9986 authored by Muhammadali's avatar Muhammadali

update-

parent c468e451
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.3.1", "version": "3.3.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -242,7 +242,7 @@ export class BoxDialer { ...@@ -242,7 +242,7 @@ export class BoxDialer {
call_m_stream_audio_remote_added: '6', call_m_stream_audio_remote_added: '6',
// call_i_ao_request: 'connectingOutgoing', // call_i_ao_request: 'connectingOutgoing',
stack_m_permission_accepted: this.callDirection === 'in' ? '1 ' : '5', stack_m_permission_accepted: this.callDirection === 'in' ? '1 ' : '5',
call_i_ao_request: this.callDirection === 'in' ? '1 ' : '5', // call_i_ao_request: this.callDirection === 'in' ? '1 ' : '5',
}; };
return sipState && uiStates[sipState] ? uiStates[sipState] : ''; return sipState && uiStates[sipState] ? uiStates[sipState] : '';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment