View previous topic :: View next topic |
Author |
Message |
venefax at gmail.com Guest
|
Posted: Wed Jun 04, 2014 8:51 pm Post subject: [asterisk-users] Change time between DTMF |
|
|
I already shortened the DTMF duration, but I need to change the time
elapsing between them.
The first thing I achieved by changing a parameter in asterisk.conf,
but how do I conquer the second goal?
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mespio at gmail.com Guest
|
Posted: Thu Jun 05, 2014 1:06 pm Post subject: [asterisk-users] Change time between DTMF |
|
|
You could use Timeout function. Like this:
1)Timeout(digit): max interval time between digits in DTMF.
2)Timeout(response): max time wait for autofallthrough.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|