· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
Asterisk Inst/Free Pbx

AsteriskInst/FreePbx


* http://www.zultron.com/ * http://www.asterisknow.org/node/48541
 Submitted by qwell on 13 October 2008 - 12:58pm.

For the last few months, we've been working on an updated version of AsteriskNOW. What's changed in AsteriskNOW 1.5? Everything!

We switched the core Linux distribution to CentOS from rPath (which uses yum rather than conary).
We switched the default GUI to FreePBX from AsteriskGUI (though it is still available if you'd like to continue using it).
We also switched to DAHDI from Zaptel.

When will it be available for public beta? Immediately!

For more information, please see http://blogs.digium.com/2008/10/13/asterisknow-15-beta-available-more-coming-soon/ - if you want to jump right to the download page, go to http://www.asterisknow.org/downloads/

Edit: The default username/password for FreePBX are freepbx/fpbx. I'll make a quick-start guide in the near future.

* http://packages.digium.com/ * AsteriskNOW 1.5.0
  • asterisk14-1.4.24-2_centos5.i386.rpm
  • freepbx-2.5.1-1_centos5.noarch.rpm
  • mysql-5.0.45-7.el5.i386.rpm
  • httpd-2.2.3-22.el5.centos.i386.rpm
  • source rpm ´Ù ÀÖÀ½.
* AsteriskNOW-ks.cfg
# AsteriskNOW 1.5 Kickstart file.

install
cdrom
lang en_US.UTF-8
keyboard us
firewall --disabled
selinux --disabled
firstboot --enabled
authconfig --enableshadow --enablemd5
bootloader --location=mbr
network --device eth0 --bootproto dhcp

%packages
@core
@base
@editors
@text-internet
@dialup
@asterisk
@development-tools
ntp
screen
sox
tftp
tftp-server
sharutils
#vsftpd

mysql

* mysql °ü·Ã
  • mysql install ( install.log )
  • SQL µð·ºÅ丮
    • newinstall.sql
    • cdr_mysql_table.sql
    • newinstall.sqlite3.sql

freepbx.spec


* post
  • mysqlcmd="mysql --user=${dbuser} --password=${dbpass}"
  • ${mysqlcmd} --database asterisk < SQL/newinstall.sql
  • ${mysqlcmd} --database asteriskcdrdb < SQL/cdr_mysql_table.sql
  • start_asterisk start
  • install_amp
  • /amp_conf/sbin/amportal start
  • /amp_conf/bin/module_admin reload

* install_amp

* /amp_conf/sbin/amportal start
  • amp_conf/bin/freepbx_engine start
    • chown_asterisk
    • run_asterisk
      • /usr/sbin/safe_asterisk -U asterisk -G $AMPASTERISKGROUP

    • run_fop (Flash Operator Panel)

* /amp_conf/bin/module_admin reload
  • doReload();
    • $result = do_reload();
    • amp_conf/htdocs/admin/functions.inc.php

* /etc/rc.d/rc3.d/S99local
  • touch /var/lock/subsys/local
  • /usr/sbin/amportal start

ID
Password
Join
A king's castle is his home.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2009-09-28 16:42:48
Processing time 0.0051 sec