[Resolved] No sounds what so ever in latest Asterisk@home

Just updated a server to latest asterisk@home and I get no sounds whatsoever when I try to do the following:

Listen to music on hold
Do the standard stuff like *65 for extension or *61 for weather, etc…

What version of Asterisk is it running? 1.2.2 has a one way audio problem and was fixed in 1.2.3

This is version 1.2.3

What shows in the CLI when you call these extensions? What type of phone are you using? Are the phones and Asterisk on the same LAN?

are you sure its 1.2.3? i think the lastest version of a@h is called 2.3 but it runs * 1.2.2. to check *'s version goto asterisk info on the maintance page. You can update your asterisk (and keep a@h working) version by using the following script:

update all script

Original version 1/26 - gigabitfix

Updated 1/31 - Kerry Garrison

Updated Asterisk to 1.2.4 and Zaptel to 1.2.3

#clean modules
rm -f /usr/lib/asterisk/modules/*

#asterisk 1.2.4
cd /usr/src
rm -rf asterisk
wget ftp.digium.com/pub/asterisk/aste … 2.4.tar.gz
tar -zxvf asterisk-1.2.4.tar.gz
mv asterisk-1.2.4 asterisk

#zaptel 1.2.3
cd /usr/src
rm -rf zaptel
wget ftp.digium.com/pub/zaptel/zaptel-1.2.3.tar.gz
tar -zxvf zaptel-1.2.3.tar.gz
mv zaptel-1.2.3 zaptel

#libpri 1.2.2
cd /usr/src
rm -rf libpri
wget ftp.digium.com/pub/libpri/libpri-1.2.2.tar.gz
tar -zxvf libpri-1.2.2.tar.gz
mv libpri-1.2.2 libpri

#addons 1.2.1
cd /usr/src
rm -rf asterisk-addons
wget ftp.digium.com/pub/asterisk/aste … 2.1.tar.gz
tar -zxvf asterisk-addons-1.2.1.tar.gz
mv asterisk-addons-1.2.1 asterisk-addons

#sounds 1.2.1
cd /usr/src
rm -rf asterisk-sounds
wget ftp.digium.com/pub/asterisk/aste … 2.1.tar.gz
tar -zxvf asterisk-sounds-1.2.1.tar.gz
mv asterisk-sounds-1.2.1 asterisk-sounds

#now rebuild and reboot
cd /usr/src
./rebuildastsrc.sh
reboot

Hey -

I ran the script and it did update everything but no luck on the moh or festival voice thru asterisk…

Because this was a test server with a t1 card I hadn’t configured the t1 card. Just for yucks I configured it with what I thought might be our settings with the telco - and now the silly moh works as well as the festival voice…

Thanks for the help

Brad Rose

I vaguely recall that maybe the zap driver is used for this?