-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[1.x] Sip plugin crash on Options #3388
Comments
It looks like an issue looking up the
This means that our
is probably |
@do-not-set-2fa can you check the commit above? |
Hey Lorenzo, Options for trunk type are a bit loose, no need for proper to i guess. Thanks for the quick fix, we will do more poc/testing on this branch soon i guess. One unrelated question, maybe more for a discord: Thanks, |
Is Janus sending a 200 in response to those OPTIONS, or a 404? If it's a 404, there still might be something we need to fix I guess.
No, Janus and the SIP plugin will alwaye be on the media path.
I don't think this is viable, due to the general purpose nature of Janus. Different plugins will need to handle media in different ways, there's not just a core relaying media from A to B and viceversa. As such, it's not planned for now. |
No, all my sip replies were 200 OKed, the known and unknown ips. Olk thanks for the info and fast replies as always :) |
Mh, maybe it shouldn't be 200 for unknown IPs, but we'll see in the future. Thanks for the feedback! |
Version: sip-trunk branch
I have noticed that it keeps crashing on my OPTIONS messages.
These are the last logs and gdb before/after SEGV:
[janus sip trunk crash and log:
https://pastebin.com/RJmUvb3C
and OPTIONS are as normal as it can get :slight_smile:
https://pastebin.com/p8tbM4HJ
Only thing is that SIP routers that are not know in sip-trunk settings on janus are also sending options to it, but Janus do respond to them, but in log I do see mention of (null)
The text was updated successfully, but these errors were encountered: