Added SWAP_PARK_CUSTOMER|SWAP_PARK_XFER|HANGUP_XFER_GRAB_CUSTOMER options for park_call Agent API function

git-svn-id: svn://192.168.202.10@3840 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2024-06-26 03:16:51 +00:00
parent ac8cfb096f
commit 7d272a523f
3 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -8408,7 +8408,7 @@ if ($function == 'update_campaign')
}
if (strlen($hopper_level) > 0)
{
if ( ($hopper_level > 2000) or ($hopper_level < 1) )
if ( ($hopper_level > 5000) or ($hopper_level < 1) )
{
$result = 'ERROR';
$result_reason = "update_campaign HOPPER LEVEL MUST BE FROM 1 TO 2000, THIS IS AN OPTIONAL FIELD";