[asterisk-users] IVR

Samuel Nair rave09 at yahoo.com
Mon Nov 2 00:07:52 CST 2009


Try running your asterisk service with the -vvvc option or connect to it 
via the -r option, and then try making a call that would cause it to 
land in the default context, you will see the way asterisk traverses the 
dial plan, this will give you good debug info.

sam!!

Thomas Perron wrote:
> Hi Juan,
> I have this:
>
> [default]
> ;include => stdexten
> include => big10-IVR
> include => cleveland-IVR
> exten => _1703XXXXXXX,1,Goto(big10-IVR,s,1)
> exten => _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)
>
> You recommend I have this:
>
> [default]
> exten => _1703XXXXXXX,1,Goto(big10-IVR,s,1)
> exten => _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)
>
> I tried this and it does not seem to work.
> Other thoughts?
> Where located please?
>
>
>
> 2009/11/1 "Juan E. Rodríguez" <jerdguez at gmail.com 
> <mailto:jerdguez at gmail.com>>
>
>     As I see here, you do not have to include the big10 context inside
>     the default context, as you have an extension defined to reach
>     that context 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-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 => s,n,Background(astcc-please-enter-your)
>>     ------------------------------------------------------------------------
>>
>>     _______________________________________________
>>     -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>>     asterisk-users mailing list
>>     To UNSUBSCRIBE or update options visit:
>>        http://lists.digium.com/mailman/listinfo/asterisk-users
>
>     _______________________________________________
>     -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
>     asterisk-users mailing list
>     To UNSUBSCRIBE or update options visit:
>       http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list