Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: d6hq on January 23, 2009, 04:46:24 PM

Title: LOCALIP Bug in 7.4 ?
Post by: d6hq on January 23, 2009, 04:46:24 PM
Fresh internal server only install configured as 10.0.0.x

Minimal Asterisk config.
Only edited globals and created 2 extensions from the server manager panel.
Phones work.
Voicemail doesn't work.
Why?

Probable Reason
Extract from etc/asterisk/extensions.conf

[globals]
LOCALIP=192.168.1.77

Anybody shed any light on this?
Title: Re: LOCALIP Bug in 7.4 ?
Post by: Teviot on January 24, 2009, 07:16:44 AM
in the headers section you will find a file for your SIP Header file

change the localnet to match your internal network

Code: [Select]
localnet=192.168.xxx.0/255.255.255.0
This will put your extensions on the same network.

As for voicemail, I am assuming that this will fix that problem too.  I not a wizz with SAIL so if the above doesn't work somebody else may have to help.
Title: Re: LOCALIP Bug in 7.4 ?
Post by: SARK devs on January 24, 2009, 09:30:49 PM
LOCALIP incorrect value fixed in -713

Your problem was not related to this but thanks for pointing it out.

There is an older problem which has been around for some time which has the effect of "missing" voicemail boxes when you create an extension.  It will be fixed shortly.  However for now there is a simple workaround.  Simply edit the extension which isn't working , you don't have to change anything but make sure you save it back and then do a commit.  This will "kick" SAIL into creating the voicemail box for you.

Kind Regards

S