tayler6000 / pyVoIP

Pure python VoIP/SIP/RTP library. Currently supports PCMA, PCMU, and telephone-event
https://pypi.org/project/pyVoIP/
GNU General Public License v3.0
207 stars 90 forks source link

List of working PBX / calling / answering #169

Open FrankMeyerEDV opened 10 months ago

FrankMeyerEDV commented 10 months ago

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:68@192.168.222.17: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:

Thanks and hi to everybody! Frank

briankdouglas commented 6 months ago

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

key2peace commented 5 months ago

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

briankdouglas commented 5 months ago

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.