mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
Increase DTMF duration in f.sample, just in case. Bug#1414
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2833 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user