Added phone options to have call go to dialplan extension instead of voicemail if phone not answered

git-svn-id: svn://192.168.202.10@2423 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2015-12-04 11:58:37 +00:00
parent 7e9197ca42
commit c4f9e4a502
6 changed files with 67 additions and 22 deletions
+3 -1
View File
@@ -87,6 +87,8 @@ voicemail_greeting VARCHAR(100) default '',
voicemail_dump_exten_no_inst VARCHAR(20) default '85026666666667',
voicemail_instructions ENUM('Y','N') default 'Y',
on_login_report enum('Y','N') NOT NULL default 'N',
unavail_dialplan_fwd_exten VARCHAR(40) default '',
unavail_dialplan_fwd_context VARCHAR(100) default '',
index (server_ip),
index (voicemail_id),
index (dialplan_number),
@@ -3644,4 +3646,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='1438',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1439',db_schema_update_date=NOW(),reload_timestamp=NOW();