Category : Asterisk

vicidial_log Field Name Description Location uniqueid unique id for record lead_id Lead Identifier /vicidial/admin_search_lead.php list_id List Name vicidial/admin.php?ADD=100 campaign_id Campaign Name vicidial/admin.php?ADD=10 call_date Call Date and Time /vicidial/user_stats.php?user= start_epoch Start of Call end_epoch End of Call length_in_sec Length of Call in seconds /vicidial/user_stats.php?user= status Dispositioned Status given at end of call Note this may no ..

Read more

Most of these fields are visible in /vicidial/admin_modify_lead.php?lead_id={LEAD_ID} and/or on the agent screen. If so, they are marked “admin_modify_lead” or “agent screen” (or “both”). Field Name Description Location lead_id Unique ID for leads, incrementing admin_modify_lead entry_date Date/time lead imported modify_date Date/time of last modification Enforced by mysql code status Disposition/Status (NEW, DROP) admin_modify_lead user vicidial ..

Read more

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

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