Asterisk: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
Your Woize phone number is +46754400875. Your Woize account is now fully functional | Your Woize phone number is +46754400875. Your Woize account is now fully functional | ||
Asterisk installation. | |||
Install dependencies. | |||
yum -y install gcc libxml2-devel libtiff-devel mysql-server php-gd php-mysql kernel-devel kernel-smp-devel bison ncurses-devel audiofile-devel subversion libogg-devel openssl-devel mysql-devel | |||
Install livna repository. | |||
rpm -i http://rpm.livna.org/livna-release-7.rpm | |||
yum install lame | |||
cd /usr/src | |||
tar zxf /net/www/storage/temp/freepbx-2.3.0.tar.gz | |||
svn co http://svn.digium.com/svn/asterisk/branches/1.2 asterisk | |||
svn co http://svn.digium.com/svn/asterisk-addons/branches/1.2 asterisk-addons | |||
svn co http://svn.digium.com/svn/asterisk-sounds/trunk asterisk-sounds | |||
svn co http://svn.digium.com/svn/zaptel/branches/1.2 zaptel | |||
svn co http://svn.digium.com/svn/libpri/branches/1.2 libpri |
Revision as of 06:00, 11 October 2007
823547@fwd.pulver.com 823547@iax.fwdnet.net +882 9999 432225 +882 9900 52230
Mark Spencer at Digium.
Usefull commands.
sip show registry sip show users sip show peers sip debug sip no debug
Download source. http://www.asterisk.org Mailing list. Commercial , development, user. http://list.digium.com Wiki. http://www.voip-info.org Documentation project. http://www.asteriskdocs.org
AoR Address-of-Record, a canonical address by which a user is known in SIP e.164 International Telecominication Union standard for telefon numbers. fxo Foreign eXchange Office (pstn) fxs Foreign eXchange Station (phone) ivr Interactive voice response moh Message On Hold pstn public switched telephone network proxy servers route requests to the user's current location registrar registrations, User Agent Server handles registers rtp Real-time Transport Protocol sdp Session Description Protocol tdm Time Division Multiplexing (circuit switched network)
- Communication overview.
Asterisk chan_zap.so /dev/zap zaptel Hardware driver wctdm hardware
Your Woize phone number is +46754400875. Your Woize account is now fully functional
Asterisk installation.
Install dependencies. yum -y install gcc libxml2-devel libtiff-devel mysql-server php-gd php-mysql kernel-devel kernel-smp-devel bison ncurses-devel audiofile-devel subversion libogg-devel openssl-devel mysql-devel Install livna repository. rpm -i http://rpm.livna.org/livna-release-7.rpm yum install lame cd /usr/src tar zxf /net/www/storage/temp/freepbx-2.3.0.tar.gz svn co http://svn.digium.com/svn/asterisk/branches/1.2 asterisk svn co http://svn.digium.com/svn/asterisk-addons/branches/1.2 asterisk-addons svn co http://svn.digium.com/svn/asterisk-sounds/trunk asterisk-sounds svn co http://svn.digium.com/svn/zaptel/branches/1.2 zaptel svn co http://svn.digium.com/svn/libpri/branches/1.2 libpri