Show
Ignore:
Timestamp:
07/26/11 18:35:56 (2 years ago)
Author:
p_lindheimer
Message:

initial checkin of recordings infrastructure change. Probably breaks seeing the old recordings in ARI but it's a start. Also no migration code, the recording file is expecting there to be a new field in the CDR database which will need to be addressed by migration code. For testing this can simply be added. The field is: recordingfile and is a VARCHAR 255

Files:

Legend:

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

    r11933 r12324  
    133133          // the list 
    134134          $ext->add($contextname, $grpnum, '', new ext_macro('record-enable','${DB(AMPUSER/'."$grpnum/followme/grplist)}-$grpnum".',${RecordMethod}')); 
     135 
     136          // Note there is no cancel later as the special case of follow-me, if they say record, it should stick 
     137          $ext->add($contextname, $grpnum, '', new ext_gosub('1','s','sub-record-check','exten,${EXTEN}')); 
    135138 
    136139          // MODIFIED (PL)