[Asterisk-Users] Giving user progress in an voice menu system

Christopher Stephens asterisk at chuljin.com
Thu May 12 12:55:12 MST 2005


(here at the top because I can never remember which placement of the
reply is preferred)
Your 'macro to dial the phones' presumably has a Dial statement...add
the option 'r' or 'm' (qq.v. in show application dial) thereto.

On Thu, 12 May 2005 12:43:47 -0700, "Sean Kennedy"
<skennedy at tpno-co.org> said:
> Hi all,
> 
> I have a voice menu system ( Outlined below ), and I'd like to give the 
> user some feedback when they dial an extension ( ringing, music, 
> SOMETHING ).  As it stands, when a user enters an extension from the 
> menu system, they hear silence while the line rings.  I even tried 
> including the Ringing application before calling my macro to dial the 
> phones, with no luck.
> 
> Any help is apprecaited.
> 
> Sean
> 
> 
> [800-in]
> 
> exten => s,1,Answer
> exten => s,2,Background(billing-welcome)
> exten => s,3,ResponseTimeout(5)
> exten => s,4,Background(billing-menu)
> exten => t,1,Goto(s,3)
> 
> exten => i,1,Playback(pbx-invalid)
> exten => i,2,Goto(s,2)
> 
> exten => 101,1,Ringing
> exten => 101,2,Wait(1)
> exten => 101,3,Macro(ext,101)
> 
> exten => 113,1,Ringing
> exten => 113,2,Wait(1)
> exten => 113,3,Macro(ext,113)
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

(here at the bottom because I can never remember which placement of the
reply is preferred)
Your 'macro to dial the phones' presumably has a Dial statement...add
the option 'r' or 'm' (qq.v. in show application dial) thereto.



More information about the asterisk-users mailing list