Ticket #4489: findfollow.diff

File findfollow.diff, 0.6 kB (added by bhuffman, 2 years ago)
  • admin/modules/findmefollow/functions.inc.php

    old new  
    127127          // group dial 
    128128          $ext->add($contextname, $grpnum, 'skipsimple', new ext_setvar('RingGroupMethod',$strategy)); 
    129129          $ext->add($contextname, $grpnum, '', new ext_setvar('_FMGRP',$grpnum)); 
     130          $ext->add($contextname, $grpnum, '', new ext_setvar('CDR(accountcode)','${DB(AMPUSER/'."$grpnum/accountcode)}")); 
    130131 
    131132          if ((isset($annmsg_id) ? $annmsg_id : '')) { 
    132133            $annmsg = recordings_get_file($annmsg_id);