Koozali.org: home of the SME Server

[Announce] Sail 2.1.14-301

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
[Announce] Sail 2.1.14-301
« 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

marcelb

[Announce] Sail 2.1.14-301
« Reply #1 on: August 24, 2006, 04:39:20 PM »
Selintra,

Testing now, it is amazing what you did with clusters and Qos!


Marcel

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
[Announce] Sail 2.1.14-301
« Reply #2 on: August 30, 2006, 07:49:07 PM »
I'm getting errors when starting the QoS Daemon:

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

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
[Announce] Sail 2.1.14-301
« Reply #3 on: August 30, 2006, 09:25:06 PM »
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

Offline brick

  • ****
  • 78
  • +0/-0
[Announce] Sail 2.1.14-301
« Reply #4 on: August 30, 2006, 09:33:37 PM »
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

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
[Announce] Sail 2.1.14-301
« Reply #5 on: August 30, 2006, 10:23:47 PM »
Quote
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

Offline JonB

  • *
  • 351
  • +0/-0
[Announce] Sail 2.1.14-301
« Reply #6 on: August 30, 2006, 11:14:37 PM »
Interesting because I had no problems starting QOS.

Jon
...

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
[Announce] Sail 2.1.14-301
« Reply #7 on: August 30, 2006, 11:28:05 PM »
Should I have uninstalled the older version and installed the new one?
I -Uvh the new version.

Thanks,

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
[Announce] Sail 2.1.14-301
« Reply #8 on: August 31, 2006, 12:10:44 AM »
Quote
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

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
[Announce] Sail 2.1.14-301
« Reply #9 on: September 17, 2006, 04:00:05 PM »
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,

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
[Announce] Sail 2.1.14-301
« Reply #10 on: September 17, 2006, 06:59:17 PM »
Hi Stuntshell

Quote
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...

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

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
[Announce] Sail 2.1.14-301
« Reply #11 on: September 18, 2006, 05:56:14 PM »
Quote
You might want to put 320 in to see if that cures it.


Yes, that fixed it.
Thanks a lot!