ftocc

Call Sequence Questions/Problems...

patbaker82
Posts: 63
Member Since:
2008-03-05

1.) I'm unable to find where I can specify what to do after a asterisk t ( timeout ). Currently the system plays through the prompts I have, and if the user doesn't do anything about 5 seconds after playing those prompts the system will say "goodbye" and hang up. Is there a way to just repeat the menu?; Without explicitly defining a "Keypress Option"?

2.) The same for asterisk i ( invalids ). When a user presses an invalid extension (say by mistake), after the system says "invalid, please try again", the system waits 5 seconds and disconnects. Is there no way to have the IVR repeat?

Excuse myself in advance if this is documented some where...

Regards,

Patrick



Mike Joyce
Posts: 424
Member Since:
2007-03-07
Hey Patrick, There is no way

Hey Patrick,

There is no way to "loop" a menu other than repeating the item's multiple times. However, you could create an artificial loop (a very very bad idea) by doing something like the following:

Main:
1. Play my VP listen for keypress
2. Wait 5 seconds listen for keypress
3. Play my VP listen for keypress
4. Wait 5 seconds listen for keypress
5. Go to Submenu instantly: Main2

Main2:
1. Go to Submenu instantly: Main

However, you would end up in a situation here where the system would NEVER hang up. This is dangerous, you have been warned! ;)

Thanks,
Mike



kerryg
Posts: 6450
Member Since:
2006-05-31
That's probably not that

That's probably not that dangerous and is exactly how I set mine up. This way a timeout doesnt occur and the call will process all the way to an extension and voicemail eventually if someone (like my in-laws) are using rotary phones or DTMF isnt working right.

--

Kerry Garrison
I am not associated with Fonality anymore
VoipSpeak.net - Asterisk Tutorials



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.