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:
Christian Richter
2007-03-27 15:00:10 +00:00
parent 0220349ca4
commit 10760fce2c

View File

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