Hello,
i have the following setup:
Freeswitch with webRTC ready
Internet Explorer 11
web app with sip.js
FYI, before this, i tried on chrome browser and i could get it working.
So from Internet explorer im trying to crea a new User Agent
and i get the following input:
Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · authenticationFactory: undefined
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · authorizationUser: "sipb_gustavo"
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · displayName: "Silviu"
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · instanceId: "9b807962-7572-4de8-bd5f-a82c8b08c9d3"
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · sipjsId: "73b04"
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · hostportParams: "208.x.x.x"
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | · media: undefined
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) |
sip.ua | user requested startup...
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:48 GMT-0400 (BOT) | sip.transport | connecting to WebSocket ws://208.x.x.x:5066
Thu Oct 15 2015 18:58:49 GMT-0400 (BOT) | sip.transport | WebSocket ws://208.x.x.x:5066 connected
sip-0.7.0.js:2817 Thu Oct 15 2015 18:58:49 GMT-0400 (BOT) |
sip.ua | connection state set to 0
SCRIPT5007: Unable to get property 'resolve' of undefined or null reference
File: sip-0.7.0.js, Line: 9174, Column: 7
i actually get sipjs register the extension, but after a couple seconds i get:
SCRIPT12030: WebSocket Error: Network Error 12030, The connection with the server was terminated abnormally
Thu Oct 15 2015 15:34:35 GMT-0700 (Pacific Daylight Time) | sip.transport | WebSocket connection error: {}
Thu Oct 15 2015 15:34:35 GMT-0700 (Pacific Daylight Time) | sip.transport | WebSocket disconnected (code: 1006)
Thu Oct 15 2015 15:34:35 GMT-0700 (Pacific Daylight Time) | sip.transport | WebSocket abrupt disconnection
Thu Oct 15 2015 15:34:35 GMT-0700 (Pacific Daylight Time) |
sip.ua | connection state set to 1
Thu Oct 15 2015 15:34:35 GMT-0700 (Pacific Daylight Time) | sip.transport | Connection to WebSocket ws://
208.x.x.x:5066 severed, attempting first reconnect
Thu Oct 15 2015 15:34:35 GMT-0700 (Pacific Daylight Time) | sip.transport | connecting to WebSocket ws://
208.x.x.x:5066Thu Oct 15 2015 15:34:37 GMT-0700 (Pacific Daylight Time) | sip.transport | WebSocket ws://
208.x.x.x:5066 connected
Thu Oct 15 2015 15:34:37 GMT-0700 (Pacific Daylight Time) |
sip.ua | connection state set to 0
SCRIPT5007: Unable to get property 'resolve' of undefined or null reference
File: sip-0.7.1.js, Line: 9232, Column: 7
Does anyone have a clue why this happens??
Actually im tied up to IE, so not using IE is not an option :(, does anyone made this work with internet explorer???
thanks alot!!