If you have upgraded from freepbx 2.4 to freepbx 2.5 and now have problems with your inbound routing not working then read on.
If you have callerid inbound routing for some of your calls you may have found that it has stopped working since upgrading to freepbx 2.5.
After some testing this is because the any/any catch all is doing what it should and catching all of the calls. This is no good if you have other inbound routes setup as these will no longer work.
The fix for me was to add the following in the any/any route
in the DID add _.
yep thats it _. and then save
You should now find that all of your inbound call routes work again
written by TMP
\\ tags: Asterisk, freepbx, inbound, routing
If you are running on an old version of asterisk @ home then this is how you update asterisk to the latest version and also zaptel
PLEASE NOTE:
If you are using the fax part or a@h then this will kill the fax side as it will not know about the modules
#Asterisk Update cd /usr/src/
rm -rf asterisk
rm -rf zaptel
rm -rf asterisk-addons
rm -rf libpri
rm -rf asterisk-sounds wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.2.24.tar.gz tar zxfv asterisk-1.2.24.tar.gz
mv asterisk-1.2.24 asterisk
#Zaptel Update
wget http://downloads.digium.com/pub/zaptel/releases/zaptel-1.2.20.1.tar.gz
tar -zxvf zaptel-1.2.20.1.tar.gz mv zaptel-1.2.20.1 zaptel
#addons
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-addons-1.2.7.tar.gz
tar -zxvf asterisk-addons-1.2.7.tar.gz mv asterisk-addons-1.2.7 asterisk-addons
#libpri
wget http://downloads.digium.com/pub/libpri/releases/libpri-1.2.5.tar.gz
tar -zxvf libpri-1.2.5.tar.gz
mv libpri-1.2.5 libpri
#sounds
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-sounds-1.2.1.tar.gz
tar -zxvf asterisk-sounds-1.2.1.tar.gz
mv asterisk-sounds-1.2.1 asterisk-sounds
./rebuildastsrc.sh
reboot
written by TMP
\\ tags: Asterisk
If you are running on an old version of asterisk @ home then this is how you update asterisk to the latest version and also zaptel
Continue reading »
written by TMP
\\ tags: Asterisk, Asterisk Zaptel Addons Libpri @home
If you are running on an old version of asterisk @ home then this is how you update asterisk to the latest version and also zaptel
Continue reading »
written by TMP
\\ tags: Asterisk, update