Fixed issue #985, inbound dispo call url
git-svn-id: svn://192.168.202.10@2656 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -417,10 +417,11 @@
|
||||
# 161102-1044 - Fixed QM partition problem
|
||||
# 161117-0622 - Fixes for rare vicidial_log and recording_log issues
|
||||
# 161222-0728 - Fixed issue with Scheduled Callbacks with tilde'~' in text fields
|
||||
# 161231-1250 - Fixed issue #985, inbound dispo call url
|
||||
#
|
||||
|
||||
$version = '2.14-311';
|
||||
$build = '161222-0728';
|
||||
$version = '2.14-312';
|
||||
$build = '161231-1250';
|
||||
$php_script = 'vdc_db_query.php';
|
||||
$mel=1; # Mysql Error Log enabled = 1
|
||||
$mysql_log_count=658;
|
||||
@@ -10133,9 +10134,12 @@ if ($ACTION == 'updateDISPO')
|
||||
$rslt=mysql_to_mysqli($stmt, $link);
|
||||
if ($mel > 0) {mysql_error_logging($NOW_TIME,$link,$mel,$stmt,'00286',$user,$server_ip,$session_name,$one_mysql_log);}
|
||||
$row=mysqli_fetch_row($rslt);
|
||||
$dispo_call_url = $row[0];
|
||||
$DUcampaign_id = $stage;
|
||||
$DUentry_type = 'ingroup';
|
||||
if ($row[0] != 'CAMP')
|
||||
{
|
||||
$dispo_call_url = $row[0];
|
||||
$DUcampaign_id = $stage;
|
||||
$DUentry_type = 'ingroup';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -2794,7 +2794,7 @@ if ($SSqc_features_active > 0)
|
||||
<BR>
|
||||
<A NAME="inbound_groups-dispo_call_url">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Dispo Call URL"); ?> -</B><?php echo _QXZ("This web URL address is not seen by the agent, but it is called every time a call is dispositioned by an agent if it is populated. Uses the same variables as the web form fields and scripts. dispo and talk_time are the variables you can use to retrieve the agent-defined disposition for the call and the actual talk time in seconds of the call. Default is blank.") . " " . _QXZ("If you put ALT into this field and submit this form, you will be able to go to a separate page where you can define multiple URLs for this action as well as specific statuses that will trigger them."); ?>
|
||||
<B><?php echo _QXZ("Dispo Call URL"); ?> -</B><?php echo _QXZ("This web URL address is not seen by the agent, but it is called every time a call is dispositioned by an agent if it is populated. Uses the same variables as the web form fields and scripts. dispo and talk_time are the variables you can use to retrieve the agent-defined disposition for the call and the actual talk time in seconds of the call. Default is blank.") . " " . _QXZ("If you put ALT into this field and submit this form, you will be able to go to a separate page where you can define multiple URLs for this action as well as specific statuses that will trigger them.") . " " . _QXZ("If you want the campaign Dispo Call URL to be used for inbound calls, then put CAMP into this field."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="inbound_groups-add_lead_url">
|
||||
|
||||
Reference in New Issue
Block a user