|
@@ -630,8 +630,8 @@ class OutboundClient:
|
|
|
return call_info
|
|
|
|
|
|
def hold(self, con, call_id, device_id):
|
|
|
- self.bridge_break(con, call_id, device_id)
|
|
|
- self.server.cache.set_need_play_hold_music(call_id)
|
|
|
+ # self.bridge_break(con, call_id, device_id)
|
|
|
+ # self.server.cache.set_need_play_hold_music(call_id)
|
|
|
self.hold_play(con, device_id, HOLD_MUSIC_PATH)
|
|
|
|
|
|
def bridge_break(self, con, call_id, device_id):
|