Changeset 11386
- Timestamp:
- 02/14/11 17:31:37 (2 years ago)
- Files:
-
- modules/branches/2.9/queues/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/queues/functions.inc.php
r11385 r11386 371 371 if (isset($q['qnoanswer']) && $q['qnoanswer'] == FALSE) { 372 372 $ext->add('ext-queues', $exten, '', new ext_answer('')); 373 } 373 } else { 374 // TODO: should this only be set if noanswer + (!ringtones || joinannounce)??? 375 $ext->add('ext-queues', $exten, '', new ext_progress()); 376 } 374 377 375 378 // block voicemail until phone is answered at which point a macro should be called on the answering
