SME 8.0 + Asterisk 1.8 + SAIL 3.1.1

From sailpbx
Revision as of 05:28, 20 January 2013 by Apmutha (talk | contribs) (Unreleased fixes)
Jump to: navigation, search

Download ISO

The combined SME 8 / Asterisk 1.8.0.7 / SAIL 3.1.1-16 ISO is available for download at:

http://sailpbx.com/iso/SME8FA18V311-16.iso

Install normally as outlined in the Wiki. A normal whitebox generic i386 (32 bit) install is envisaged here.

Update SME

yum update

This will break DAHDI and possibly Asterisk as the kernel will get updated. Not to worry. Operations in the following sections will fix it.

Update Asterisk 1.8

Update DAHDI

Update SAIL

Unreleased fixes

A list of forum postings of interest to the avid SAIL developre / consultant is available here.

SAIL Reference File Locations

  • SAIL Install Date: /opt/sark/db/.sail-install-date
  • SAIL Version: /opt/sark/.sail-release
  • Asterisk Version: /opt/sark/.astrelease
  • SAIL Serial Number is used for SARK Customers is hardcoded in globals['SNO']
  • SAIL Serial Number for others is a random number computed in line 297 of /opt/sark/www/cgi-bin/sarkglobals.pl and stored in globals['SNO']
$sno = ($global{'SNO'}) || int(rand(1000000));

Resources