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 ..
Archives : June-2016
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 ..
NEW – New Lead – Lead has not been called, or cannot be called QUEUE – Lead To Be Called – Lead is about to be sent to an agent INCALL – Lead Being Called – Agent is talking to the lead DROP – Agent Not Available – Call was dropped while customer was waiting ..
/usr/share/astguiclient/AST_VDhopper.pl ..
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 ..
Run system-config-network or system-config-network-tui to to configu..
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 ..
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 && ..
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 ..
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 ..
Recent Comments