@@ -22426,7 +22426,8 @@ if ($ADD==31111111111)
echo "\n";
echo "$NWB#phones-server_ip$NWE\n";
echo "| Login: | $NWB#phones-login$NWE |
\n";
- echo "| Password: | $NWB#phones-pass$NWE |
\n";
+ echo "| Login Password: | $NWB#phones-pass$NWE |
\n";
+ echo "| Registration Password: | $NWB#phones-conf_secret$NWE |
\n";
echo "| Set As Webphone: | $NWB#phones-is_webphone$NWE |
\n";
echo "| Use External Server IP: | $NWB#phones-use_external_server_ip$NWE |
\n";
echo "| Status: | $NWB#phones-status$NWE |
\n";
@@ -22458,7 +22459,6 @@ if ($ADD==31111111111)
echo "| Exten Context: | $NWB#phones-ext_context$NWE |
\n";
echo "| Phone Context: | $NWB#phones-phone_context$NWE |
\n";
- echo "| Conf File Secret: | $NWB#phones-conf_secret$NWE |
\n";
echo "| Allowed Codecs: | $NWB#phones-codecs_list$NWE |
\n";
echo "| Allowed Codecs With Template: | $NWB#phones-codecs_with_template$NWE |
\n";
diff --git a/agc_2-X/trunk/www/vicidial/admin_lists_custom.php b/agc_2-X/trunk/www/vicidial/admin_lists_custom.php
index e75ff901..c5b05b64 100644
--- a/agc_2-X/trunk/www/vicidial/admin_lists_custom.php
+++ b/agc_2-X/trunk/www/vicidial/admin_lists_custom.php
@@ -11,10 +11,11 @@
# 100508-1855 - Added field_order to allow for multiple fields on the same line
# 100509-0922 - Added copy fields options
# 100510-1130 - Added DISPLAY field type option
+# 100629-0200 - Added SCRIPT field type option
#
-$admin_version = '2.4-5';
-$build = '100510-1130';
+$admin_version = '2.4-6';
+$build = '100629-0200';
require("dbconnect.php");
@@ -254,7 +255,7 @@ if ($action == "HELP")