projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a550016
)
fix D() issue with to short of a duration
author
Anthony Minessale II
<anthmct@yahoo.com>
Sun, 6 Jun 2004 02:30:10 +0000
(
02:30
+0000)
committer
Anthony Minessale II
<anthmct@yahoo.com>
Sun, 6 Jun 2004 02:30:10 +0000
(
02:30
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3152
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dial.c
patch
|
blob
|
history
diff --git
a/apps/app_dial.c
b/apps/app_dial.c
index
03bbbbb
..
3f145ae
100755
(executable)
--- 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) {