Changeset 13474 for modules/branches
- Timestamp:
- 02/18/12 22:45:59 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/queues/functions.inc/dialplan.php
r13472 r13474 527 527 $ext->add($id, $c, 'activate', new ext_noop('Agent Logged In')); 528 528 $ext->add($id, $c, '', new ext_macro('toggle-add-agent')); 529 $ext->add($id, $c, '', new ext_set('QAGENT_UNAUTHORIZED','1'));530 529 $ext->add($id, $c, '', new ext_gotoif('$["${QAGENT_UNAUTHORIZED}"="1"]', 'logout')); 531 530
