DRBIG Corner of the net
  • Categories

  • Archives

  • Gallery

    Cloud 1
  • Tag Cloud

Archive for August, 2007

Asterisk 1.2.24 and Zaptel 1.2.20.1 and Addons 1.2.7 and Libpri 1.2.5 and Sounds 1.2.1

Posted by TMP on 30th August 2007

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

Posted in Uncategorized | No Comments »

Netgear DG834GT Tricks & Tips

Posted by TMP on 17th August 2007

I signed up with BE a few months ago, so very much a BE newbie. I live miles away from my exchange and have been trying to improve my sync and speed. I am still trying to improve things, I have done all the usual things. Bought a HQ face plate and updated to the uber firmware on my DG834GT. I thought it might help if I shared any tips or tricks I have found for these routers. RouterStats V2.7i I found this useful utility on the net. It monitors, logs and graphically shows sync, SNR etc. Fantastic little program which saves messing about going into the routers admin section. URL: http://vwlowen.co.uk/internet/files.htm

Posted in General | No Comments »