Koozali.org: home of the SME Server

[Announce] Sail-2.2.1 Beta - testers needed!

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
[Announce] Sail-2.2.1 Beta - testers needed!
« on: October 12, 2007, 03:50:35 PM »
Hi All

Well, it's that time again.  A whole bunch of new software to obfusticate and discombobulate.

Sail-2.2.1 is big on underlying architectural change but relatively small on functional change.  The main news is that it doesn't run with Selintra's Asterisk rpms (except for one specific case).  Instead it runs with ATrpms.net rpms.  These can all be yum installed and they are, quite frankly, streets ahead of our versions.

2.2.1 is intended to run purely with Asterisk 1.4 (although we think it will run OK with 1.2 - any takers?)

You can find full instructions how to download and install 2.2.1 here...

http://www.selintra.com/docs/cgi-bin/view/Main/DocChapter03b

Let us know how you get on.

oh.. almost forgot.  2.2.1 has a new starter daemon for asterisk, so if asterisk doesn't start then give it a kick with

/etc/init.d/sark start

..and kill it with

/etc/init.d/sark stop

For all those of you with ISDN HFC cards, we have a special Bristuff-1.4 version rpm (ATrpms don't do one for 1.4 yet) which we can ship you if you drop us a line.

Kind Regards

Selintra
« Last Edit: October 12, 2007, 09:54:36 PM by selintra »

Offline ldkeen

  • *
  • 405
  • +0/-0
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #1 on: October 13, 2007, 08:33:52 AM »
Hey Jeff,
Looks good, I'm just about to fire it up now and have a look. Just a quick one, the wiki states:
Quote from: the wiki
Notice the ATrpms Zaptel Kernel-modules rpm (zaptel-kmdl). You must ensure that you install the correct kmdl for your kernel. In the above example the target system was running 2.6.9-55.0.2.EL.
However the latest kernel is 2.6.9-55.0.9.EL
A better way to install the kernel module would be:
Quote from: Lloyd
yum install zaptel-kmdl-`uname -r` --enablerepo=atrpms
This will avoid any problems trying to install the wrong kernel module. I've updated the wiki.
Best Regards, Lloyd

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #2 on: October 13, 2007, 03:16:37 PM »
Nice one Lloyd

Thanks mate

Best

Jeff

Offline ldkeen

  • *
  • 405
  • +0/-0
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #3 on: October 14, 2007, 12:24:40 PM »
Looks good, just some points:
In the server manager at the top of the pages it states that asterisk is not running:
Quote
NOTE: asterisk is not running. If it does not start after saving a setting something is wrong...

But everything is working and status shows OK:
Code: [Select]
[root@asterisk ~]# /etc/init.d/sark status
asterisk (pid 12267 9813 9812 9811 9810 9809 9808 9807 9806 9805 9804 9803 9802 9801 9800 9799 9798 9797 9790 9789 9788 9787 9786 9785 9784 9783 9781 9765 9764 9760 9734 9679) is running...
I now have very low outgoing volume on the zap channel (txgain?) tdm400. Is it OK to play around with txgain and rxgain and ztmonitor or do I need to play with fxotune. Just not too sure how to correct this. The sip lines are great.
Is it OK to use oslec with this version of asterisk or is it not required?
And finally, I had an issue with MoH. The directory /var/lib/asterisk/mohmp3 was missing. I created a symlink which seemed to fix the problem:
Code: [Select]
ln -s /var/lib/asterisk/moh /var/lib/asterisk/mohmp3Apart from a little problem with one of my G729 licenses (which took way too much longer than it should have to solve  :? - was fixed by moving the problem license out the /var/lib/asterisk/licenses directory) everything seemed to go pretty well.
Keep up the good work, you guys are on fire just like the pommy rugby team  :lol:
Regards, Lloyd

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #4 on: October 14, 2007, 12:49:02 PM »
HI Lloyd

I'm assuming you are running the 1.4 ATrpms - yes?

Asterisk not running message - hmmmm - unsure.... the check hasn't changed...

unless ( -e "/var/run/asterisk.pid" ).... yada yada yada

can you check if the .pid is being created on your system?  I guess not.

MOH - 1.4 doesn't use mp3 files, it uses .wavs.  Check in musiconhold.conf it should reference
/var/lib/asterisk/moh

This is where your MOH files should be.

If they aren't then there is something not quite right with the ATrpms

Ours works fine here.

There is no OSLEC capability with the ATrpms at the moment.  OSLEC demands a patch and reconpile of zaptel amd the kernel modules.  We intend to either produce our own or ask ATrpms to provide the option (which I think they probably will).

If you really need OSLEC, then you should be able to run 2.2.1 with our 1.2 Asterisk rpms.  You'll need to disable the asterisk start up (with config setprop asterisk status disable) and start the system with /etc/init.d/sark start.  You'll also need to link mohmp3 to moh or chnage the musiconhold.conf file for 1.2 mp3s.

Other than that, you should be good to go with 1.2 OSLEC.

 

You can mess around with gains and tuning as much as you like, you shouldn't hurt anything.

Offline ldkeen

  • *
  • 405
  • +0/-0
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #5 on: October 14, 2007, 01:09:09 PM »
Hi Jeff,
Quote
I'm assuming you are running the 1.4 ATrpms - yes?
Yep
Quote
unless ( -e "/var/run/asterisk.pid" ).... yada yada yada

can you check if the .pid is being created on your system?  I guess not.
Maybe it's moved, mine is in /var/run/asterisk/

Code: [Select]
[root@asterisk ~]# ls -la /var/run/asterisk/
total 12
drwxr-xr-x   2 asterisk asterisk 4096 Oct 14 14:49 .
drwxr-xr-x  20 root     root     4096 Oct 14 14:15 ..
srwxr-xr-x   1 root     root        0 Oct 14 14:49 asterisk.ctl
-rw-r--r--   1 root     root        5 Oct 14 14:49 asterisk.pid
Quote
MOH - 1.4 doesn't use mp3 files, it uses .wavs.  Check in musiconhold.conf it should reference
/var/lib/asterisk/moh
Nope mine is /var/lib/asterisk/mohmp3, I don't know where that came from? I'll have to stop twiddling  :-P
Quote
You can mess around with gains and tuning as much as you like, you shouldn't hurt anything.
OK, Thanks for that.
Regards, Lloyd



Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #6 on: October 14, 2007, 01:30:10 PM »
OK

We'll put up a fresh image and do a clean install to see what we can see.

Which zaptel-kmdl are you running?

I'll have the source pack checked but I'm sure I personally checked in the moh changes (oh dear - If I didn't then it will be me who gets shot at our regular Monday morning execution session) :-)

Best

S

Offline ldkeen

  • *
  • 405
  • +0/-0
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #7 on: October 14, 2007, 02:27:44 PM »
Quote
Which zaptel-kmdl are you running?

[root@asterisk ~]# rpm -q zaptel-kmdl-`uname -r`
zaptel-kmdl-2.6.9-55.0.9.ELsmp-1.4.5.1-40.el4

Regards, Lloyd

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #8 on: October 14, 2007, 05:01:37 PM »
Try -532

It looks a bit more like it should.

Best

J

Offline gippsweb

  • *****
  • 232
  • +0/-0
    • Wots I.T.?
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #9 on: October 15, 2007, 09:35:26 AM »
Hi Jeff

When I go to install atrpms asterisk rpm, yum tells me I'm missing libodbc.so.1

Any ideas??

Offline ldkeen

  • *
  • 405
  • +0/-0
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #10 on: October 15, 2007, 01:57:53 PM »
gippsweb,
What is the output of:
Code: [Select]
#rpm -q unixODBCmine shows:
Code: [Select]
[root@asterisk ~]# rpm -q unixODBC
unixODBC-2.2.11-1.RHEL4.1
If you don't have it you can get it from here:
ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.5/os/i386/CentOS/RPMS/unixODBC-2.2.11-1.RHEL4.1.i386.rpm
Regards, Lloyd


Offline gippsweb

  • *****
  • 232
  • +0/-0
    • Wots I.T.?
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #11 on: October 16, 2007, 12:30:38 AM »
I don't have it Lloyd, well I do now. But why wasn't it there to begin with?

I'll have another go at this update tonight..

EDIT: Couldn't wait till tonight, 2.2 upgrade done & all seems well so far. Will let you all know if we strike any problems.

Now if I could just figure out how to get iaxmodem installed......

UPDATE: upgrade done and working, but have a few issues with incoming calls on a zap channel going to a ring group. The ring group is a SPA941 and a Digium card. I can get one or the other ringing, but not both. Deleted the ring group and recreated it, even with a different number, but no success as yet.
I can get the call through to the phone on the zap channel ok. As soon as I create the ring group we have always ran, incoming callers get about 5 seconds of fax line noise, the SPA941 then starts ringing, but the caller gets disconnected as soon as the SPA is answered.....
« Last Edit: October 16, 2007, 10:20:14 AM by gippsweb »

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #12 on: October 16, 2007, 11:58:34 AM »
Hmmm

That's odd.  Try running PCI and re-sniffing the card.  If it still p[lays up let us know and we'll re-create it here.

Best

S

Offline gippsweb

  • *****
  • 232
  • +0/-0
    • Wots I.T.?
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #13 on: October 16, 2007, 02:22:13 PM »
Hylafax and iaxmodem are on the back burner temporarily.

If I get time tomorrow I may go back to 2.1.5 with *1.4. I'm kinda' lost without ring groups. :?

Poor card is starting to get a complex it's been resniffed so many times today.But this software has had so many updates, it may be something left from one of the earlier versions.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Announce] Sail-2.2.1 Beta - testers needed!
« Reply #14 on: October 16, 2007, 10:25:28 PM »
ok mate,

We'll set up a test rig tomorrow (wednesday)

Best

S