Difference between revisions of "Privacy to hide Source number"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!---This functionality is available from MOR 9--->
<!---This functionality is available from MOR 9--->
= Description =


This functionality hides source number for user if requered
Users may want to hide their CallerID number by sending SIP '''Privacy''' header. '''Privacy''' header contains information on which parts of the CallerID are private. By default MOR still shows CallerID information to User in Calls list and CDR exports even though '''Privacy''' header was present.


'''Hide CallerID if Privacy header is present''' setting allows to hide CallerID in User's Calls list, Active Calls and CDR Exports if call was made with SIP '''Privacy: id''' header. CallerID is still visible to Admin.


In MOR it is possible to set up User, that his source number would be hidden.
=Per User settings=


Destinations are hidden only for End Users.
In Users details, '''Hide CallerID if Privacy header is present''' setting for this User:
<br>
[[Image:Hide_callerid_if_header_is_present.png]]


It is possible to hide Destinations in three places:
Note: this setting is available only if MySQL ''mor.calls'' table has ''privacy'' field!


* GUI - what users see on the monitor.
=See also=
* CSV - in CSV file reports.
* PDF - in PDF invoices/reports.


<br><br>
* [[Privacy to hide Destination ends]]
 
 
In Users details, set to use Global settings or select different settings just for this User:
<br><br>
[[Image:per_user_privacy.png]]
<br><br>
= How it looks =

Latest revision as of 08:49, 10 January 2017


Users may want to hide their CallerID number by sending SIP Privacy header. Privacy header contains information on which parts of the CallerID are private. By default MOR still shows CallerID information to User in Calls list and CDR exports even though Privacy header was present.

Hide CallerID if Privacy header is present setting allows to hide CallerID in User's Calls list, Active Calls and CDR Exports if call was made with SIP Privacy: id header. CallerID is still visible to Admin.

Per User settings

In Users details, Hide CallerID if Privacy header is present setting for this User:
Hide callerid if header is present.png

Note: this setting is available only if MySQL mor.calls table has privacy field!

See also