[Asterisk-Users] IVR Timing out

kurt x kurtwp at gmail.com
Mon Jan 24 11:15:26 MST 2005


Did what you suggested but with the same results plus the following
error messages:



[attendant]
;Main welcome message
exten => s,1,Wait(2)
exten => s,2,DigitTimeout,5
exten => s,3,AbsoluteTimeout(25)
exten => s,4,Background(welcome_n2p1)
;exten => s,4,ResponseTimeout,25
;exten => s,5,Hangup
exten => s,5,Background(silence/10)
exten => s,6,Background(silence/10)
exten => s,7,Goto(s,5)



Jan 24 13:10:51 WARNING[-1233134672]: file.c:473 ast_openstream: File
silence/10 does not exist in any format
Jan 24 13:10:51 WARNING[-1233134672]: file.c:761 ast_streamfile:
Unable to open silence/10 (format ULAW): No such file or directory

Kurt 


On Mon, 24 Jan 2005 12:53:11 -0500, Roger Gulbranson
<roger at gulbranson.com> wrote:
> On Mon, 2005-01-24 at 12:36 -0500, kurt x wrote:
> > . Once the .gsm file is finished playing you can not select any of the
> > menu items. The
> > .gsm file is roughly 15 to 17 seconds long.    If you make a selection
> > before the .gsm
> > file finishing playing you can select any of the menu items.
> 
> OK, then following my previous advice, alter your s extension to:
> 
> exten => s,1,Wait(2)
> exten => s,2,DigitTimeout(5)
> exten => s,3,AbsoluteTimeout(25)
> exten => s,4,Background(welcome_n2p1)
> exten => s,5,Background(silence/10)
> exten => s,6,Background(silence/10)
> exten => s,7,GoTo(s,5)
> 
>



More information about the asterisk-users mailing list