[Asterisk-cvs] asterisk/apps app_dial.c,1.69,1.70
anthm at lists.digium.com
anthm at lists.digium.com
Sat Jun 5 21:28:00 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv13460/apps
Modified Files:
app_dial.c
Log Message:
fix D() issue with to short of a duration
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- app_dial.c 22 May 2004 23:17:33 -0000 1.69
+++ app_dial.c 6 Jun 2004 02:30:10 -0000 1.70
@@ -857,7 +857,7 @@
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) {
More information about the svn-commits
mailing list