Commit bd83a19b authored by Muhammadali's avatar Muhammadali

update

parent 9ccac822
...@@ -349,6 +349,7 @@ export class BoxDialer { ...@@ -349,6 +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');
this.onSipStateChange.secondLine(true); this.onSipStateChange.secondLine(true);
this.callDirection = 'in'; this.callDirection = 'in';
this.oSipSessionCallSecond = event.newSession; this.oSipSessionCallSecond = 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