Commit 2b28aa5c authored by Muhammadali's avatar Muhammadali

update-

parent a1492779
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.9.2", "version": "3.9.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -371,6 +371,10 @@ export class BoxDialer { ...@@ -371,6 +371,10 @@ export class BoxDialer {
callType: 'connected', callType: 'connected',
}, },
}); });
this.onSipStateChange.innerCallerModal({
bool: false,
type: 'connected',
});
// const numberRegexp = /\"(\d+)\"/; // const numberRegexp = /\"(\d+)\"/;
// const fromNumber = numberRegexp.exec( // const fromNumber = numberRegexp.exec(
// data.request.headers.From[0].raw, // data.request.headers.From[0].raw,
......
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