Commit 9ccac822 authored by Muhammadali's avatar Muhammadali

update

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