Added Wait Time options to in-groups. This is different from the Estimated Hold Time options because this is based only on the customer wait time. Also, second and third options were added for both allow the offering of a press 1, 2 and 3 option in the wait/hold time option features

git-svn-id: svn://192.168.202.10@1481 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-07-19 18:12:41 +00:00
parent 4c5ab4a3b6
commit bb5a774690
9 changed files with 791 additions and 103 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ ALTER TABLE vicidial_call_menu_options MODIFY option_route_value VARCHAR(255);
UPDATE system_settings SET db_schema_version='1153';
ALTER TABLE phones ADD conf_secret VARCHAR(20) default 'test';
UPDATE phones set conf_secret=pass;
UPDATE phones set conf_secret=pass where ( (conf_secret IS NULL) or (conf_secret='') );
UPDATE system_settings SET db_schema_version='1154';