miércoles, 26 de diciembre de 2018

ADMIN_adjust_GMTnow_on_leads.pl

ADMIN_adjust_GMTnow_on_leads.pl

ADMIN_adjust_GMTnow_on_leads.pl

Postby m160858 » Fri Aug 11, 2006 3:13 pm
Hi, 

As i can modify the ADMIN_adjust_GMTnow_on_leads.pl to use GTM from Peru? 
I'll dont understand the dynamic 

Thanks
-- 
Have a nice day
m160858
 
Posts: 29
Joined: Tue Jul 25, 2006 8:18 pm

Postby mflorell » Fri Aug 11, 2006 8:45 pm
You must use a phone code when you load leads into your system so that the GMT script will work. If you do not they will always stay as 0 GMT or ZULU time.

domingo, 23 de diciembre de 2018

ingroup urls and campaing dispo

Enter In-Group URL: (When call  enter to the ingroup)
VARhttp://207.246.65.53/email.php?&lead_id=--A--lead_id--B--&phone_number=--A--phone_number--B--&call_id=--A--call_id--B--&dispo=--A--dispo--B--&user=--A--user--B--&pass=--A--pass--B--&sale_status=SALE&log_to_file=1&call_notes=--A--call_notes--B--&type=Enter In-Group

Start Call URL: (when call is sent to an email)
VARhttp://207.246.65.53/email.php?&lead_id=--A--lead_id--B--&call_id=--A--call_id--B--&dispo=--A--dispo--B--&user=--A--user--B--&pass=--A--pass--B--&sale_status=SALE&log_to_file=1&call_notes=--A--call_notes--B--


Dispo Call URL:
This one use the  container setting  and the  send_emil.php script


VARhttp://207.246.65.53/agc/dispo_send_email.php?container_id=1000&lead_id=--A--lead_id--B--&call_id=--A--call_id--B--&dispo=--A--dispo--B--&user=--A--user--B--&pass=--A--pass--B--&sale_status=EMAIL&log_to_file=1&call_notes=--A--call_notes--B--

No Agent Call URL:
it is populated it is called every time a call that is not handled by an agent is hung up or transferre


VARhttp://207.246.65.53/email.php?&lead_id=--A--lead_id--B--&call_id=--A--call_id--B--&dispo=--A--dispo--B--&user=--A--user--B--&pass=--A--pass--B--&sale_status=SALE&log_to_file=1&call_notes=--A--call_notes--B--&type=NO_Agent




------------------------

CAMPAING EMAIL using dynamic email, from the lead email field


VARhttp://207.246.65.53/agc/dispo_send_email.php?container_id=AGENT_CALLBACK_EMAIL&lead_id=--A--lead_id--B--&call_id=--A--call_id--B--&dispo=--A--dispo--B--&user=--A--user--B--&pass=--A--pass--B--&sale_status=SALE&log_to_file=1&call_notes=--A--call_notes--B--&email=--A--email--B--



email_from => customerservice@hotmail.com
email_to => --A--email--B--


subject of the email


email_subject => Scheduled callback alert for --A--agent_name--B--

email_body_begin =>
This is a reminder that you have a scheduled callback right now for the following lead:

Name: --A--first_name--B-- --A--last_name--B--
Phone: --A--phone_number--B--
Alt. phone: --A--alt_phone--B--
Email: --A--email--B--
CB Comments: --A--callback_comments--B--
Lead Comments: --A--comments--B--

Please don't respond to this, fool.

email_body_end

---------------------

php script

<?php
print_r($_GET);
$subject="Vici email";
$body="";

foreach($_GET as $value){
$body.="$value\n";
}
system("echo \"$body\" | mail -s \"$subject\" ambiorixg12@gmail.com");

?>

http://vicidial.org/docs/DISPO_SEND_EMAIL.txt


sábado, 22 de diciembre de 2018

increase Lead file size limit

Postby diyanat » Sat Dec 23, 2006 4:15 am
The following are php directives that you may need to edit in the /etc/php.ini files , keep values that best suit your environment, generally default values will work fine, u may need to change the values only if uploading large files greater then 2MB 


file_uploads = keep this on to enable file uploads 

upload_tmp_dir = point to a temporary directory to store uploaded files 


upload_max_filesize = maximum file size in bytes that the PHP engine will accept. 
Note: increase according to file size to upload 


post_max_size = maximum peremitted http post size in bytes, 
Note: this should be larger than upload_max_filesize 


memory_limit = maximum amount of memory in bytes that is allowed for use by a PHP script 
Note: this should be larger than post_max_size 
Warning: choose a large memory_limit only if you have sufficient memory 


max_input_time = maximum amount of time in secs allowed for each PHP script to receive httpd clients request, 
Note: if u have slow connection increase this value 

max_execution_time = maximum amount of time in secs allowed for each PHP script to execute. 
Note: if uploading large files increase max_execution_time to prevent timeouts. 



If you upload files less then 4 MB use the following 


file_uploads = On 
upload_tmp_dir = "/tmp" 
upload_max_filesize = 5120 
post_max_size = 10M 
memory_limit = 20M 
max_input_time = 90 
max_execution_time = 60 


if your upload file size from 5 MB to 10 MB use the following 

file_uploads = On 
upload_tmp_dir = "/tmp" 
upload_max_filesize = 10240 
post_max_size = 16M 
memory_limit = 32M 
max_input_time = 180 
max_execution_time = 120 



Diyanat

domingo, 16 de diciembre de 2018

remote agent activating and disactivating remote agent

UPDATE `vicidial_remote_agents` SET `status` = 'INACTIVE' WHERE `vicidial_remote_agents`.`remote_agent_id` = 1;

Settings Container

http://www.eflo.net/VICIDIALforum/viewtopic.php?f=4&t=37029
http://www.vicidial.org/docs/DISPO_SEND_EMAIL.txt

domingo, 9 de diciembre de 2018

vicidial filter


Using filter to add   leads  who match only specific criteria
calling  numbes added only from the  api


on the filter box
comments like '%API%'


calling jose

title like '%jose%'


full query behind the scene


SELECT * FROM `vicidial_list` WHERE comments like '%API%'

 select * from vicidial_list where title like '%jose%'\G;


miércoles, 5 de diciembre de 2018

hooper script

this script load lead to the hooper
/usr/share/astguiclient/AST_VDhopper.pl --debugX 

CP setting  to load 20 leads every one minute ( this script must run on cron job to every 1 minute)


Minimum Hopper Level:HELP
Automatic Hopper Level:HELP

martes, 4 de diciembre de 2018

Custom List Fields Feature has been committed to SVN trunk!

Custom List Fields Feature has been committed to SVN trunk!

Postby mflorell » Fri Jul 02, 2010 3:17 pm
The Admin and Agent portions of the Custom List Fields feature are done(lead loader is not complete yet) and ready for you to test in SVN/trunk. 

look below for example screens. 

To activate you need to enable custom fields in system settings, then 
you can go to the Lists section to add custom fields to a list. The 
fields are tied to a list, not a campaign, and they can be displayed 
in a new tab in the agent interface, and there is a new option to have 
the Get Call Launch open this custom fields tab upon a call being sent 
to the agent. Also, the Calls Export Report and the List Download 
feature include the custom fields values for the leads exported. You 
can import custom field data through the web-based lead loader in TXT 
and CSV format(you must set a list ID override and you must select 
Custom Format). You can also use the non-agent API add_lead function, 
(see the NON-AGENT_API.txt doc for more info). You can also use the 
third gen lead loader to import leads with custom files in several 
other formats. 



Here is a screenshot of an example set of custom fields in the agent interface: 
http://www.vicidial.org/images/agent_custom_fields.jpg 

Here is a sample page of the admin portion of the custom fields administration: 
http://www.vicidial.org/vicidial_demo/a ... custom.htm 


You can also use the default fields from vicidial_list in your custom fields screen. 

EDIT- Added custom field loading ability through web-based lead loader for CSV and TXT formats and though non-agent API.