Jim Agnetta

Results 10 comments of Jim Agnetta

``` HEPAddr = "8.25.198.130:9060" HEPTCPAddr = "" HEPTLSAddr = "0.0.0.0:9060" HEPWSAddr = "0.0.0.0:3000" ESAddr = "" ESDiscovery = true LokiURL = "" LokiBulk = 200 LokiTimer = 4 LokiBuffer =...

I've realized that this line was wrong: `AlegIDs = ["X-CC-TRACE","i=\"?(.*?)(?:\"|;|$)"] ` It is now: `AlegIDs = ["X-CC-TRACE,i=\"?(.*?)(?:\"|;|$)"] ` In the image below, you can see that the A-Leg and B-Leg...

I've been poking at it, but this is as far as I've been able to get. Here's the correlation mapping file as well. Talk to you in the morning! Thanks...

Good day! I found some more of your writings in the wiki on github, in particular the parts about correlating with the correlation_id. So I've added some changes to the...

Yes. That's the page I followed. I have correlation of the INVITES, but it's leaving out the rest of the messages in the dialog. @hamidrhashmi

@hamidrhashmi here is an example of the issue I'm describing in my latest comment from yesterday. https://github.com/sipcapture/homer-app/issues/466 This page also describes the issue, but it looks like there may be...

The answer was in a post on this page: https://github.com/sipcapture/homer-app/issues/278 I needed to add "append_sid": true to the correlation_id stanza in the mapping rules. it works perfectly now.

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