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

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:[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

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

1 participant