aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-02 21:59:43 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-02 21:59:43 +0000
commit56a8284b6ad333743cc29a71faef86c263d55af3 (patch)
treeb38d2657f7d42a97fe4e26bc6eff2b43d0d54250 /channels/chan_misdn.c
parent6426951ada4d5b5a1108a9fdc1cb7aa516f07377 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@204834 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 34070fd35..24d043a46 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -2431,8 +2431,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: