Changeset 10209

Show
Ignore:
Timestamp:
08/04/10 18:47:33 (3 years ago)
Author:
GameGamer43
Message:

closes #4489 - thanks bhuffman for adding accountcode to findmefollow

Files:

Legend:

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

    r9980 r10209  
    136136          $ext->add($contextname, $grpnum, 'skipsimple', new ext_setvar('RingGroupMethod',$strategy)); 
    137137          $ext->add($contextname, $grpnum, '', new ext_setvar('_FMGRP',$grpnum)); 
     138          $ext->add($contextname, $grpnum, '', new ext_setvar('CDR(accountcode)','${DB(AMPUSER/'."$grpnum/accountcode)}")); 
    138139          if ((isset($annmsg_id) ? $annmsg_id : '')) { 
    139140            $annmsg = recordings_get_file($annmsg_id);