rewrote leave-3way call functionality in vicidial.php for external calls

added more conferences and made some changes to the default extensions.conf files

git-svn-id: svn://192.168.202.10@951 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-09-15 22:01:26 +00:00
parent cc6a344cb6
commit 0115f559b0
9 changed files with 546 additions and 408 deletions
+4 -2
View File
@@ -628,7 +628,9 @@ index (campaign_id)
CREATE TABLE vicidial_conferences (
conf_exten INT(7) UNSIGNED NOT NULL,
server_ip VARCHAR(15) NOT NULL,
extension VARCHAR(100)
extension VARCHAR(100),
leave_3way ENUM('0','1') default '0',
leave_3way_datetime DATETIME
);
CREATE TABLE vicidial_phone_codes (
@@ -1262,7 +1264,7 @@ INSERT INTO vicidial_shifts SET shift_id='24HRMIDNIGHT',shift_name='24 hours 7 d
UPDATE system_settings SET qc_last_pull_time=NOW();
UPDATE system_settings SET db_schema_version='1105';
UPDATE system_settings SET db_schema_version='1106';
GRANT RELOAD ON *.* TO cron@'%';
GRANT RELOAD ON *.* TO cron@localhost;