|
@@ -418,6 +418,7 @@ class InboundClient:
|
|
|
arg = ''.join(builder)
|
|
|
print('debugger::bridge_break, arg=%s'%arg, flush=True)
|
|
|
self.con.api(TRANSFER, arg)
|
|
|
+ print('debugger::bridge_break success, arg=%s'%arg, flush=True)
|
|
|
|
|
|
def play_file(self, call_id, device_id, file, sync):
|
|
|
"""放音"""
|
|
@@ -453,6 +454,7 @@ class InboundClient:
|
|
|
arg = ''.join(builder)
|
|
|
print('debugger::hold_play, arg=%s' % arg, flush=True)
|
|
|
self.con.api(UUID_BROADCAST, arg)
|
|
|
+ print('debugger::hold_play success, arg=%s' % arg, flush=True)
|
|
|
|
|
|
def play_timeout(self, call_id, timeout):
|
|
|
"""播放超时主动挂机"""
|