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

List of working PBX / calling / answering #169

Open
FrankMeyerEDV opened this issue Aug 17, 2023 · 3 comments
Open

List of working PBX / calling / answering #169

FrankMeyerEDV opened this issue Aug 17, 2023 · 3 comments

Comments

@FrankMeyerEDV
Copy link

Hi,

im looking for a PBX that is supported by pyVoip for calling and answering. Developer Taylor is user Asterisk i guess, but if we try FreePBX pyVoip does unregister after 3 seconds.
499[2023-08-17 06:49:25] VERBOSE[8312] res_pjsip/pjsip_options.c: Contact 68/sip:[email protected]:5060 is now Unreachable. RTT: 0.000 msec

Maybe s.o. can tell me which version/settings i Asterisk needs to be set to make calls and answers possible.

Here is a List of PBX i already tested:

  • FritzBox (works fine for incoming calls, but strong noise, no outgoing calls)
  • Easybell (works fine for incoming calls, but strong noise, no outgoing calls)
  • 3CX (not working at all, registration fails)
  • Auerswald (registration works, but no calls working, I think ulaw codec is not supported)
  • FreePBX (Asterisk 18.16.0) (not working, registers but af after 3 seconds unregisters)

Thanks and hi to everybody! Frank

@briankdouglas
Copy link

I experience the same issue. Is there a resolution for the module to not publish as unreachable fo Asterisk?

@key2peace
Copy link
Contributor

try #213 (dev) or #216 (master) and see if your list changes,
master version has been tested with 3cx here at home

@briankdouglas
Copy link

The issue with FreePBX is because of PJSIP instead of SIP. PJSIP requires a response to the qualify request. The module can work with FreePBX when legacy extensions are enabled and the module is assigned to a SIP (not PJSIP) extension.

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