[asterisk-users] priority problem

Kai Ober kast.asterisk at gmx.de
Mon Jul 17 00:34:44 MST 2006


I use include in an other way than you do.
i use different extensions, not the same in each includet context, maybe 
that makes more sense (to you)

[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

[mailbox]
exten => *41,1, enable mailbox
exten => *42,1, disable mailbox


> Thanks again.  But I want to ask what is the usage of include if it is
> a continue-until-matched type of contruct.




More information about the asterisk-users mailing list