pyVoIP
pyVoIP copied to clipboard
List of working PBX / calling / answering
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
I experience the same issue. Is there a resolution for the module to not publish as unreachable fo Asterisk?
try #213 (dev) or #216 (master) and see if your list changes, master version has been tested with 3cx here at home
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.