aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-30 05:21:36 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-30 05:21:36 +0000
commita838470dbe5ea49951703deaa762bef35c4fa698 (patch)
treea51d192c404b7db7c314813c433406105de747fe /channels/chan_h323.c
parent9b087f2d76eea546a6e05615b3406cbee7cfee99 (diff)
Increase DTMF duration in f.sample, just in case. Bug#1414
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2833 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_h323.c')
-rwxr-xr-xchannels/chan_h323.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 18960dfed..b4552466e 100755
--- 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";