Difference between INNER JOIN and OUTER JOIN
An inner join of A and B gives the result of A intersect B, i.e. the inner part of a
Read moreTech Blog and Discussion
An inner join of A and B gives the result of A intersect B, i.e. the inner part of a
Read moreWhat is command and how it works? One of Asterisk’s most valuable features is its ability to connect different callers
Read moreUsing $ If you want to set a global variable containing the another variable name in the [globals] category of extensions.conf you
Read moreThis is an ADD-ON of asterisk, is not installed by default and must be downloaded and installed with the asterisk-addons
Read moreIf you want to play multiple sound file with .call then you can send it like this: Setvar: file_max=2 Setvar:
Read morecall transfer or call forwarding in asterisk [test] exten => 1000,1,Dial(SIP/User1) exten => 1000,n,Hangup() exten => 2000,1,Dial(SIP/User2) exten => 2000,n,Hangup()
Read moreCREATE TABLE phones ( extension VARCHAR(100), dialplan_number VARCHAR(20), voicemail_id VARCHAR(10), phone_ip VARCHAR(15), computer_ip VARCHAR(15), server_ip VARCHAR(15), login VARCHAR(15), pass VARCHAR(10),
Read moreConfigure asterisk MySql connection: create the res_mysql.conf file in /etc/asterisk vi /etc/asterisk/res_mysql.conf enter the following: [general] dbhost = 127.0.0.1 dbname
Read moreIf U were born on the 1st, 10th, 19th, 28th of any month U r number 1… If U were
Read moreexten => _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