-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with Correlation Mappings #595
Comments
are the following headers in the INVITE packet?
Can you see them as extracted when you click on the INVITE and go to the If not then please first try with |
thanks for the suggestion. I followed the resources you showed there and can confirm that the fields were indeed shown in the details tab. I have simplified my setup somewhat for the purposes of getting something working. I have temporarily dropped the I am using lua in heplify-server to create a new sip header ( in the web app, I now have something like this for my mappings...
with this setup, I can search, specifically, for the However, I only see the INVITE for the additional call and not the rest of the call's requests. To solve this, I tried using the
|
I have simplified my mapping further so it looks like this...
no change though; still see the INVITE from the additional legs but not all the requests. I feel I should reiterate, too, that |
just looked at the logs for homer-app and noticed the following occurred when I try to view the call flow, with the mappings presented in my previous comment..
not sure whether there's any relevance to the problem? |
I would like to be able to see all related calls flows when I try to view the flow for any call legs.
In my setup, I have outgoing calls, comprising of 2 legs; these calls have a
P-Routing-Params
header which consists of. series ofkey=value
Pairs. I am using theid
field 's value as a correlation id to link the calls legs together.Additionally, I have incoming calls that trigger an outgoing call; in this scenario, I use the
X-CID
header for correlation.I have adjusted my heplify-server configuration to extract the correlation id, and it does this successfully. I can see the correlation id and search by it within the homer UI.
(the regex is ok here as the
id
field is always the final property in the header)Despite the correlation ID being extracted properly, I am, so far, unable to have all the related calls in a single flow diagram. I have tried configuring the field mappings using various configurations that I've seen suggestd online. The current looks like...
The correlation ID coming from the
P-Routing-Params
header is not a call-id but is the same in all the calls that are related.I should also mention that it is only the initial incoming
INVITE
request which contains the relevant correlation fields. and I would like to see all the requests, responses , logs and RTCP reports related to the calls in question.Some of the resources I've looked at to try and get this working correctly include..
I would be grateful for some assistance here :)
The text was updated successfully, but these errors were encountered: