1. Login on your admin portal and on the side menu click Telephony then Campaigns. 2. Click on “Add New Campaign” then “Campaign Type” choose survey type Voice Broadcast or Survey Press1. 3. Upload your audio file. You can also upload multiple audio file by clicking “More+”. Once done proceed with step 3. 4. On ..

Read more

Goautodial 2.1 Getting Started Guide Disclaimer¶ The author of this document does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, product, or process disclosed. Any consequences or results achieved directly or indirectly by this document or information are entirely your responsibility. About This Document The ..

Read more

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