We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @kirm
I m trying to use jsSIP to REGISTER . now im registered, how do i send message over websocket
sip.send
{ "method": "MESSAGE", "uri": "sip:[email protected];transport=ws", "headers": { "to": "sip:[email protected]", "from": { "uri": "sip:34020000002000000001@3402000000", "params": { "tag": "52624" } }, "call-id": "217160", "cseq": { "method": "MESSAGE", "seq": 46960 } }, "content": "hello" }
result
err: Error: getaddrinfo ENOTFOUND por87rlbree0.invalid at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'por87rlbree0.invalid' }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
AFAIK, using same ip address for source and destination causes problems in sip.js.
thanks for the tips. i ll try to use the different ip address later.
and i would like to know how to solve this.
No branches or pull requests
Hi @kirm
I m trying to use jsSIP to REGISTER .
now im registered,
how do i send message over websocket
sip.send
result
The text was updated successfully, but these errors were encountered: