Changeset 1789

Show
Ignore:
Timestamp:
05/01/06 00:39:06 (7 years ago)
Author:
qldrob
Message:

Groups were looking for ARG4 - I guess this is a historical bug left over from .010

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/agi-bin/recordingcheck

    r1003 r1789  
    3434  case "Group": 
    3535   
    36     $r = $agi->get_variable("ARG4"); 
     36    $r = $agi->get_variable("ARG1"); 
    3737    if ($r["result"] == 0) { 
    3838      $agi->verbose("Extension List not set -- nothing to do");