[Asterisk-Users] * does not listen to DTMF during wait ?
Tim Jackson
tim at angelinacounty.net
Sat Nov 6 13:19:21 MST 2004
Instead of Wait use Background and play silence:
exten => s,3,Background(custom/menu)
exten => s,4,Background(loligo/silence/10)
-Tim
On Sat, 2004-11-06 at 13:03 -0700, Damon Estep wrote:
> My incoming auto attendant plays a prompt, waits for 5 seconds, and the
> plays the prompt again giving the user a chance to respond.
>
> The exten => s,2,Wait,5 prevents users from being able to make a
> selection during the wait interval. DTMF is only processed during the
> background prompt playback interval.
>
> Is this by design? Is there another way to do the same thing?
>
> Damon
> _______________________________________________
> 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
More information about the asterisk-users
mailing list