Commit 8e40a3af authored by Muhammadali's avatar Muhammadali

update

parent bb5dc1f4
......@@ -922,7 +922,8 @@ export class BoxDialer {
'hangupButtonClick========-----------',
this.callSession._status,
);
if (this.callSession) this.callSession.terminate();
if (this.callSession && this.callSession._status != '8')
this.callSession.terminate();
}
transferButtonClick(number) {
......
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