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
+5
View File
@@ -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;