Small bug fixes to vicidial web
git-svn-id: svn://192.168.202.10@2799 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -327,9 +327,9 @@ if ( (!preg_match('/\-\-ALL\-\-/i', $LOGadmin_viewable_call_times)) and (strlen(
|
||||
$NOW_DATE = date("Y-m-d");
|
||||
$NOW_TIME = date("Y-m-d H:i:s");
|
||||
$STARTtime = date("U");
|
||||
if (!isset($user_group)) {$user_group = array(;}
|
||||
if (!isset($campaign)) {$campaign = array(;}
|
||||
if (!isset($users)) {$users = array(;}
|
||||
if (!isset($user_group)) {$user_group = array();}
|
||||
if (!isset($campaign)) {$campaign = array();}
|
||||
if (!isset($users)) {$users = array();}
|
||||
if (!isset($group)) {$group = array("CL_TEST_L");}
|
||||
if (!isset($query_date)) {$query_date = $NOW_DATE;}
|
||||
if (!isset($end_date)) {$end_date = $query_date;}
|
||||
|
||||
@@ -1574,12 +1574,12 @@ if ($SSoutbound_autodial_active > 0)
|
||||
<BR>
|
||||
<A NAME="campaigns-ivr_park_call">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Park Call IVR"); ?> -</B><?php echo _QXZ("This option will allow an agent to park a call with a separate IVR PARK CALL button on their agent interface if this is ENABLED or ENABLED_PARK_ONLY. The ENABLED_PARK_ONLY option will allow the agent to send the call to park but not click to retrieve the call like the ENABLED option. The ENABLED_BUTTON_HIDDEN option allows the function through the API only. Default is DISABLED."); ?>
|
||||
<B><?php echo _QXZ("Park Call IVR"); ?> -</B><?php echo _QXZ("This option will allow an agent to park a call with a separate IVR PARK CALL button on their agent interface if this is ENABLED or ENABLED_PARK_ONLY. The ENABLED_PARK_ONLY option will allow the agent to send the call to park but not click to retrieve the call like the ENABLED option. The ENABLED_BUTTON_HIDDEN option allows the function through the API only. Default is DISABLED. This feature requires Asterisk 1.8 or higher to work."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="campaigns-ivr_park_call_agi">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("Park Call IVR AGI"); ?> -</B><?php echo _QXZ("If the Park Call IVR field is not DISABLED, then this field is used as the AGI application string that the customer is sent to. This is a setting that should be set by your administrator if possible."); ?>
|
||||
<B><?php echo _QXZ("Park Call IVR AGI"); ?> -</B><?php echo _QXZ("If the Park Call IVR field is not DISABLED, then this field is used as the AGI application string that the customer is sent to. This is a setting that should be set by your administrator if possible. This feature requires Asterisk 1.8 or higher to work."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="campaigns-timer_action">
|
||||
|
||||
Reference in New Issue
Block a user