|
@@ -79,8 +79,7 @@ class CallService:
|
|
|
custom_device_id = device_id
|
|
|
self.logger.info('hold, custom_device_id=%s'%custom_device_id)
|
|
|
self.client.bridge_break(call_info.call_id, custom_device_id)
|
|
|
- self.client.hold_play(device_id, HOLD_MUSIC_PATH)
|
|
|
- # self.cache.set_need_play_hold_music(call_info.call_id)
|
|
|
+ self.cache.set_need_play_hold_music(call_info.call_id)
|
|
|
self.logger.info('hold success custom_device_id=%s'%custom_device_id)
|
|
|
|
|
|
def cancel_hold(self, call_info: CallInfo, device_id):
|