Archives : June-2016

1.go to agi dir  cd  /var/lib/asterisk/agi-bin 2.create a agi file  for eg:  alert.agi 3.copy the below script to the alert.agi 4.give permission  chmod 755 alert.agi 5.now go to freepbx => trunk=>select your trunk=>select enable for Monitor Trunk Failures: script #!/bin/bash DATE=`date “+%d.%m.%Y. %H:%M”` HOST=`hostname` # initializing agi variables declare -a array while read -e ARG && ..

Read more

PHP script for click to dial or API to dial from asterisk via http source :  Elastix forum copy the below code to a file (call.php)  to the webdirectory. executes as  :  http://ipaddress/call.php??exten=SIP/100&number=9999999999 <?php #ip address that asterisk is on. $strHost = “127.0.0.1”; $strUser = “admin”;#specify the asterisk manager username you want to login with ..

Read more

How to reset the Mysql root password in case of password forget.   Follow the below steps to reset the mysql password.   ***************************** Step 1 : stop the mysql ***************************** /etc/init.d/mysql stop   it will outputs  stopping MySQL database server : mysqld   ***************************** Step 2 : starting the mysql in safemode ***************************** run ..

Read more

No Live Calls Waiting Vicidial / goautodial Below are the possible causes and solution to get rid of this issue. ****************************** Option 1: Hopper Issue ****************************** Check the Leads in Hopper under the respective Campaign Set the Hopper Level minimum to 500. ****************************** Option 2:  Improper Dial Status ****************************** Check the dial statuses included in ..

Read more

The Basic Format of a crontab/cronjob consists of 6 fields , placed on a single line and separated by spaces , formatted as follows minute hour day month day-of-week command-line-to-execute The acceptable values for each of the 6 fields are: Field Range of values minute 0-59 hour 0-23 day 1-31 month 1-12 day-of-week 0-7 (where ..

Read more

Asterisk / Vicidial /goautodial dialplan guide The Following Tutorial will help you how to write a dialplan in asterisk / vicidial / goautodial for making Outbound calls via the trunk configured DIALPLAN   The dialplan defines how Asterisk handles inbound and outbound calls. It is specified in the configuration file named  extensions.conf. The extensions.conf file usually ..

Read more

How to create Asterisk .call file ( how to automatically generate calls in asterisk) Asterisk Call Files Asterisk call files are structured files which, when moved to the appropriate directory, are able to automatically place calls using Asterisk. Call files are a great way place calls automatically without using more complex Asterisk features like the ..

Read more

Steps Involved Centos 6.X os installation Dependencies , supporting software and CPAN Modules Asterisk , dahdi , libpri installation Vicidial installation For vicidial installation with asterisk 1.8 check this link Step 1 : Centos 6.X  installation The Centos 6.X can be download from the following Link http://wiki.centos.org/Download Centos 6.X installation steps can be found from ..

Read more

Goautodial 2.1 download link Goautodial ce 2.1 iso Goautodial 3.0 download links Goautodial ce 3.0  32bit  64bit Goautodial 3.3 download links Goautodial cd 3.3  32bit  64bit Vicibox download links lastest iso  old versions ..

Read more