Changeset 9811
- Timestamp:
- 06/02/10 13:09:25 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.7/amp_conf/htdocs/recordings/modules/callmonitor.module
r8599 r9811 633 633 634 634 // allow entries to be viewed with users extension 635 $searchText .= "( "; 635 636 $searchText .= "(src = '" . $_SESSION['ari_user']['extension'] . "' 636 637 OR dst = '" . $_SESSION['ari_user']['extension'] . "' … … 647 648 OR dst = '" . $_SESSION['ari_user']['outboundCID'] . "')"; 648 649 } 650 $searchText .= ") "; 649 651 } 650 652
