Added phone outbound alt caller ID to allow for phone-dialed calls to use

a separate CID number when dialing through a specific context

git-svn-id: svn://192.168.202.10@2541 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-05-27 19:19:49 +00:00
parent 1e9b974810
commit 2087bd53c4
6 changed files with 285 additions and 7 deletions
+2 -3
View File
@@ -613,7 +613,6 @@ ALTER TABLE vicidial_drop_rate_groups MODIFY drops_today DOUBLE(12,3) default '0
UPDATE system_settings SET db_schema_version='1460',db_schema_update_date=NOW() where db_schema_version < 1460;
ALTER TABLE phones ADD outbound_alt_cid VARCHAR(20) default '';
UPDATE system_settings SET db_schema_version='1461',db_schema_update_date=NOW() where db_schema_version < 1461;