mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Merged revisions 59252 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59252 | crichter | 2007-03-27 15:56:15 +0200 (Di, 27 Mär 2007) | 1 line fixed #9355 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4349,7 +4349,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