Skip to content
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

Feature-Request: Support for multiple X-Call-ID headers #339

Open
zombiedk opened this issue Nov 12, 2020 · 6 comments
Open

Feature-Request: Support for multiple X-Call-ID headers #339

zombiedk opened this issue Nov 12, 2020 · 6 comments

Comments

@zombiedk
Copy link

if you have a call that is stretching overs several dialogs (A,B,C), it would be nice if the "F4 Extended" dialog support multiple X-Call-ID headers
currently it will only match on the first header, and depending on how I add them I can either make that dialog A will show B+C but dialog B will not be able to show C
or if I reverse the order of the header A will only show B and B will only show C

@zombiedk
Copy link
Author

at the moment we bypass the limit by finding the first call and and then do a search for that Call-ID
thereby get a list with all the dialogs that have that string

@Kaian
Copy link
Member

Kaian commented Nov 12, 2020

Hi!

If I understand this correctly, the problem is that Exended Flow from A call works as expected displaying B and C, but Extended Flow from B (or C) call only shows A call.

Is this correct?

@zombiedk
Copy link
Author

zombiedk commented Nov 12, 2020

yes that is correct

senario 1
dialog A: Call-ID=AAA
dialog B: Call-ID=BBB , X-Call-ID=AAA
dialog C: Call-ID=CCC, X-Call-ID=AAA, X-Call-ID=BBB
F4 on dialog A you will see all 3 dialog
F4 on dialog B you will not show dialog C

senario 2 reverse order of X-Call-ID header
dialog A: Call-ID=AAA
dialog B: Call-ID=BBB , X-Call-ID=AAA
dialog C: Call-ID=CCC, X-Call-ID=BBB, X-Call-ID=CCC
F4 on dialog A will only show dialog B
F4 on dialog B will show dialog C

@zombiedk
Copy link
Author

I have attached 2 pcap that show the 2 different senarios
X-Call-ID.zip

@zombiedk
Copy link
Author

alternativ add support for Session-ID (rfc7329) as an alternativ to X-Call-ID
Session-ID is a globally unique session identifier

@sergey-safarov
Copy link
Contributor

agreed, more correct to support Session-ID according to RFC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants