[Asterisk-Users] Includes include the includes?
Chris Mason (Lists)
lists at masonc.com
Fri Jun 17 04:39:56 MST 2005
First, let me apologize for the multiple posts - my procmail recipe had a
bug that hid most mail form the list for a day.
The inheritance of includes creates a problem for me. I want to group the
extensions, not put them all in default to control access to features. So
[office] extensions should have the include => longdistance but [building1]
should not.
However, how can [building1] then dial office?
Chris Mason
www.anguillaguide.com
Tel: (305) 704-7249 Fax: (815)301-9759
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
> Tarpo, Louie
> Sent: Wednesday, June 15, 2005 9:03 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] Includes include the includes?
>
> Yes it does. You want something like this...
>
> [office]
> include => default
> include => local
> include => international
>
> [building1]
> include => default
> include => local
>
> [default]
> exten => 700,1,Dial(SIP/${EXTEN})
> exten => 100,1,Dial(SIP/${EXTEN})
> exten => 200,2,Dial(SIP/${EXTEN})
> ;and so on for your other extensions
>
More information about the asterisk-users
mailing list