Commit dffc254d authored by Muhammadali's avatar Muhammadali

update-

parent 6c2c8c27
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.7.0", "version": "3.7.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -694,6 +694,7 @@ export class BoxDialer { ...@@ -694,6 +694,7 @@ export class BoxDialer {
// funcName: 'dynamicValue', // funcName: 'dynamicValue',
// funcParam: false, // funcParam: false,
// }); // });
this.options.extraHeaders = ['X-AloVoice-Test: 123'];
this.callSession = this.ua.call( this.callSession = this.ua.call(
'sip:' + phoneNumberString + '@' + this.sipDomain, 'sip:' + phoneNumberString + '@' + this.sipDomain,
this.options, this.options,
......
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