diff --git a/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial.pl b/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial.pl
index ed14b255..a25868bf 100644
--- a/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial.pl
+++ b/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial.pl
@@ -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";
diff --git a/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial_FILL.pl b/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial_FILL.pl
index 160264b9..46deb58e 100644
--- a/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial_FILL.pl
+++ b/agc_2-X/branches/agc_2.0.5/bin/AST_VDauto_dial_FILL.pl
@@ -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";
diff --git a/agc_2-X/branches/agc_2.0.5/docs/REQUIRED_APPS_INSTALL.txt b/agc_2-X/branches/agc_2.0.5/docs/REQUIRED_APPS_INSTALL.txt
index ef0fb8e8..d650dfef 100644
--- a/agc_2-X/branches/agc_2.0.5/docs/REQUIRED_APPS_INSTALL.txt
+++ b/agc_2-X/branches/agc_2.0.5/docs/REQUIRED_APPS_INSTALL.txt
@@ -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
diff --git a/agc_2-X/branches/agc_2.0.5/docs/SCRATCH_INSTALL.txt b/agc_2-X/branches/agc_2.0.5/docs/SCRATCH_INSTALL.txt
index a4ef307f..53600eb7 100644
--- a/agc_2-X/branches/agc_2.0.5/docs/SCRATCH_INSTALL.txt
+++ b/agc_2-X/branches/agc_2.0.5/docs/SCRATCH_INSTALL.txt
@@ -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
diff --git a/agc_2-X/trunk/bin/AST_VDauto_dial.pl b/agc_2-X/trunk/bin/AST_VDauto_dial.pl
index 1ab35cc8..3138829e 100644
--- a/agc_2-X/trunk/bin/AST_VDauto_dial.pl
+++ b/agc_2-X/trunk/bin/AST_VDauto_dial.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";
diff --git a/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl b/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl
index 160264b9..46deb58e 100644
--- a/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl
+++ b/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl
@@ -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";
diff --git a/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.2.0.txt b/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.2.0.txt
index ffa29d67..bf0cae98 100644
--- a/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.2.0.txt
+++ b/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.2.0.txt
@@ -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
diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php
index 9e4837f8..8b359603 100644
--- a/agc_2-X/trunk/www/vicidial/admin.php
+++ b/agc_2-X/trunk/www/vicidial/admin.php
@@ -4667,7 +4667,7 @@ if ($SSoutbound_autodial_active > 0)
-Password - The password used for the phone user to login to the client applications.
+Password - 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.
diff --git a/agc_2-X/trunk/www/vicidial/admin_header.php b/agc_2-X/trunk/www/vicidial/admin_header.php
index 2e3031c9..0e677765 100644
--- a/agc_2-X/trunk/www/vicidial/admin_header.php
+++ b/agc_2-X/trunk/www/vicidial/admin_header.php
@@ -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 = '';
- $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='';