Saint Michael
2017-Feb-05 09:36 UTC
[asterisk-users] pjsip asterisk 13 add time between DTMF digits
I noticed that when I dial some 7 followed by any digit, the other side gets confused. I would like to double the milliseconds inter-digits in SendDTMF(). Is there a way to change both the DTMF duration and its interval? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170205/7194f49a/attachment.html>
Richard Mudgett
2017-Feb-05 10:05 UTC
[asterisk-users] pjsip asterisk 13 add time between DTMF digits
On Sun, Feb 5, 2017 at 3:36 AM, Saint Michael <venefax at gmail.com> wrote:> I noticed that when I dial some 7 followed by any digit, the other side > gets confused. I would like to double the milliseconds inter-digits in > SendDTMF(). Is there a way to change both the DTMF duration and its > interval? >>From the CLI do:core show application SendDTMF Right there in the documentation it says you can specify the intra-tone time and the DTMF duration. You can also look on wiki.asterisk.org for the SendDTMF documentation. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170205/c2e33dab/attachment.html>