Changeset 5654
- Timestamp:
- 02/07/08 14:41:12 (5 years ago)
- Files:
-
- modules/branches/2.3/queues/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/queues/functions.inc.php
r5609 r5654 185 185 array($account,'strategy',($_REQUEST['strategy'])?$_REQUEST['strategy']:'ringall',0), 186 186 array($account,'timeout',(isset($_REQUEST['timeout']))?$_REQUEST['timeout']:'15',0), 187 array($account,'retry',( $_REQUEST['retry'])?$_REQUEST['retry']:'5',0),187 array($account,'retry',(isset($_REQUEST['retry']) && $_REQUEST['retry'] != '')?$_REQUEST['retry']:'5',0), 188 188 array($account,'wrapuptime',($_REQUEST['wrapuptime'])?$_REQUEST['wrapuptime']:'0',0), 189 189 //array($account,'agentannounce',($_REQUEST['agentannounce'])?$_REQUEST['agentannounce']:'None'),
