[asterisk-users] include statements in IVR

2009-11-01 Thread Thomas Perron
I want to match specific contexts to menus. If users dial a number (example: 1703444) then start with context big10-IVR If users dial a number (example: 1567444) then start with context cleveland-IVR It is not working. I have played with the include statements and am close but no cigar.

Re: [asterisk-users] include statements in IVR

2009-11-01 Thread Peter
Try removing the include statements from the default context and see what happens. Also double check to make sure calls are sent to the default context. Peter On Nov 2, 2009, at 3:40 AM, Thomas Person wrote: I want to match specific contexts to menus. If users dial a number (example:

Re: [asterisk-users] include statements in IVR

2009-11-01 Thread Thomas Perron
How do I check On 11/1/09, Peter peter.johans...@omnitor.se wrote: Try removing the include statements from the default context and see what happens. Also double check to make sure calls are sent to the default context. Peter On Nov 2, 2009, at 3:40 AM, Thomas Person wrote: I want to

Re: [asterisk-users] include statements in IVR

2009-11-01 Thread Peter
Check the channel driver configuration file, or fire up CLI with max verbosity and monitor its output while calling the dialplan extensions. CLI is like a good friend that tells you whats going on and if there are any errors in you configuration. Peter On Nov 2, 2009, at 4:39 AM, Thomas

Re: [asterisk-users] include statements in IVR

2009-11-01 Thread Thomas Perron
ok thanks On Sun, Nov 1, 2009 at 11:16 PM, Peter peter.johans...@omnitor.se wrote: Check the channel driver configuration file, or fire up CLI with max verbosity and monitor its output while calling the dialplan extensions. CLI is like a good friend that tells you whats going on and if