Commit 0ff5beac authored by Muhammadali's avatar Muhammadali

update

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