Download Trixbox CE ISO
*** Caution: PC Hard disk will be wiped ***
Boot PC with CD and follow install steps
Set Passwords:
passwd
passwd-maint
passwd-meetme
Check IP address and MAC address: ifconfig
Set Time Zone: config
Set time and date: date MMDDhhmmYY
Update CentOS: yum -y update
Using engin BYO
edit sip_custom.conf
maxexpirey=3600
defaultexpirey=600
canreinvite=no
nat=yes
externip =
localnet=192.168.0.0/255.255.255.0
G729 Codec install
- cd /root/
- wget ftp://ftp.digium.com/pub/telephony/codec_g729/asterisk-1.2/x86-32/codec_g729a_v32_i686.tar.gz
- tar xzvf codec_g729a_v32_i686.tar.gz
- wget ftp://ftp.digium.com/pub/register/x86-32/register
- cp /root/codec_g729a_v32_i686/codec_g729a.so /usr/lib/asterisk/modules/
- rm /usr/lib/asterisk/modules/codec_g729b.so
- chmod 755 /usr/lib/asterisk/modules/codec_g729a.so
- chown root.root /usr/lib/asterisk/modules/codec_g729a.so
- chmod 500 /root/register
- chown root.root /root/register
- /root/register G729-1234ABCD
- asterisk -rx “restart now”
- asterisk -rvvv
- *CLI> show g729
- 0/0 encoders/decoders of 2 licensed channels are currently in use
ftp.digium.com=>69.16.138.164
Replace sounds with Australian voice recordings
* Log into your asterisk@home server
* type wget http://files.voipshop.com.au/ausounds.tar.gz [enter]
* For backup type : tar cvfz backupsounds.tar.gz /var/lib/asterisk/sounds/ [enter]
* type tar -zxvf ausounds.tar.gz -C /var/lib/asterisk/sounds/ [enter]
* Done. Your asterisk sound files are replaced.