Changeset 9812
- Timestamp:
- 06/02/10 12:22:00 (2 years ago)
- Files:
-
- freepbx/branches/2.8 (modified) (1 prop)
- freepbx/branches/2.8/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) (2 diffs)
- freepbx/branches/2.8/amp_conf/htdocs_panel/op_server.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8
- Property svnmerge-integrated changed from /freepbx/branches/2.7:1-9372 /freepbx/trunk:1-9714,9744,9768 to /freepbx/branches/2.7:1-9372,9634-9729,9731-9795,9798-9811 /freepbx/trunk:1-9714,9744,9768
freepbx/branches/2.8/amp_conf/htdocs/recordings/modules/callmonitor.module
r9469 r9812 632 632 633 633 // allow entries to be viewed with users extension 634 $searchText .= "( "; 634 635 $searchText .= "(src = '" . $_SESSION['ari_user']['extension'] . "' 635 636 OR dst = '" . $_SESSION['ari_user']['extension'] . "' … … 646 647 OR dst = '" . $_SESSION['ari_user']['outboundCID'] . "')"; 647 648 } 649 $searchText .= ") "; 648 650 } 649 651 freepbx/branches/2.8/amp_conf/htdocs_panel/op_server.cfg
r8095 r9812 119 119 ; Formatting of the callerid field 120 120 ; where 'x' is a number 121 clid_format= (xxx)xxx-xxxx121 clid_format="(xxx)xxx-xxxx" 122 122 123 123 ; If you want not to show the callerid on the buttons, set this
