Actually, for the exten 911, it flows through "do stuff", then "do stuff3" instead of "do stuff2". I want to implement it because I can maintenance the dial plan easily.
Say, My default context is [mycontext], and your default context is [yrcontext]. We have some common contexts but not all. So I can simple remark some include statement of it is not necessary. As I expect, I can go thro' "do stuff, 2 & 3 stuff" and you can go thro' "2 & 3 stuff". But I am wrong in the design. Someone here suggest to use macro to implement my design. As I want to use ARA in my design. If I use macro to here, ARA will be meaningless. [mycontext] include => context1 include => context2 include => context3 [yrcontext] include => context2 include => context3 [context1] exten => 911,1,do stuff here [context2] exten => *31,1, enable cfwd exten => *32,1, disable cfwd exten => 911,1, do stuff2 here exten => 911,2, do stuff3 here On 7/17/06, Steve Davies <[EMAIL PROTECTED]> wrote:
On 7/17/06, unplug <[EMAIL PROTECTED]> wrote: > According to your setting, below is meaningless. Am I right? > > [apps] > include => emergency > include => cfwd > include => mailbox > > [emergency] > exten => 911,1,do stuff here > > [cfwd] > exten => *31,1, enable cfwd > exten => *32,1, disable cfwd > exten => 911,1, do stuff2 here > exten => 911,2, do stuff3 here <=== my typo > > [mailbox] > exten => *41,1, enable mailbox > exten => *42,1, disable mailbox > Why would you want (or need) to do this? As you seem to realise already, the "do stuff2/3 here" lines will do nothing. If you were writing a shell-script, and put a comment at the start of a line it would also do nothing - Should we change that too? You seem to be un-necessarily trying to rewrite the structure provided in the extensions.conf file. Is there something _functional_ that you cannot do that you need to be able to do? Or is it just that you cannot lay out the file in the specific order that you want to? Perhaps if you gave a real-life example with details of what you are trying to do, it might be easier to offer a solution that suits your needs. Regards, Steve _______________________________________________ --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
_______________________________________________ --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
