aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channel.c b/channel.c
index 9349f035e..e870cfb65 100755
--- a/channel.c
+++ b/channel.c
@@ -1425,8 +1425,7 @@ static int do_senddigit(struct ast_channel *chan, char digit)
ast_playtones_start(chan,0,dtmf_tones[15], 0);
else {
/* not handled */
- ast_log(LOG_WARNING, "Unable to handle DTMF tone '%c' for '%s'\n", digit, chan->name);
- return -1;
+ ast_log(LOG_DEBUG, "Unable to handle DTMF tone '%c' for '%s'\n", digit, chan->name);
}
}
return 0;