diff --git a/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql b/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql
index 7cfa327e..e5d228d9 100644
--- a/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql
+++ b/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql
@@ -1162,7 +1162,7 @@ hold_time_option_callmenu VARCHAR(50) default '',
hold_time_option_no_block ENUM('N','Y') default 'N',
hold_time_option_prompt_seconds SMALLINT(5) default '10',
onhold_prompt_no_block ENUM('N','Y') default 'N',
-onhold_prompt_seconds SMALLINT(5) default '10',
+onhold_prompt_seconds SMALLINT(5) default '9',
hold_time_second_option VARCHAR(30) default 'NONE',
hold_time_third_option VARCHAR(30) default 'NONE',
wait_hold_option_priority ENUM('WAIT','HOLD','BOTH') default 'WAIT',
diff --git a/agc_2-X/trunk/extras/get2post.php b/agc_2-X/trunk/extras/get2post.php
index 0145cadc..4ee03033 100644
--- a/agc_2-X/trunk/extras/get2post.php
+++ b/agc_2-X/trunk/extras/get2post.php
@@ -17,10 +17,11 @@
# CHANGELOG:
# 160302-1159 - First build of script
# 170324-1218 - Added headers options
+# 170418-1257 - Added ability to use some special characters in headers
#
-$version = '2.14-2';
-$build = '170324-1218';
+$version = '2.14-3';
+$build = '170418-1257';
require("dbconnect_mysqli.php");
require("functions.php");
@@ -65,7 +66,7 @@ if ($qm_conf_ct > 0)
##### END SETTINGS LOOKUP #####
###########################################
-$headers=preg_replace('/[^- \.\_0-9a-zA-Z]/',"",$headers);
+$headers=preg_replace('/[^- !\$\.\_0-9a-zA-Z]/',"",$headers);
$uniqueid=preg_replace('/[^-\.\_0-9a-zA-Z]/',"",$uniqueid);
$type=preg_replace('/[^-\_0-9a-zA-Z]/',"",$type);
$DB=preg_replace('/[^0-9]/',"",$DB);
diff --git a/agc_2-X/trunk/www/vicidial/help.php b/agc_2-X/trunk/www/vicidial/help.php
index 871558e8..e69b800a 100644
--- a/agc_2-X/trunk/www/vicidial/help.php
+++ b/agc_2-X/trunk/www/vicidial/help.php
@@ -2672,7 +2672,7 @@ if ($SSqc_features_active > 0)
- -
+ -