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
+3 -1
View File
@@ -92,7 +92,9 @@ sys_perf_log ENUM('Y','N') default 'N',
vd_server_logs ENUM('Y','N') default 'Y',
agi_output ENUM('NONE','STDERR','FILE','BOTH') default 'FILE',
vicidial_balance_active ENUM('Y','N') default 'N',
balance_trunks_offlimits SMALLINT(5) UNSIGNED default '0'
balance_trunks_offlimits SMALLINT(5) UNSIGNED default '0',
recording_web_link ENUM('SERVER_IP','ALT_IP') default 'SERVER_IP',
alt_server_ip VARCHAR(100) default ''
);
CREATE UNIQUE INDEX server_id on servers (server_id);