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
I'm facing UNREACHABLE issue on ctxSip phone. Where actually I'll change in sip.js file please assist me. Thanks in Advance.
My sip.js contact uri:
while(contacts--) { contact = response.parseHeader('contact', contacts); if(contact.uri.user === this.ua.contact.uri.user) { expires = contact.getParam('expires'); break; } else { contact = null; } }
SIP Debug:
NOTICE[11012]: chan_sip.c:30209 sip_poke_noanswer: Peer '401' is now UNREACHABLE! Last qualify: 0
OPTIONS sip:[email protected];transport=ws SIP/2.0 Via: SIP/2.0/WS 20.147.223.220:5060;branch=z9hG4bK7b866875;rport Max-Forwards: 70 From: "Unknown" sip:[email protected];tag=as1735d89c To: sip:[email protected];transport=ws Contact: sip:[email protected]:5060;transport=ws Call-ID: [email protected]:5060 CSeq: 102 OPTIONS User-Agent: IPBX-2.11.0(13.30.0) Date: Mon, 09 Oct 2023 20:36:11 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Content-Length: 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm facing UNREACHABLE issue on ctxSip phone. Where actually I'll change in sip.js file please assist me. Thanks in Advance.
My sip.js version is: useragent "SIP.js/0.7.8"
My sip.js contact uri:
SIP Debug:
NOTICE[11012]: chan_sip.c:30209 sip_poke_noanswer: Peer '401' is now UNREACHABLE! Last qualify: 0
OPTIONS sip:[email protected];transport=ws SIP/2.0
Via: SIP/2.0/WS 20.147.223.220:5060;branch=z9hG4bK7b866875;rport
Max-Forwards: 70
From: "Unknown" sip:[email protected];tag=as1735d89c
To: sip:[email protected];transport=ws
Contact: sip:[email protected]:5060;transport=ws
Call-ID: [email protected]:5060
CSeq: 102 OPTIONS
User-Agent: IPBX-2.11.0(13.30.0)
Date: Mon, 09 Oct 2023 20:36:11 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
The text was updated successfully, but these errors were encountered: