|
@@ -54,7 +54,7 @@ class CallService:
|
|
|
except:
|
|
|
pass
|
|
|
custom_device_id = devices[0]
|
|
|
- print('debugger::hold, custom_device_id=%s'%custom_device_id, flush=True)
|
|
|
+ self.logger.info('debugger::hold, custom_device_id=%s'%custom_device_id)
|
|
|
self.client.bridge_break(custom_device_id)
|
|
|
Cache.set_need_play_hold_music(call_info.call_id)
|
|
|
print('debugger::hold success custom_device_id=%s'%custom_device_id, flush=True)
|