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:
@@ -799,3 +799,8 @@ index(call_date)
|
||||
CREATE TABLE vicidial_sessions_recent_archive LIKE vicidial_sessions_recent;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1563',db_schema_update_date=NOW() where db_schema_version < 1563;
|
||||
|
||||
ALTER TABLE vicidial_inbound_groups ADD place_in_line_caller_number_filename TEXT;
|
||||
ALTER TABLE vicidial_inbound_groups ADD place_in_line_you_next_filename TEXT;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1564',db_schema_update_date=NOW() where db_schema_version < 1564;
|
||||
|
||||
Reference in New Issue
Block a user