Added ability to chose the type of callerid sent for inbound ring-agent calls in the in-group: GENERIC, INGROUP, CUSTOMER PHONE and combos.
Added NA Call URL feature to campaigns and in-groups, works like dispo call url but only for non-agent handled calls like DROP, NA, etc... Changed MULTI_LEAD Auto-Alt-Dial to use Auto-Alt-Dial Statuses set in the campaign automatically, you may need to add auto-alt-statuses Added a check to admin.php to prevent submission of campaign and in-group changes before the entire form loads Added call_id as a script and url variable Added debug logging of dispo/start/add-lead/no-agent URL submissions to a database table git-svn-id: svn://192.168.202.10@1706 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -40,8 +40,12 @@ is blank. You must begin this URL with VAR if you want to use variables, and of
|
||||
course --A-- and --B-- around the actual variable in the URL where you want to
|
||||
use it. Here is the list of variables that are available for this function:
|
||||
lead_id, vendor_lead_code, list_id, phone_number, phone_code, did_id,
|
||||
did_extension, did_pattern, did_description, uniqueid. This feature is only
|
||||
available for In-Groups.
|
||||
did_extension, did_pattern, did_description, uniqueid, call_id. This feature is
|
||||
only available for In-Groups.
|
||||
|
||||
No Agent Call URL - This is similar to Dispo Call URL, but it is for calls
|
||||
that are not sent to agents such as DROPs, No Answers, Busys and timeouts. This
|
||||
option is available for Campaigns and In-Groups
|
||||
|
||||
|
||||
|
||||
@@ -64,7 +68,7 @@ user_custom_three, user_custom_four, user_custom_five,
|
||||
preset_number_a, preset_number_b, preset_number_c, preset_number_d,
|
||||
preset_number_e, preset_number_f, preset_dtmf_a, preset_dtmf_b,
|
||||
did_id, did_extension, did_pattern, did_description, closecallid,
|
||||
xfercallid, agent_log_id, entry_list_id.
|
||||
xfercallid, agent_log_id, entry_list_id, call_id.
|
||||
|
||||
|
||||
For examples(and sample result URL):
|
||||
|
||||
Reference in New Issue
Block a user