Changeset 13622
- Timestamp:
- 02/28/12 11:56:34 (1 year ago)
- Files:
-
- modules/branches/2.10/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/core/functions.inc.php
r13605 r13622 2036 2036 $ext->add($context, $exten, '', new ext_return('')); 2037 2037 2038 // Conferencing must set the path to MIXMON_DIR explicitly since unlike other parts of Asterisk 2039 // Meetme does not default to the defined monitor directory. 2040 // 2038 2041 $exten = 'recconf'; 2039 2042 $ext->add($context, $exten, '', new ext_noop_trace('Setting up recording: ${ARG1}, ${ARG2}, ${ARG3}'));
