phone option added to allow no instructions to be played on direct extension calls that go to voicemail

git-svn-id: svn://192.168.202.10@2063 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2014-01-27 04:06:50 +00:00
parent d789f45d98
commit c5f44f5d09
7 changed files with 49 additions and 13 deletions
+2 -1
View File
@@ -85,6 +85,7 @@ voicemail_options VARCHAR(255) default '',
user_group VARCHAR(20) default '---ALL---',
voicemail_greeting VARCHAR(100) default '',
voicemail_dump_exten_no_inst VARCHAR(20) default '85026666666667',
voicemail_instructions ENUM('Y','N') default 'Y',
index (server_ip),
index (voicemail_id),
index (dialplan_number),
@@ -3251,4 +3252,4 @@ UPDATE vicidial_configuration set value='1766' where name='qc_database_version';
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1366',db_schema_update_date=NOW();
UPDATE system_settings SET db_schema_version='1367',db_schema_update_date=NOW();