[asterisk-users] IVR

Thomas Perron thomas.perron at gmail.com
Sun Nov 1 23:12:23 CST 2009


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>

>  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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091102/c5bfbeba/attachment.htm 


More information about the asterisk-users mailing list