shockingly, this worked.

This commit is contained in:
Matthew Connelly 2019-05-06 13:41:31 +01:00
parent 0e8e5b5be5
commit 16dad09773
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class CallCb(pj.CallCallback):
def on_dtmf_digit(self, digit):
global state
Log(2, "dtmf-digit", "received DTMF digit(s) %s" % digit)
Log(3, "dtmf-digit", "received DTMF signal: %s" % digit)
if digit == '*':
self.disconnect_media()
self.destroy_media()