mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
fixed #9355
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@59252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3902,7 +3902,8 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
|
||||
|
||||
if (ch->ast) {
|
||||
ch->ast->hangupcause=bc->cause;
|
||||
ast_queue_control(ch->ast, AST_CONTROL_BUSY);
|
||||
if (bc->cause == 17)
|
||||
ast_queue_control(ch->ast, AST_CONTROL_BUSY);
|
||||
}
|
||||
ch->need_busy=0;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user