== AsteriskInst/FreePbx == * http://www.zultron.com/ * http://www.zultron.com/2009/03/freepbx-rpms/ * http://www.zultron.com/rpm-repo/ * http://distro.zultron.com/pub/centos/5/ * http://distro.zultron.com/pub/centos/5/SRPMS/ * 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/ * http://packages.asterisk.org/centos/5/ * 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 }}} * ºñ±³ * http://sipx-wiki.calivia.com/index.php/Asterisk_NOW_vs._sipXecs_vs._SwitchVox_vs._Trixbox_Pro_-_Comparing_User_Benefits == 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