fixed rare context bug in AST_VDauto_dial scripts
added additional documentation for phones table conf_secret/password field git-svn-id: svn://192.168.202.10@1174 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -925,6 +925,7 @@ while($one_day_interval > 0)
|
||||
else
|
||||
{$Ndialstring = "$Local_out_prefix$phone_code$phone_number";}
|
||||
|
||||
if (length($ext_context) < 1) {$ext_context='default';}
|
||||
### use manager middleware-app to connect the next call to the meetme room
|
||||
# VmmddhhmmssLLLLLLLLL
|
||||
$VqueryCID = "V$CIDdate$PADlead_id";
|
||||
|
||||
@@ -747,6 +747,7 @@ while($one_day_interval > 0)
|
||||
else
|
||||
{$Ndialstring = "$Local_out_prefix$phone_code$phone_number";}
|
||||
|
||||
if (length($ext_context) < 1) {$ext_context='default';}
|
||||
### use manager middleware-app to connect the next call to the meetme room
|
||||
# VmmddhhmmssLLLLLLLLL
|
||||
$VqueryCID = "V$CIDdate$PADlead_id";
|
||||
|
||||
@@ -122,7 +122,7 @@ cd ntp-4.2.2p3
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
/usr/local/bin/ntpdate -u ntp.myfloridacity.us
|
||||
/usr/local/bin/ntpdate -u pool.ntp.org
|
||||
|
||||
|
||||
cd /usr/local
|
||||
|
||||
@@ -589,7 +589,7 @@ the time is the same on our client computers and our servers.
|
||||
- make install
|
||||
- vi /etc/ntp.conf (change to just 1 line: "server ntp.myfloridacity.us")
|
||||
- cp /etc/ntp.conf /etc/ntpd.conf # just to be sure
|
||||
- /usr/local/bin/ntpdate -u ntp.myfloridacity.us # initial sync
|
||||
- /usr/local/bin/ntpdate -u pool.ntp.org # initial sync
|
||||
- /usr/sbin/ntpd # run it
|
||||
- you are done
|
||||
|
||||
@@ -2604,7 +2604,7 @@ SUBPHASE 6.4: setting up asterisk and helper applications for startup
|
||||
/usr/bin/setterm -powerdown
|
||||
|
||||
### start time server
|
||||
/usr/local/bin/ntpdate -u ntp.myfloridacity.us
|
||||
/usr/local/bin/ntpdate -u pool.ntp.org
|
||||
/usr/sbin/ntpd
|
||||
|
||||
### start up the MySQL server
|
||||
@@ -2686,7 +2686,7 @@ SUBPHASE 6.5: setting up astguiclient scripts for continuous running
|
||||
3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl
|
||||
|
||||
## adjust time on the server with ntp
|
||||
30 * * * * /usr/local/bin/ntpdate -u ntp.myfloridacity.us 2>/dev/null 1>&2
|
||||
30 * * * * /usr/local/bin/ntpdate -u pool.ntp.org 2>/dev/null 1>&2
|
||||
|
||||
### VICIDIAL agent time log weekly and daily summary report generation
|
||||
2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl
|
||||
|
||||
@@ -926,6 +926,7 @@ while($one_day_interval > 0)
|
||||
else
|
||||
{$Ndialstring = "$Local_out_prefix$phone_code$phone_number";}
|
||||
|
||||
if (length($ext_context) < 1) {$ext_context='default';}
|
||||
### use manager middleware-app to connect the next call to the meetme room
|
||||
# VmmddhhmmssLLLLLLLLL
|
||||
$VqueryCID = "V$CIDdate$PADlead_id";
|
||||
|
||||
@@ -747,6 +747,7 @@ while($one_day_interval > 0)
|
||||
else
|
||||
{$Ndialstring = "$Local_out_prefix$phone_code$phone_number";}
|
||||
|
||||
if (length($ext_context) < 1) {$ext_context='default';}
|
||||
### use manager middleware-app to connect the next call to the meetme room
|
||||
# VmmddhhmmssLLLLLLLLL
|
||||
$VqueryCID = "V$CIDdate$PADlead_id";
|
||||
|
||||
@@ -222,6 +222,7 @@ This is the actual Text To Speech data field that is sent to Cepstral for creati
|
||||
for a 1 second break. You can also use several variables such as first name, last name and title as ViciDial variables just like you do in a Script: --A--first_name--B--. Here is a list of the available variables: ||
|
||||
Multiple Campaign Drop Rate Group||
|
||||
This feature allows you to set a campaign as a member of a Campaign Drop Rate Group, or a group of campaigns whose Human Answered calls and Drop calls for all campaigns in the group will be combined into a shared drop percentage, or abandon rate. This allows you to to run multiple campaigns at once and more easily control your drop rate. This is particularly useful in the UK where regulations permit this drop rate calculation method with campaign grouping for the same company even if there are several campaigns that company is running during the same day. To enable this for a campaign, just select a group from the list. There are 10 groups defined in the system by default, you can contact your system administrator to add more. Default is DISABLED||
|
||||
IMPORTANT, this is the password only for the agent web interface phone login, to change the sip.conf or iax.conf password, or secret, for this phone device you need to modify the Conf File Secret field further down on this page||
|
||||
|
||||
|
||||
add-file: user_territories.php
|
||||
|
||||
@@ -4667,7 +4667,7 @@ if ($SSoutbound_autodial_active > 0)
|
||||
<BR>
|
||||
<A NAME="phones-pass">
|
||||
<BR>
|
||||
<B>Password -</B> The password used for the phone user to login to the client applications.
|
||||
<B>Password -</B> The password used for the phone user to login to the client applications. IMPORTANT, this is the password only for the agent web interface phone login, to change the sip.conf or iax.conf password, or secret, for this phone device you need to modify the Conf File Secret field further down on this page.
|
||||
|
||||
<BR>
|
||||
<A NAME="phones-status">
|
||||
|
||||
@@ -492,7 +492,7 @@ if ( ($ADD==131111111) or ($ADD==331111111) or ($ADD==431111111) )
|
||||
### select list contents generation for dynamic route displays in call menu and in-group screens
|
||||
if ( ($ADD==3511) or ($ADD==2511) or ($ADD==2611) or ($ADD==4511) or ($ADD==5511) or ($ADD==3111) or ($ADD==2111) or ($ADD==2011) or ($ADD==4111) or ($ADD==5111) )
|
||||
{
|
||||
$stmt="select menu_id,menu_name from vicidial_call_menu;";
|
||||
$stmt="select menu_id,menu_name from vicidial_call_menu order by menu_id;";
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
$menus_to_print = mysql_num_rows($rslt);
|
||||
$call_menu_list='';
|
||||
@@ -504,7 +504,7 @@ if ( ($ADD==3511) or ($ADD==2511) or ($ADD==2611) or ($ADD==4511) or ($ADD==5511
|
||||
$i++;
|
||||
}
|
||||
|
||||
$stmt="select did_pattern,did_description,did_route from vicidial_inbound_dids where did_active='Y';";
|
||||
$stmt="select did_pattern,did_description,did_route from vicidial_inbound_dids where did_active='Y' order by did_pattern;";
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
$dids_to_print = mysql_num_rows($rslt);
|
||||
$did_list='';
|
||||
@@ -516,7 +516,7 @@ if ( ($ADD==3511) or ($ADD==2511) or ($ADD==2611) or ($ADD==4511) or ($ADD==5511
|
||||
$i++;
|
||||
}
|
||||
|
||||
$stmt="select group_id,group_name from vicidial_inbound_groups where active='Y' and group_id NOT LIKE \"AGENTDIRECT%\";";
|
||||
$stmt="select group_id,group_name from vicidial_inbound_groups where active='Y' and group_id NOT LIKE \"AGENTDIRECT%\" order by group_id;";
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
$ingroups_to_print = mysql_num_rows($rslt);
|
||||
$ingroup_list='';
|
||||
@@ -528,7 +528,7 @@ if ( ($ADD==3511) or ($ADD==2511) or ($ADD==2611) or ($ADD==4511) or ($ADD==5511
|
||||
$i++;
|
||||
}
|
||||
|
||||
$stmt="select campaign_id,campaign_name from vicidial_campaigns where active='Y';";
|
||||
$stmt="select campaign_id,campaign_name from vicidial_campaigns where active='Y' order by campaign_id;";
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
$IGcampaigns_to_print = mysql_num_rows($rslt);
|
||||
$IGcampaign_id_list='';
|
||||
@@ -544,7 +544,7 @@ if ( ($ADD==3511) or ($ADD==2511) or ($ADD==2611) or ($ADD==4511) or ($ADD==5511
|
||||
|
||||
$IGsearch_method_list = '<option value="LB">LB - Load Balanced</option><option value="LO">LO - Load Balanced Overflow</option><option value="SO">SO - Server Only</option>';
|
||||
|
||||
$stmt="select login,server_ip,extension,dialplan_number from phones where active='Y';";
|
||||
$stmt="select login,server_ip,extension,dialplan_number from phones where active='Y' order by login,server_ip;";
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
$phones_to_print = mysql_num_rows($rslt);
|
||||
$phone_list='';
|
||||
|
||||
Reference in New Issue
Block a user