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:
Christian Richter
2006-06-19 07:36:18 +00:00
parent 9f2a6516cf
commit cdbddf5892

View File

@@ -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);