From cc36c3d475099efaf1ce0f431f4428a4ba16c28d Mon Sep 17 00:00:00 2001 From: Anthony Minessale II Date: Sun, 6 Jun 2004 02:30:10 +0000 Subject: fix D() issue with to short of a duration git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3152 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_dial.c') diff --git a/apps/app_dial.c b/apps/app_dial.c index 03bbbbb9a..3f145ae01 100755 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -857,7 +857,7 @@ static int dial_exec(struct ast_channel *chan, void *data) chan->whentohangup = now + calldurationlimit; } if (!ast_strlen_zero(sdtmfdata)) - res = ast_dtmf_stream(peer,chan,sdtmfdata,0); + res = ast_dtmf_stream(peer,chan,sdtmfdata,250); } if (!res) { -- cgit v1.2.3