Changeset 5652
- Timestamp:
- 02/07/08 14:35:51 (5 years ago)
- Files:
-
- modules/branches/2.4/queues/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/queues/functions.inc.php
r5643 r5652 280 280 array($account,'strategy',($_REQUEST['strategy'])?$_REQUEST['strategy']:'ringall',0), 281 281 array($account,'timeout',(isset($_REQUEST['timeout']))?$_REQUEST['timeout']:'15',0), 282 array($account,'retry',( $_REQUEST['retry'])?$_REQUEST['retry']:'5',0),282 array($account,'retry',(isset($_REQUEST['retry']) && $_REQUEST['retry'] != '')?$_REQUEST['retry']:'5',0), 283 283 array($account,'wrapuptime',($_REQUEST['wrapuptime'])?$_REQUEST['wrapuptime']:'0',0), 284 284 array($account,'announce-frequency',($_REQUEST['announcefreq'])?$_REQUEST['announcefreq']:'0',0),
