Changeset 13622

Show
Ignore:
Timestamp:
02/28/12 11:56:34 (1 year ago)
Author:
p_lindheimer
Message:

add comments to clarify why recconf differes from the other subroutines wrt to MIXMON_DIR

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/core/functions.inc.php

    r13605 r13622  
    20362036      $ext->add($context, $exten, '', new ext_return('')); 
    20372037 
     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      // 
    20382041      $exten = 'recconf'; 
    20392042      $ext->add($context, $exten, '', new ext_noop_trace('Setting up recording: ${ARG1}, ${ARG2}, ${ARG3}'));