|
@@ -205,9 +205,9 @@ class InboundClient:
|
|
|
if device_list and len(device_list) == 1:
|
|
|
device_id = device_list[0].device_id
|
|
|
self.break0(device_id)
|
|
|
- if not WaitingHangupMusicPath:
|
|
|
- self.hangup_call(call_id, device_id, CallCause.WAITING_TIMEOUT)
|
|
|
- return
|
|
|
+ # if not WaitingHangupMusicPath:
|
|
|
+ # self.hangup_call(call_id, device_id, CallCause.WAITING_TIMEOUT)
|
|
|
+ # return
|
|
|
self.hold_play(device_id, WaitingHangupMusicPath)
|
|
|
self.play_timeout(call_id, timeout=30)
|
|
|
next_command = NextCommand(device_id = device_id, next_type=NextType.NEXT_HANGUP.code)
|