Asterisk DialStatus Channel Varriable

Asterisk channel variable DIALSTATUS Contains a text string signifying result of the last dial attempt: ANSWER: Call is answered. A

Read more

Asterisk cmd MYSQL

This is an ADD-ON of asterisk, is not installed by default and must be downloaded and installed with the asterisk-addons

Read more

Asterisk queue callback

SQL Table Structure If using the dialplan below, put the following table into a database called ‘acd‘. CREATE TABLE `bit_callers`

Read more

Backup and Restore Mysql database table

Dump and restore from .sql Dump mysqldump db_name table_name > table_name.sql Restore mysql -u <user_name> -p db_name mysql> source <full_path>/table_name.sql

Read more

Setting to Limit SIP channels

You have the 6 channels, and basically you have 6 calls going on… Now when you hang up the do

Read more

Asterisk RealTime database Architecture

Terminology/Files Driver – A compiled module containing database specific code that accepts the generalized function calls that RealTime makes. As

Read 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 all

Read more

Free G729 codec for asterisk

Installing Free g729 codec in asterisk 1. Download the appropriate codec from the below link http://asterisk.hosting.lv/ Check your asterisk version 

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 calls

Read more