Added option to change the server address in the link to recordings in the admin web pages per server.
git-svn-id: svn://192.168.202.10@1021 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -548,3 +548,8 @@ UPDATE system_settings SET db_schema_version='1118';
|
||||
ALTER TABLE vicidial_campaigns ADD web_form_target VARCHAR(100) NOT NULL default 'vdcwebform';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1119';
|
||||
|
||||
ALTER TABLE servers ADD recording_web_link ENUM('SERVER_IP','ALT_IP') default 'SERVER_IP';
|
||||
ALTER TABLE servers ADD alt_server_ip VARCHAR(100) default '';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1120';
|
||||
|
||||
Reference in New Issue
Block a user