|
@@ -630,6 +630,7 @@ class OutboundClient:
|
|
|
|
|
|
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.hold_play(con, device_id, HOLD_MUSIC_PATH)
|
|
|
|
|
|
def bridge_break(self, con, call_id, device_id):
|