[asterisk-users] How to get dial tone back
atik khan
atik.khan at gmail.com
Sun Jan 7 11:15:48 MST 2007
On 1/7/07, Yuan LIU <yliu11 at hotmail.com> wrote:
> After the user navigated some voice menus, how do I give him another (fake)
> dial tone?
Have you try this?
from http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Playtones
Example 2
Especially useful for the s extension:
exten => s,1,Answer
exten => s,2,Playtones(dial)
;use DigitTimeout previous to Asterisk 1.2
exten => s,3,Set(TIMEOUT(digit)=5)
exten => s,4,WaitExten(60)
atik
More information about the asterisk-users
mailing list