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

INVITE not getting detected sometimes #140

Open
enlaichu opened this issue Jan 5, 2025 · 1 comment
Open

INVITE not getting detected sometimes #140

enlaichu opened this issue Jan 5, 2025 · 1 comment
Labels
not-a-bug Not an issue

Comments

@enlaichu
Copy link

enlaichu commented Jan 5, 2025

We're seeing about 3-5% of calls not getting recorded. Troubleshooting indicates that the INVITE is not getting detected by orkaudio. Subsequent SIP messages in the transaction are detected but not the initial INVITE. It's happening on multiple servers so doesn't appear to be a single bad interface.

Is this a known issue / any ideas for a fix?

@kingster
Copy link
Member

kingster commented Feb 12, 2025

Is this reproducible? Do you have a pcap capture which recreates this?

I had observed similar behavior when the invite packets were very large, and was being split into multiple fragments. Do you have fragment reassemble enabled?

The config for that is IpFragmentsReassemble under VoIpPlugin

<VoIpPlugin>
	<IpFragmentsReassemble>true</IpFragmentsReassemble>

@kingster kingster added the not-a-bug Not an issue label Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-a-bug Not an issue
Projects
None yet
Development

No branches or pull requests

2 participants