Koozali.org: home of the SME Server

SAIL 580/582

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
SAIL 580/582
« on: December 16, 2007, 11:07:02 PM »
Hi all,

SAIL-2.2.1-580 and -582 are both now up on the server here. 

http://selintra.co.uk/sail/sail-2.2.1

The /docs wiki has been updated to -582 level.

Both of these releases will run with Asterisk 1.2, Asterisk 1.4 and, for the first time, Asterisk Business Edition B1.  Digium have confirmed to us that they will support ABE on SME due to the fact that SME is an RHEL4 derivative.   We will shortly put up a howto on the wiki showing you how to install ABE B1 on SME (it's really very easy).

-580 is mainly concerned with new CALLBACK trunk functionality.  -582 has support for voicemail switchoff at the extension level, the concept of "alternates" in routes and enhanced validation and usability in extensions and trunks.

You can read about most of this stuff in the /docs pages. 

Kind Regards






Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: SAIL 580/582
« Reply #1 on: January 10, 2008, 10:33:30 PM »
Hi Selintra,
I installed it on a new machine and I'm running 1.4,  and I'm trying to make interact with a previous version which uses asterisk 1.2 and sail 501.
I purchased two licenses from Digium, and installed on the systems.
The 1.2 uses selintra-sail-2.1.14-501 and works fine
Code: [Select]
show translation
         Translation times between formats (in milliseconds)
          Source Format (Rows) Destination Format(Columns)

         g723   gsm  ulaw  alaw  g726 adpcm  slin lpc10  g729 speex  ilbc
   g723     -     3     2     2     2     2     1     4     9     -    15
    gsm     8     -     2     2     2     2     1     4     9     -    15
   ulaw     8     3     -     1     2     2     1     4     9     -    15
   alaw     8     3     1     -     2     2     1     4     9     -    15
   g726     8     3     2     2     -     2     1     4     9     -    15
  adpcm     8     3     2     2     2     -     1     4     9     -    15
   slin     7     2     1     1     1     1     -     3     8     -    14
  lpc10     9     4     3     3     3     3     2     -    10     -    16
   g729     9     4     3     3     3     3     2     5     -     -    16
  speex     -     -     -     -     -     -     -     -     -     -     -
   ilbc     9     4     3     3     3     3     2     5    10     -     -
But for some reason asterisk 1.4 with this new version of sail does not take the license.
Are you aware of such problems or should I contact Digium?

P.S. I also had to do a "yum install speex" for the install to happen on this new version.

Thanks,

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL 580/582
« Reply #2 on: January 10, 2008, 11:13:32 PM »
HI stuntshell

Hope you are well.

I would guess you will need to install the g729 codec for 1.4.  I'm pretty sure it isn't in the ATrpms pack.

Check /usr/lib/asterisk/modules.  If it is there then do a diff with the 1.4 version on the digium download site.

Best

S

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: SAIL 580/582
« Reply #3 on: January 10, 2008, 11:24:51 PM »
You know, I needed the kick on the but for this :-D
The codecs were the same, but I needed a different one for 1.4.

Many Thanks again!