homer-ui icon indicating copy to clipboard operation
homer-ui copied to clipboard

FEATURE REQUEST: Setting Default Display Filter Behavior for a User

Open jagnetta opened this issue 9 months ago • 5 comments

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

jagnetta avatar May 08 '24 15:05 jagnetta

Hi @jagnetta 👋

This is not currently possible but feel free to turn this into a feature request and/or bounty offer

lmangani avatar May 08 '24 16:05 lmangani

Hi @lmangani -- That's a great idea!

jagnetta avatar May 08 '24 16:05 jagnetta

Feature Request: Please add a feature to enable which of the display filters should be enabled or disabled for a user.

jagnetta avatar May 08 '24 16:05 jagnetta

@lmangani somewhat related:

https://github.com/sipcapture/homer-ui/issues/177

jagnetta avatar May 08 '24 16:05 jagnetta

@AlexeyOplachko could you please check if filter defaults are covered by any advanced setting?

lmangani avatar May 08 '24 16:05 lmangani

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 
}

image

RFbkak37y3kIY avatar Jul 22 '24 13:07 RFbkak37y3kIY