Hi all, I am looking for examples of the extensions.conf that puts all incoming calls into a context where extensions can be dials, and all phones in a context where extensions and outside calls can be dialed. i.e. I have seen: [incoming] include => sip-extensions [sip-extensions] include => longdistance [longdistance] .... Doesn't this allow any internal callers to make external calls? How do you properly set this up? Thanks, Max -- Max Clark max [at] clarksys.com http://www.clarksys.com
Chamberland-Larose, Guillaume
2005-Feb-10 17:23 UTC
[Asterisk-Users] Proper Contexts in extensions.conf
What about... [incoming] Include => internal [sip-extensions] Include => internal Include => long-distance [internal] ... internal extensions ... [long-distance] ...> -----Original Message----- > From: Max Clark [mailto:max@clarksys.com] > Sent: Thursday, February 10, 2005 3:31 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Proper Contexts in extensions.conf > > Hi all, > > I am looking for examples of the extensions.conf that puts > all incoming calls into a context where extensions can be > dials, and all phones in a context where extensions and > outside calls can be dialed. > > i.e. I have seen: > > [incoming] > include => sip-extensions > > [sip-extensions] > include => longdistance > > [longdistance] > .... > > Doesn't this allow any internal callers to make external > calls? How do you properly set this up? > > Thanks, > Max > > -- > Max Clark > max [at] clarksys.com > http://www.clarksys.com > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >