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:
mattf
2008-12-10 21:49:07 +00:00
parent 84f4b7c703
commit 9ccc47f8cf
6 changed files with 89 additions and 8 deletions
+5
View File
@@ -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';