pyVoIP icon indicating copy to clipboard operation
pyVoIP copied to clipboard

List of working PBX / calling / answering

Open FrankMeyerEDV opened this issue 1 year ago • 3 comments

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

FrankMeyerEDV avatar Aug 17 '23 06:08 FrankMeyerEDV

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

briankdouglas avatar Dec 19 '23 04:12 briankdouglas

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

key2peace avatar Jan 16 '24 18:01 key2peace

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.

briankdouglas avatar Jan 16 '24 19:01 briankdouglas