Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: iam on March 05, 2009, 09:28:59 AM

Title: 3 digits Extension Length
Post by: iam on March 05, 2009, 09:28:59 AM
Hello!

As far as I remember some time ago I read that it is possible now to change Ext Length from 4 digits to 3. But unfortunately I can't find any info about that in forum and docs now. Could any body point me to how to do that?

Thanks in advance.
Kirill
Title: Re: 3 digits Extension Length
Post by: SARK devs on March 05, 2009, 11:04:09 AM
at the linux console....

Code: [Select]
db selintra-work setprop global EXTLEN 3
Now issue a commit from the server-manager.

Make sure that you have no 4-digit extensions already defined when you issue this command.  Otherwise, you will end up with 4-digit extensions which you can neither access nor delete.

To set 4 digit...

Code: [Select]
db selintra-work setprop global EXTLEN 4
Now issue a commit from the server-manager.

Kind Regards

S

Title: Re: 3 digits Extension Length
Post by: iam on March 06, 2009, 06:03:17 AM
Thank you!

This is exactly what I was looking for.

Sincerely
Title: Re: 3 digits Extension Length
Post by: Teviot on May 11, 2009, 03:29:50 AM
selintra

Just a thought.  I have just set up a new sail/pbx for my business here in Australia and I wanted 3 digit extensions.  I could remember what to change and had to do a search for this command.

Might be worth putting this in the docs!

What do you think?