After the user navigated some voice menus, how do I give him another (fake) dial tone? Yuan Liu
Anselm Martin Hoffmeister
2007-Jan-07 04:20 UTC
[asterisk-users] How to get dial tone back
Am Samstag, den 06.01.2007, 23:19 -0800 schrieb Yuan LIU:> After the user navigated some voice menus, how do I give him another (fake) > dial tone?If you want the user to get the tone meaning "please dial a number now", perhaps DISA is the right you. http://www.voip-info.org/wiki/view/Asterisk+cmd+DISA BR Anselm
On 1/7/07, Yuan LIU <yliu11@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
>From: "atik khan" <atik.khan@gmail.com> > >On 1/7/07, Yuan LIU <yliu11@hotmail.com> wrote: >>After the user navigated some voice menus, how do I give him another >>(fake) >>dial tone? > >Have you try this?Thanks for the reference and example, atik. Seems exactly what I need. Yuan Liu>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 >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Mojo with Horan & Company, LLC
2007-Jan-08 16:16 UTC
[asterisk-users] How to get dial tone back
The DISA application ("show application disa" at the CLI) will let you do this. Mojo On Saturday, January 06, 2007 10:19 pm, Yuan LIU wrote:> After the user navigated some voice menus, how do I give him another (fake) > dial tone? > > Yuan Liu > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users