homer-ui
homer-ui copied to clipboard
FEATURE REQUEST: Setting Default Display Filter Behavior for a User
Good day,
Is there a parameter somewhere to select which of the display filters can be selected? We'd like to enable SIP and RTCP but disable HEP_LOG and LOG by default, w/o needing to change it with each viewing of the call details, is it possible?
Thanks, Jim
Hi @jagnetta 👋
This is not currently possible but feel free to turn this into a feature request and/or bounty offer
Hi @lmangani -- That's a great idea!
Feature Request: Please add a feature to enable which of the display filters should be enabled or disabled for a user.
@lmangani somewhat related:
https://github.com/sipcapture/homer-ui/issues/177
@AlexeyOplachko could you please check if filter defaults are covered by any advanced setting?
The task has expiredhttps://github.com/sipcapture/homer-ui/pull/641
needs add on Preference/Advenced ->
category: transaction param: filter
data:
{
"SIP": true,
"RTP": true,
"RTCP": true,
"LOG": false,
"HEP-LOG": false
}