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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user