added auto_alt_dial_statuses field to vicidial_campaigns, and interface for managing it to admin.php campaign modification screen detail view.
git-svn-id: svn://192.168.202.10@465 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -8,7 +8,7 @@ If you will be using automatic alt number dialing, it is strongly recommended th
|
||||
|
||||
|
||||
|
||||
First, a new field in vicidial_campaigns was needed to tell the dialer that it should look for contact numbers in the alt_phone and/or address3 fields if a call to a regular number results in a no-contact(NA/B/DC/N)
|
||||
First, a new field in vicidial_campaigns was needed to tell the dialer that it should look for contact numbers in the alt_phone and/or address3 fields if a call to a regular number results in a no-contact(NA/B/DC/N)[defined in the auto_alt_dial_statuses field in the vicidial_campaigns table].
|
||||
|
||||
ALTER TABLE vicidial_campaigns ADD auto_alt_dial ENUM('NONE','ALT_ONLY','ADDR3_ONLY','ALT_AND_ADDR3') default 'NONE';
|
||||
|
||||
@@ -29,6 +29,11 @@ Third, because of how the insertion into the hopper of the next attempt has to w
|
||||
ALTER TABLE vicidial_hopper MODIFY status ENUM('READY','QUEUE','INCALL','DONE','HOLD') default 'READY';
|
||||
|
||||
|
||||
Fourth, so that the no-answer statuses can be definable, we need to add a new field to vicidial_campaigns to hold the statuses and allow the admin.php interface to be able to modify them.
|
||||
|
||||
ALTER TABLE vicidial_campaigns ADD auto_alt_dial_statuses VARCHAR(255) default ' B N NA DC -';
|
||||
|
||||
|
||||
|
||||
|
||||
STEPS OF AN AUTO-ALT-DIAL CALL:
|
||||
|
||||
Reference in New Issue
Block a user