Changeset 3996

Show
Ignore:
Timestamp:
06/07/07 20:44:12 (6 years ago)
Author:
p_lindheimer
Message:

allow ari callmonitor to try and identify IAX extensions also - another temporary hack

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module

    r3629 r3996  
    588588      $searchText .= "(src = '" . $_SESSION['ari_user']['extension'] . "' 
    589589                      OR dst = '" . $_SESSION['ari_user']['extension'] . "' 
     590 
     591          OR channel LIKE 'IAX2/" . $_SESSION['ari_user']['extension'] ."-%' 
     592          OR dstchannel LIKE 'IAX2/" . $_SESSION['ari_user']['extension'] ."-%' 
     593 
    590594          OR channel LIKE 'SIP/" . $_SESSION['ari_user']['extension'] ."-%' 
    591595          OR dstchannel LIKE 'SIP/" . $_SESSION['ari_user']['extension'] ."-%')";