Commit 0ff5beac authored by Muhammadali's avatar Muhammadali

update

parent af200260
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.5.6", "version": "1.5.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -349,7 +349,7 @@ export class BoxDialer { ...@@ -349,7 +349,7 @@ export class BoxDialer {
this.onSipStateChange.secondLine(false); this.onSipStateChange.secondLine(false);
} }
if (this.oSipSessionCall.o_session.o_stream_remote.id) { if (this.oSipSessionCall.o_session.o_stream_remote.id) {
console.log('oSipSessionCall_SECOND_line'); console.log('oSipSessionCall__', 'SECOND_line');
this.onSipStateChange.secondLine(true); this.onSipStateChange.secondLine(true);
this.callDirection = 'in'; this.callDirection = 'in';
this.oSipSessionCallSecond = event.newSession; this.oSipSessionCallSecond = event.newSession;
...@@ -365,7 +365,7 @@ export class BoxDialer { ...@@ -365,7 +365,7 @@ export class BoxDialer {
// }, // },
// }); // });
} else { } else {
console.log('oSipSessionCall_FIRST_line'); 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