-
Notifications
You must be signed in to change notification settings - Fork 581
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
SIP Trace does now show modified callid after topology_hiding #459
Comments
Hello, Indeed, currently SIP trace will log the caller side callid for both incoming and outgoing SIP messages. Now, this can be an advantage, since it will make putting traces together and plotting them alot easier when compared to having two different call-ids and having to fetch all the SIP messages for those two callids. Why do you need the callid from the callee end in the actual sip trace ? Having that in the CDRs is possible by using the $TH_callee_callid pvar. Best Regards, |
There is no advantage of the SIP Trace showing something different than what is actually happening. I need the SIP Trace to accurately reflect the packets on the wire, I don't really think this needs more of an explanation. |
Just checked and this is resolved now with 2.2 |
My apologies I prematurely closed this ticket. It turns out that 2.2 still shows the original callid rather than the one after topology hiding takes place. |
Hi, is it possible to get an update on this issue please? |
It is not resolved in 3.1 |
It does not appear to be resolved in 3.2, either. |
woow, an +8 years ongoing ticket 🤕 |
Could anyone summarize here which messages are not properly traced ? reply/request , in/out ...... ?? |
In my case, all messages are traced, but those leaving OpenSIPS have the wrong SIP Call-ID (different than what's in the message). They have the original Call-ID as received, not the new Call-ID as created by topology_hiding("C"). |
Which version do you use on that scenario? |
3.2.12 (x86_64/linux) |
I did some tests and code digging in order to understand the problem here. |
In 2.1 using topology_hiding module and sip_trace the callid is re-written correctly, however this is not shown with data gathered by the SIP trace module.
The text was updated successfully, but these errors were encountered: