-
Notifications
You must be signed in to change notification settings - Fork 61
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
Strange occational exception #116
Comments
It looks like an issue parsing an incoming Contact header. Would you be able to correlate it with the incoming SIP request? |
@davehorton is it possible to somehow get a hold of the SIP Message it failed to parse as part of the error? |
Its' tough....I would think this would be a incoming message that we did not respond to, probably a register |
I've added this now:
That'll at least get me the SIP Message logged next time it happens |
I've not seen this exception in quite a while. Perhaps it went away when upgrading to a more recent version of the drachtio-srf package! |
I've gotten this error again, and it turns out it's a BYE request with both a to/from tag - so not a dialog forming request. Any idea what would cause something like that to end up in middleware like that? |
not sure...can you send the piece of the drachtio log showing the BYE? |
Hi there,
So, I'm getting these exceptions occasionally, but I'm not quite sure what it's about:
It's being caught by this code:
What I can see, else where in my code, is that
req.receivedOn
is undefined, but I'm not sure how that's possible. I'm running in Outbound mode, which could be relevant I reckon(?).I've tried correlating these logs with drachtio-servers, but I've found nothing particularly interesting, and I can't explicitly find out what causes this, so I'm not effectively able to just enable full debugging on SRF in hopes to find out what's going on.
We're getting these in production, and they do seem harmless, but still, they're errors.
The text was updated successfully, but these errors were encountered: