webrtc implementation asterisk : Webphone

webrtc implementation on asterisk with Webphone What is WebRTC WebRTC is a free, open project that provides browsers and mobile

Read more

Install Asterisk 13 and PJSIP on CentOS 6

Install Asterisk 13 and PJSIP on CentOS 6+ 64 bit Step 1 – Setup the environment The first step is

Read more

Asterisk dialplan function GotoIf : Asterisk command gotoif

The GotoIf( ) Application GotoIf( ) uses a special syntax, often called the conditional syntax: GotoIf(expression?destination1:destination2) If the expression evaluates

Read more

asterisk 13 installation with libpri and dahdi on centos 7

Asterisk 13 installation with libpri and dahdi on centos 7 Installation Process Step 1: Disable SELINUX permanently. Please note do

Read more

call conference asterisk – n-way call HOWTO

A conference bridge allows a group of people to participate in phone call.  The most common form of bridge allows

Read more

SIP Trunk configuration – IP Based authentication and Password based authentication

There are two types of authentications 1. IP based authentication 2.Username and Password based authentication For IP Based Authentication You

Read more

Click to Dial or php API to dial from asterisk

copy the below code to a file (click2call.php)  to the webdirectory. executes as  :  http://ipaddress/click2call.php??exten=SIP/100&number=9899338979

Read more

Shell Script to copy files in a folder

A shell script to find all the files in the given path recursively and then copying them in the target

Read more