[Asterisk-Users] IVR Timing out

2005-01-24 Thread kurt x
I set up an IVR systems that plays a message for 15 seconds but 
once the message is over you can not select any of the prompts.
If you select something within 10 seconds the IVR system works.

I even set the ResponseTimeout cmd to 25 secs but that does
not work.

Jan 24 09:54:29 NOTICE[-1222644816]: sched.c:221 sched_settime:
Request to schedule in the past?!?!


[attendant]
;Main welcome message
exten = s,1,Wait(2)
exten = s,2,DigitTimeout,5
exten = s,3,ResponseTimeout,25
exten = s,4,Background(welcome_n2p1)
exten = s,5,Hangup

Thanks in advance for help,

Kurt
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] IVR Timing out

2005-01-24 Thread C F
Of course not it hangsup on you at priority 5


On Mon, 24 Jan 2005 10:13:49 -0500, kurt x [EMAIL PROTECTED] wrote:
 I set up an IVR systems that plays a message for 15 seconds but
 once the message is over you can not select any of the prompts.
 If you select something within 10 seconds the IVR system works.
 
 I even set the ResponseTimeout cmd to 25 secs but that does
 not work.
 
 Jan 24 09:54:29 NOTICE[-1222644816]: sched.c:221 sched_settime:
 Request to schedule in the past?!?!
 
 [attendant]
 ;Main welcome message
 exten = s,1,Wait(2)
 exten = s,2,DigitTimeout,5
 exten = s,3,ResponseTimeout,25
 exten = s,4,Background(welcome_n2p1)
 exten = s,5,Hangup
 
 Thanks in advance for help,
 
 Kurt
 ___
 Asterisk-Users mailing list
 Asterisk-Users@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

___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] IVR Timing out

2005-01-24 Thread kurt x
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
[EMAIL PROTECTED] 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)
 

___
Asterisk-Users mailing list
Asterisk-Users@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