Koozali.org: home of the SME Server

SAIL-700

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
SAIL-700
« 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

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: SAIL-700
« Reply #1 on: January 04, 2009, 01:17:17 AM »
Quote
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!

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL-700
« Reply #2 on: January 04, 2009, 02:02:04 AM »
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.


Offline psdata

  • *
  • 17
  • +0/-0
Re: SAIL-700
« Reply #3 on: January 18, 2009, 10:03:18 AM »
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

Code: [Select]
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


Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL-700
« Reply #4 on: January 18, 2009, 10:49:12 AM »
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...

Code: [Select]
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

Offline Teviot

  • *
  • 610
  • +0/-0
Re: SAIL-700
« Reply #5 on: January 18, 2009, 10:59:32 AM »
Selintra

May be you could make a sticky of the following

Code: [Select]
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.
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL-700
« Reply #6 on: January 18, 2009, 11:01:59 AM »

Offline psdata

  • *
  • 17
  • +0/-0
Re: SAIL-700
« Reply #7 on: January 18, 2009, 01:17:30 PM »
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.




 

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL-700
« Reply #8 on: January 18, 2009, 04:21:22 PM »
Good idea

I will look at doing this