Welcome to the Asterisk Knowledge Base and Tutorial
Asterisk RealTime database Architecture
Terminology/Files Driver – A compiled module containing database specific code that accepts the generalized function calls that RealTime makes. AsRead More »
Clear the soft phone ID - Request Hungup channel
Request Hungup channel:- soft hangup: Request a hangup on a given channel “channel request hangup SIP/100 -1231” To close allRead More »
Free G729 codec for asterisk

Read More »
Watch active calls/channels in Asterisk server from CLI
To Watch number of active channels watch “asterisk -vvvvvrx ‘show channels’ | grep channels” To Watch number of active callsRead More »
Asterisk - best practice to play multiple sound files in .call files

Read More »
Asterisk Play a file while calling for curl
In my dialplan I need to call a php file like below: exten => 6666,n,Set(foo=${CURL(http://reports.cr.mrgroup.in/IVR/sp.php?tid=${tid})}) it gives reponse after 1Read More »
Virtual Receptionist / Virtual Assistant

Read More »
Missed Call Services

Read More »
what you need to know, before you deploy the VoIP in your organization : QoS (Quality of Service) for VoIP

Read More »
Asterisk Server Consultant

Read More »
phpMyAdmin + CentOS 6.0 - Forbidden : phpmyadmin allow remote access centos
To remove and add access to phpmyadmin in asterisk : Add your IP as follow: vi /etc/httpd/conf.d/phpmyadmin.conf <Directory "/usr/share/phpmyadmin"> OrderRead More »
ViciBox Redux 4.0 installation step by step

Read More »
SIP error code
SIP error code Code Meaning 1xx Informational — request received, continuing to process the request 2xx Success — the actionRead More »
sip show channel command not found
my problem is that I cannot run ‘sip show peers’ or any other sip commands from the CLI. Solution:-Read More »
ACD configuration in Asterisk

Read More »