Welcome to the Asterisk Knowledge Base and Tutorial
Asterisk SIP Trunk calling thorugh other server - Communicating two asterisk server
Asterisk SIP Trunk calling thorugh other server – Communicating two asterisk server Configuration:- Configure the following sip account in bothRead More »
copy a folder under linux server to windows server
MS-Windows shared folder: You can share data between windows and linux system for such use : For example you wouldRead More »
Asterisk Full RealTime Database example

Read More »
install phpmyadmin on centos 6

Read More »
Install MySQL on CentOS 6.4 - Asterisk mysql database configuration
Read More »
Adding Listen, Whisper, and Barge to FreePBX or Asterisk
Adding Listen, Whisper, and Barge to FreePBX or Asterisk Listen: Monitor an agents call. The manager can hear both theRead More »
Allow Asterisk Manager Access via HTTP
Make sure you have both “enabled = yes” and “webenabled = yes” setup in /etc/asterisk/manager.conf You may also use “httptimeout”Read More »
Asterisk Auto Recording even Manual Call on Phone using Monitor
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _1NXXNXXXXXX,2,Set(CALLFILENAME=${CALLERID(all)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) exten => _1NXXNXXXXXX,3,Monitor(wav,${CALLFILENAME},m) exten => _1NXXNXXXXXX,4,Dial(${SIPTRUNK}/${EXTEN},,tTor) exten => _1NXXNXXXXXX,5,Congestion exten => _1NXXNXXXXXX,103,Congestion exten =>Read More »
astrerisk dialplan configuration file - extensions.conf
; extensions.conf – the Asterisk dial plan ; ; Static extension configuration file, used by ; the pbx_config module. ThisRead More »
Customizing the Music On Hold (MOH) message on Asterisk
incoming calls on your standard lines are handled and the greeting message is played ( the_welcome_ class being specified forRead More »
Adding Listen, Whisper, and Barge to FreePBX or Asterisk

Read More »
Configuring Digium cards with Asterisk , goautodial , vicidial , vicidialnow , freepbx

Read More »
Asterisk GUI
Introduction to Asterisk GUI Asterisk GUI is a framework for the creation of graphical interfaces for configuring Asterisk. Download WhileRead More »
Calendaring Dialplan Asterisk Calendaring
A common business PBX scenario is would be executing dialplan logic based on when the business is open and theRead More »