From 33a2c1be2723cd08673401bfbda8c2af8eafa40e Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 8 May 2006 14:45:18 +0000 Subject: Minor cleanup on dtmf calling (bug #7076) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25567 f38db490-d61c-443f-a65b-d21fe96a405b --- channel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'channel.c') diff --git a/channel.c b/channel.c index 81af67100..800ad847d 100644 --- a/channel.c +++ b/channel.c @@ -2186,8 +2186,7 @@ static int do_senddigit(struct ast_channel *chan, char digit) if (chan->tech->send_digit) res = chan->tech->send_digit(chan, digit); - if (!(chan->tech->send_digit && chan->tech->send_digit_begin) || - res) { + if (res) { /* * Device does not support DTMF tones, lets fake * it by doing our own generation. (PM2002) -- cgit v1.2.3