Commit 136c1760 authored by Muhammadali's avatar Muhammadali

update version: 1.1.4

parent b737ddf4
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.1.3", "version": "1.1.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -191,6 +191,7 @@ export class BoxDialer { ...@@ -191,6 +191,7 @@ export class BoxDialer {
{ name: 'Organization', value: 'Technounit' }, { name: 'Organization', value: 'Technounit' },
], ],
}; };
console.log('_ostackConfig: ', ostackConfig);
this.oSipStack = new SIPml.Stack(ostackConfig); this.oSipStack = new SIPml.Stack(ostackConfig);
if (this.oSipStack.start() !== 0) { if (this.oSipStack.start() !== 0) {
......
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