Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: Teviot on March 23, 2009, 07:10:51 AM

Title: Cluster Question
Post by: Teviot on March 23, 2009, 07:10:51 AM
With Cluster, this just sets extentions into groups.

Could someone explain how to set up an extension so it can only dial internal and the rest open access to internal and external?
Title: Re: Cluster Question
Post by: ldkeen on March 23, 2009, 07:22:23 AM
When creating the extension, change the Call Permissions to "Internal". The default is Internal/External:
http://sarkpbx.com/twiki/bin/view/Main/DocChapter101#Call_Permissions
You could also use "Class of Service" to create more fine grained permissions ie blocking mobile and International calling but not national calls.
Lloyd
Title: Re: Cluster Question
Post by: SARK devs on March 23, 2009, 08:09:17 AM
The internal /external extension switch was removed in the 7xx releases in favour of Class of service.  To restrict extension(s) to internal calls only, create a new class of service and call it something like NOEXTERNAL.  Give it a dial plan of _XXX.   Open the edit panel of the phone you wish to restrict and click on the NOEXTERNAL boxes in the Class of Service section.  Issue a Commit and you're done.  Don't forget to turn CoS ON in Globals (the default is OFF).  You can read about CoS here...

http://sarkpbx.com/twiki/bin/view/Main/DocChapter2516

S