Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hangs up when answering a call #34

Open
pmeat opened this issue Apr 9, 2019 · 2 comments
Open

Hangs up when answering a call #34

pmeat opened this issue Apr 9, 2019 · 2 comments

Comments

@pmeat
Copy link

pmeat commented Apr 9, 2019

When trying to make an outgoing call using the demo provided on the site, the call completes but once it is answered it immediately hangs up. Noticed this error on the browser console:

app.js:226 Uncaught TypeError: Cannot read property 'displayName' of null
at Object.logCall (app.js:226)
at f. (app.js:126)
at f.d.emit (sip.min.js:35)
at f.b.receiveResponse [as receiveNonInviteResponse] (sip.min.js:35)
at Object.b.RequestSender.receiveResponse (sip.min.js:37)
at b.receiveResponse (sip.min.js:37)
at d.receiveResponse (sip.min.js:39)
at d.onMessage (sip.min.js:39)
at WebSocket.ws.onmessage (sip.min.js:39)

@oxygen
Copy link

oxygen commented Apr 28, 2019

The callLog function receives a null value for the session param.

However, I don't think this is the reason for the hang up.

@sayemk
Copy link

sayemk commented Feb 23, 2020

I am having same issue when dialed party answering call,

`app.js:127 Uncaught TypeError: Cannot read property 'ctxid' of null
at f. (app.js:127)

at f.d.emit (sip.min.js:35)

at f.b.receiveResponse [as receiveNonInviteResponse] (sip.min.js:35)

at Object.b.RequestSender.receiveResponse (sip.min.js:37)

at b.receiveResponse (sip.min.js:37)

at d.receiveResponse (sip.min.js:39)

at d.onMessage (sip.min.js:39)

at WebSocket.ws.onmessage (sip.min.js:39)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants