tayler6000 / pyVoIP

Pure python VoIP/SIP/RTP library. Currently supports PCMA, PCMU, and telephone-event

Home Page:https://pypi.org/project/pyVoIP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoIPCall.get_dtmf() doesn't work on version 2.0.0a5

BryanValc opened this issue · comments

It used to work just fine on version 1.6.8

For additional context I'm using Python 3.10.12
Also I'm on an Ubuntu Server 22.04
image

I changed TLS_VERIFY_MODE to CERT_NONE
image

Applied the fix of the maxsplits mentioned in another issue that I saw
image

This other fix of the callback
image

I tried many different ways of accessing the dtmfs but I just can't figure it out, please help :((