Configuring a queue
Turning off modules
t might happen that you need to turn off modules you are not currently using or not working on your Asterisk box. You can edit /etc/asterisk/modules.conf in the <>Modules<> to tell Asterisk not to load existing modules; for example, the following example we do not load modules for the modem: noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so Continue Reading...
Compiling Asterisk with OH323
Getting Asterisk
cd /root/asterisk1/src
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login ( the password is anoncvs.)
cvs checkout zaptel libpri asterisk
cvs checkout -r v1-0 zaptel libpri asterisk asterisk-addons asterisk-sounds
wget http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.6.5.tar.gz
links http://prdownloads.sourceforge.net/openh323/openh323-Janus_patch4-src-tar.gz?download
links http://prdownloads.sourceforge.net/openh323/pwlib-Janus_patch4-src-tar.gz?download
PWLIBDIR=/root/asterisk1/src/pwlib
OPENH323DIR=/root/asterisk1/src/openh323
ASTERISKINCDIR=/root/asterisk1/src/asterisk/include
ls -l /usr/lib/asterisk/modules/chan_oh323.so
strip /usr/lib/asterisk/modules/chan_oh323.so
asterisk -vvvvvvc