mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3825,7 +3825,9 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
|
||||
case MISDN_CALLING:
|
||||
case MISDN_DIALING:
|
||||
case MISDN_PROGRESS:
|
||||
|
||||
case MISDN_ALERTING:
|
||||
case MISDN_PROCEEDING:
|
||||
case MISDN_CALLING_ACKNOWLEDGE:
|
||||
if (bc->nt) {
|
||||
bc->progress_indicator=8;
|
||||
tone_indicate(ch, TONE_BUSY);
|
||||
|
Reference in New Issue
Block a user