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:
ec6644c
)
Increase DTMF duration in f.sample, just in case. Bug#1414
author
Jeremy McNamara
<jj@nufone.net>
Fri, 30 Apr 2004 05:21:36 +0000
(
05:21
+0000)
committer
Jeremy McNamara
<jj@nufone.net>
Fri, 30 Apr 2004 05:21:36 +0000
(
05:21
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2833
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_h323.c
patch
|
blob
|
history
diff --git
a/channels/chan_h323.c
b/channels/chan_h323.c
index
18960df
..
b455246
100755
(executable)
--- a/
channels/chan_h323.c
+++ b/
channels/chan_h323.c
@@
-920,9
+920,9
@@
int send_digit(unsigned call_reference, char digit)
f.frametype = AST_FRAME_DTMF;
f.subclass = digit;
f.datalen = 0;
- f.samples = 300;
- f.offset = 0;
- f.data = NULL;
+ f.samples = 800;
+ f.offset = 0;
+ f.data = NULL;
f.mallocd = 0;
f.src = "SEND_DIGIT";