shockingly, this worked.
This commit is contained in:
parent
0e8e5b5be5
commit
16dad09773
|
@ -139,7 +139,7 @@ class CallCb(pj.CallCallback):
|
||||||
|
|
||||||
def on_dtmf_digit(self, digit):
|
def on_dtmf_digit(self, digit):
|
||||||
global state
|
global state
|
||||||
Log(2, "dtmf-digit", "received DTMF digit(s) %s" % digit)
|
Log(3, "dtmf-digit", "received DTMF signal: %s" % digit)
|
||||||
if digit == '*':
|
if digit == '*':
|
||||||
self.disconnect_media()
|
self.disconnect_media()
|
||||||
self.destroy_media()
|
self.destroy_media()
|
||||||
|
|
Loading…
Reference in New Issue