-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I was trying to send dtmf events using dial_dtmf method but always returns PJ_EINVAL. I tried with string and bytes as well. I looked into your code and found the method PyUnicode_ToPJ which is doing the conversion. The method uses PyUnicode_Check(obj). It seems Python3 str object is not passing this method. I tried following:
call.dial_dtmf(b'5551234567#')
`call.dial_dtmf('5551234567#')
None worked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels