Added options to define the static prompts to use for the Inbound Group "Play Place in Line" feature

git-svn-id: svn://192.168.202.10@3067 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-02-23 15:36:11 +00:00
parent 884a60ad22
commit d8b48a53ce
6 changed files with 52 additions and 20 deletions
@@ -1291,7 +1291,9 @@ cid_cb_you_entered_filename TEXT,
cid_cb_press_to_confirm_filename TEXT,
cid_cb_invalid_filename TEXT,
cid_cb_reenter_filename TEXT,
cid_cb_error_filename TEXT
cid_cb_error_filename TEXT,
place_in_line_caller_number_filename TEXT,
place_in_line_you_next_filename TEXT
) ENGINE=MyISAM;
CREATE TABLE vicidial_stations (
@@ -4320,4 +4322,4 @@ INSERT INTO vicidial_settings_containers(container_id,container_notes,container_
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1563',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1564',db_schema_update_date=NOW(),reload_timestamp=NOW();