Skip to content
New issue

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

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

Already on GitHub? # to your account

Can't make incoming calls as because the extension is UNREACHABLE. #56

Open
amir-eee opened this issue Oct 9, 2023 · 0 comments
Open

Comments

@amir-eee
Copy link

amir-eee commented Oct 9, 2023

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:

     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:089q63gm@1ejlevqrbh76.invalid;transport=ws SIP/2.0
Via: SIP/2.0/WS 20.147.223.220:5060;branch=z9hG4bK7b866875;rport
Max-Forwards: 70
From: "Unknown" sip:Unknown@20.147.223.220;tag=as1735d89c
To: sip:089q63gm@1ejlevqrbh76.invalid;transport=ws
Contact: sip:Unknown@20.147.223.220:5060;transport=ws
Call-ID: 4c2b11167087ddc70fb6da8d78f81930@20.147.223.220: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

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

No branches or pull requests

1 participant