Changed drop_call_seconds to allow for immediate drop on outbound calls to go to drop inbound group.

git-svn-id: svn://192.168.202.10@1201 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-08-11 09:13:45 +00:00
parent d9375c4500
commit c0bbceebb6
4 changed files with 120 additions and 4 deletions
+2 -1
View File
@@ -1192,7 +1192,6 @@ if ($non_latin < 1)
$delete_users = ereg_replace("[^0-9]","",$delete_users);
$dial_timeout = ereg_replace("[^0-9]","",$dial_timeout);
$dialplan_number = ereg_replace("[^0-9]","",$dialplan_number);
$drop_call_seconds = ereg_replace("[^0-9]","",$drop_call_seconds);
$enable_fast_refresh = ereg_replace("[^0-9]","",$enable_fast_refresh);
$enable_persistant_mysql = ereg_replace("[^0-9]","",$enable_persistant_mysql);
$fast_refresh_rate = ereg_replace("[^0-9]","",$fast_refresh_rate);
@@ -1291,6 +1290,8 @@ if ($non_latin < 1)
$allow_alerts = ereg_replace("[^0-9]","",$allow_alerts);
$vicidial_balance_rank = ereg_replace("[^0-9]","",$vicidial_balance_rank);
$drop_call_seconds = ereg_replace("[^-0-9]","",$drop_call_seconds);
### DIGITS and COLONS
$shift_length = ereg_replace("[^\:0-9]","",$shift_length);