Category

Asterisk

41 articles in this category

vicidial mysql repair cmd db repair command

July 29, 2016 1 min read

Vicidial mysql repair command  / goautodial mysql repair command below are the possible issue faced while db/mysql corrupted 1. your session has been disabled 2. Autodial calls not…

Install phpMyAdmin

July 7, 2016 1 min read

install phpMyAdmin easily on Elastix if it isn’t installed: yum install -y phpmyadmin Then edit the file /etc/httpd/conf.d/phpMyAdmin.conf Add the line “Allow from all” to this entry so…

Change SQL in Trixbox 2.6.1 Passwords Step by Step

July 5, 2016 3 min read

http://trixbox.org/forums/trixbox-forums/open-discussion/change-default-sql-password-freepbx-version-2-6 How to Change MySQL passwords: Follow each step in order ! Step 1) mysql -u root –p [ENTER] Step 2) Enter password: passw0rd [ENTER] Welcome to the…

PBX Cheat Sheet

July 4, 2016 11 min read

Notes on FreePBX, IncrediblePBX, and the like. Installation Copy the ISO to the SDHC card Download IncrediblePBX for Pi. See http://nerdvittles.com/?p=3026 Unpack the tarball. Put the SDHC card…

DTMF to file

June 30, 2016 1 min read

Here’s the source for a php/agi file and dialplan sample I made, which can help you implement what you need : #extensions.conf exten => 12345,1,Goto(dtmf-recording,${EXTEN},1) [dtmf-recording] exten =>…

campaign has zero leads in the dial hopper

June 21, 2016 2 min read

This campaign has zero leads in the dial hopper This campaign has 0 leads in the dial hopper ! This campaign has zero leads in the dial hopper…

Data Structure of vicidial_log

June 10, 2016 1 min read

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=…

Data Structure of recording_log

June 10, 2016 1 min read

recording_log Field Name Description Location recording_id Primary Key for this table channel asterisk channel when call was live vicidial/admin_modify_lead.php?lead_id=#### server_ip IP address of server user is connected to…

Data Strucutre of vicidial_agent_log

June 10, 2016 2 min read

vicidial_agent_log Field Name Description Location agent_log_id Primary Key for this table user User Name ID field vicidial/AST_agent_time_detail.php server_ip IP address of server user is connected to vicidial/AST_usergroup_login_report.php event_time…

Data Structure of vicidial_closer_log

June 10, 2016 1 min read

vicidial_closer_log Field Name Description Location closecallid closed call table Primary key lead_id ID of Lead vicidial/admin_modify_lead.php?lead_id= list_id ID of List vicidial/admin_modify_lead.php?lead_id= campaign_id Alpha Numeric Campaign ID from Vicidial…