774056846 4 months ago
parent
commit
cf408570c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/callcenter/esl/client.py

+ 2 - 0
src/core/callcenter/esl/client.py

@@ -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):
         """播放超时主动挂机"""