[asterisk-users] Included context

C F shmaltz at gmail.com
Tue Sep 26 10:55:41 MST 2006


How about trying Noop(CONTEXT IS: ${CONTEXT}) before you post it? but
now that you have posted just try it and report back.

On 9/26/06, Artifex Maximus <artifexor at gmail.com> wrote:
> Hello,
>
> For example I have this dialplan:
>
> [context1]
> exten => s,1,Noop
> exten => s,n,Dial(...)
> exten => s,n,Playback(${CONTEXT})
> exten => s,n,Hangup
>
> [context2]
> include => context1
>
> [context3]
> include => context1
>
> Then I make dial-out call files with context2, context3, etc. What is
> the value of ${CONTEXT} in that case? Still context1 because it's
> physically there or context2, context3 because I am included from
> there (so in a way logically is there). I didn't find any exact answer
> that's why I'm asking here.
>
> bye,
> Zsolt
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.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