Difference between revisions of "Privacy to hide Source number"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
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.
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 portal and CDR exports if call was made with SIP '''Privacy: id''' header.
'''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.
 
<br><br>


=Per User settings=
=Per User settings=


In Users details, '''Hide CallerID if Privacy header is present''' setting for this User:
In Users details, '''Hide CallerID if Privacy header is present''' setting for this User:
<br><br>
<br>
[[Image:Hide_callerid_if_header_is_present.png]]
[[Image:Hide_callerid_if_header_is_present.png]]
<br><br>
 
Note: this setting is available only if MySQL ''mor.calls'' table has ''privacy'' field!
 
=See also=
 
* [[Privacy to hide Destination ends]]

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