added option for press-1-to-leave-voicemail while waiting in inbound-group queue

git-svn-id: svn://192.168.202.10@962 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-10-11 14:22:29 +00:00
parent 52cc41ffe2
commit 1d9aee983e
6 changed files with 145 additions and 32 deletions
+4 -4
View File
@@ -476,8 +476,8 @@ INSERT INTO vicidial_phone_codes (country_code, country, areacode, state, GMT_of
UPDATE system_settings SET db_schema_version='1108';
INSERT INTO vicidial_statuses values('QVMAIL','Queue Abandon Voicemail Left','N','N','UNDEFINED');
ALTER TABLE vicidial_inbound_groups MODIFY hold_time_option ENUM('NONE','EXTENSION','VOICEMAIL','IN_GROUP','CALLERID_CALLBACK','DROP_ACTION','PRESS_VMAIL') default 'NONE';
UPDATE system_settings SET db_schema_version='1109';