[asterisk-users] IVR

2009-11-01 Thread Thomas Perron
Is this going to work: [default] include = stdexten include = big10-IVR include = cleveland-IVR exten = _17035745353,1,Goto(big10-IVR,s,1) exten = _15672528431,1,Goto(cleveland-IVR,s,1) [big10-IVR] exten = s,1,Answer() exten = s,n,Background(dir-welcome) ;exten = s,n,WaitExten(1) ;exten =

[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 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 Thomas Perron
on and if there are any errors in you configuration. Peter On Nov 2, 2009, at 4:39 AM, Thomas Perron wrote: 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

Re: [asterisk-users] IVR

2009-11-01 Thread Thomas Perron
and its extention is start extension. If the cleveland-IVR is based on the start extension too, the same applies. Besides that, it would work...(maybe not the way you expect... :-) ) Regards, Juan Thomas Perron wrote: Is this going to work: [default] include = stdexten include = big10

<    1   2