[Asterisk-Users] Extensions.conf help..

Steven Critchfield critch at basesys.com
Thu May 6 08:50:08 MST 2004


On Thu, 2004-05-06 at 10:34, HCQ wrote:
> Hello,
> I want to have two extensions types, one with local dialing and the other
> with local and long distance.
> I know how to create contexts but how can I give the local only ext. access
> to the other ext. without giving local & long dist. permission?
> I mean if I "incude" the other ext. context I think my basic ext. will
> heritate the advanced features of the other context (and I don't want
> that...

Covered many times already. Yet again in a completely simple form to
show how easy it really is.

[local-calling]
exten =>_NXXXXwhatever for local
[long-calling]
exten => _1NXXXXXwhatever for long distance.

[restricted-users]
include =>local-calling

[not-restricted]
include =>local-calling
include =>long-calling


SIMPLE
-- 
Steven Critchfield  <critch at basesys.com>




More information about the asterisk-users mailing list