Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: SARK devs on August 24, 2006, 03:55:29 PM
-
Hi all,
SAIL 2.1.14-301 alpha is now available for download from here
ftp://81.149.154.14/AlphaReleases-unstable/
New features...
- Change extension numbers on the fly (without losing voicemail messages)
- Recursive aliases - aliases may now refererence other aliases
- Transform masks now work on Zap lines
- You can disable external calls on a phone by phone basis
- Remote phone support (in server-gateway mode ONLY) with symmetrical RTP. Plug a remote phone in anywhere and it will log to the switch.
- Provisoning templates for UTStarcomm WiFi phones
- Hangup option for Trunk, IVR and Alias outcomes
- Managed Office (Cluster) support
- Late call termination when target is an extension
- New "QOS" panel which controls an on-board traffic shaper (server-gateway mode ONLY)
Biggish release again, so there will be greenies. Let us know how you get on.
Kind Regards
Selintra
-
Selintra,
Testing now, it is amazing what you did with clusters and Qos!
Marcel
-
I'm getting errors when starting the QoS Daemon:
Aug 30 14:33:49 sme7 qosd: Starting QoS:
Aug 30 14:33:49 sme7 qosd: execvp: Permission denied
Aug 30 14:33:49 sme7 qosd: qos startup failed
Aug 30 14:33:49 sme7 qosd:
Aug 30 14:33:49 sme7 qosd:
Aug 30 14:33:49 sme7 rc.e-smith: Starting qosd: failed
-
Hmmmmm....
Works fine on our boxes here.
Check the exec bit on /home/QoS/qos
If it isn't on, then let us know (oh, and turn it on) :-)
Kind Regards
Selintra
-
hey, I had the same problem!
Is this correct?
chmod 755 /home/QoS/qos
Works for me, I'm just not sure if 755 is correct
-
I'm just not sure if 755 is correct
Should be OK for now.
I'll check it properly tomorrow and we'll put a fix through for the next out.
Kind Regard
Selintra
-
Interesting because I had no problems starting QOS.
Jon
-
Should I have uninstalled the older version and installed the new one?
I -Uvh the new version.
Thanks,
-
Should I have uninstalled the older version and installed the new one?
Not usually. It's normal with SAIL just to -Uvh. It's only the asterisk releases where we've had to mess you around from time to time - :-)
Best
Selintra
-
I just noticed that everytime I reboot, the file goes back to read-only!!!
Is there a template I should modify to fix this?
Thanks,
-
Hi Stuntshell
I just noticed that everytime I reboot, the file goes back to read-only!!!
There was definitely a problem with the first out of QOS (although I'm not exactly sure what it was). Anyhoo - I just checked our office switch (which we bring up and down a fair bit) and it seems to be fine. Here are the interesting bits...
[root@switch ~]# ls -l /etc/init.d/qosd
-rwxr-xr-x 1 root root 918 Aug 10 12:32 /etc/init.d/qosd
[root@switch ~]# rpm -q selintra-sail
selintra-sail-2.1.14-320
You might want to put 320 in to see if that cures it.
Kind Regards
Selintra
-
You might want to put 320 in to see if that cures it.
Yes, that fixed it.
Thanks a lot!