Commit 9ccac822 authored by Muhammadali's avatar Muhammadali

update

parent f457b297
{
"name": "boxdialer",
"version": "1.5.4",
"version": "1.5.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -353,17 +353,18 @@ export class BoxDialer {
this.callDirection = 'in';
this.oSipSessionCallSecond = event.newSession;
this.oSipSessionCallSecond.setConfiguration(this.oConfigCall);
this.onSoundType({ type: 'ring', bool: true });
this.setGuiPhoneState({
funcName: 'modalState',
funcParam: {
bool: true,
callType: '',
callAnswerType: null,
callFromName: event?.o_event?.o_session?.o_uri_from?.s_user_name,
},
});
// this.onSoundType({ type: 'ring', bool: true });
// this.setGuiPhoneState({
// funcName: 'modalState',
// funcParam: {
// bool: true,
// callType: '',
// callAnswerType: null,
// callFromName: event?.o_event?.o_session?.o_uri_from?.s_user_name,
// },
// });
} else {
console.log('oSipSessionCall_FIRST_line');
this.onSipStateChange.secondLine(false);
this.callDirection = 'in';
this.oSipSessionCall = event.newSession;
......
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