-
Notifications
You must be signed in to change notification settings - Fork 702
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
Respond to INFO requests in dialog #1
Comments
In a naive implementation one can simply follow the rules for responding in: https://tools.ietf.org/html/rfc2976#page-5 "If a server receives an INFO request with a body it understands, If the INFO request contains a body that the server does not |
I looked at the commit, looks fine. It was very odd that the DTMF test would suddenly start breaking, but I reintroduced it and added the 415 case as a test as well. |
merged at 44f543c |
Fixed multiple PDUs in single TCP packet
Currently, we ignore non-DTMF INFO requests. Applications such as FreeSWITCH send INFO packets in dialogs. We should acknowledge their receipt with a 200 Okay.
The text was updated successfully, but these errors were encountered: