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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user