Commit a480d5dd authored by Muhammadali's avatar Muhammadali

update-

parent cb93c368
{
"name": "boxdialer",
"version": "2.6.5",
"version": "2.6.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -226,6 +226,10 @@ export class BoxDialer {
this.callDirection === 'in'
? 'connectingIncoming'
: 'connectingOutgoing',
call_i_ao_request:
this.callDirection === 'in'
? 'connectingIncoming'
: 'connectingOutgoing',
};
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