Commit 128dcb28 authored by Muhammadali's avatar Muhammadali

update

parent 0f248170
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.7.1", "version": "1.7.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -350,7 +350,7 @@ export class BoxDialer { ...@@ -350,7 +350,7 @@ export class BoxDialer {
case 'stack_i_new_call': case 'stack_i_new_call':
console.log('stack_i_new_call', event); console.log('stack_i_new_call', event);
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) {
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