From: Richard Mudgett Date: Thu, 2 Jul 2009 22:01:28 +0000 (+0000) Subject: Merged revisions 204834 via svnmerge from X-Git-Tag: 11.0.0-beta1~4547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a894c33cb32bcee4bc6152fca7067c1e13752b66;p=thirdparty%2Fasterisk.git Merged revisions 204834 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r204834 | rmudgett | 2009-07-02 16:59:43 -0500 (Thu, 02 Jul 2009) | 10 lines Removed confusing warning message "Got Busy in Connected State" If an incoming mISDN call is answered with the Answer application and a subsequent Dial gets a busy endpoint then it is valid for that already connected channel to get the busy indication. Asterisk will play the busy tones until the dialplan plays something else or hangs up the call. (closes issue #11974) Reported by: fvdb ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204835 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index 3a11f74f17..cb23646bd1 100644 --- a/channels/chan_misdn.c +++ b/channels/chan_misdn.c @@ -6676,8 +6676,6 @@ static int misdn_indication(struct ast_channel *ast, int cond, const void *data, if (p->state != MISDN_CONNECTED) { start_bc_tones(p); misdn_lib_send_event(p->bc, EVENT_DISCONNECT); - } else { - chan_misdn_log(-1, p->bc->port, " --> !! Got Busy in Connected State !?! ast:%s\n", ast->name); } return -1; case AST_CONTROL_RING: