Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: SARK devs on January 03, 2009, 11:00:33 PM
-
Hello
-700 is now ready for download and test. In addition to various bugfixes, -700 contains significant architectural changes which have considerably increased SAIL's switching speed. SAIL was already the fastest kid on the block. In all of the tests and benchmarks we've done to-date, SAIL is significantly faster than any of the other popular Asterisk workbenches. In the -69x releases we've rationalised a lot of the live code to shorten the inbound path-length and we've created a new helper routine to asynchronously handle some system tasks. Taken together, these two changes have given us a significant speed/thruput boost.
Globals panel has been redsigned and is, we think, easier to read. You can also turn off unwanted servers directly from globals. As always, read up on these servers and what they do before you make any changes.
Please download 700 and give it a test.
Thx
s
-
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of
its recipients. The following addresses failed:
<registrations@selintra.com>
SMTP error from remote server after RCPT command:
host mail.selintra.com[81.105.120.88]:
550 relaying denied registrations@selintra.com
Except for the registration message not going out, I love the new interface and the amazing speed of the rendering process.
Thanks a lot!
-
Thanks SS
we've already done a -701 build as a result of a problem reported in routes. -701 is also available from the download site.
-
Hello,
To upgrade from 688 to the new 708 version can I simple do a wget en then a rpm
with out reinstalling all other asterisk stuff. And then I hope all data is staying from the PBX install
wget http://sarkpbx.com/sail/sail-2.2.1/sail-2.2.1-708.noarch.rpm
rpm -Uvh sail-2.2.1-708.noarch.rpm
I'm not new on SME but verry new on SAIL PBX
Regards
John
-
Hi John,
Don't do it the way you've suggested, use yum localinstall instead. Otherwise, you'll find that you don't have a couple of dependencies and also, your data won't migrate correctly.
Do this...
wget http://sarkpbx.com/sail/sail-2.2.1/sail-2.2.1-708.noarch.rpm
yum localinstall sail-2.2.1/sail-2.2.1-708.noarch.rpm --enablerepo=base
signal-event post-upgrade
signal-event reboot
This will ensure that your data is preserved and migrated correctly to the new release.
Kind Regards
S
-
Selintra
May be you could make a sticky of the following
wget http://sarkpbx.com/sail/sail-2.2.1/sail-2.2.1-708.noarch.rpm
yum localinstall sail-2.2.1/sail-2.2.1-708.noarch.rpm --enablerepo=base
signal-event post-upgrade
signal-event reboot
with a note to change the version number of the RPM with each change in version.
-
Its all in the docs..
http://aelintra.com/docs/cgi-bin/view/Main/DocChapter03b
Regards
S
-
Hello,
Thanks for the confirming off the right instruktion set.
But I read in in the sugest doc only the installing of the Sail and Asterisk.
I think you can beter place a sup topic with the name "Upgrade Sequence" just below the main topic "Quick Start notes"
With the sugestion off "Teviot" "with a note to change the version number of the RPM with each change in version."
And then the code "Wget, Yum, 2 time's Signal-event"
Regards
John
Active with SME (e-Smith) from version 3.1. I'm switched from A@H/Trixbox to Sail just a month ago, and I see a lot progress in it to role it out on several place's where I have SME boxe's active.
-
Good idea
I will look at doing this