-
Notifications
You must be signed in to change notification settings - Fork 60
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
OPTIONS request that causes a problem #122
Comments
Hi @davehorton I have tried to reproduce this issue in the testsuite but I cannot reproduce it. scripts/uas.js: handleOptions() { test/uas.js: .then(() => { Result: ----------------------------------------------- 2023-01-16 01:30:13.358759 OPTIONS sip:[email protected]:5060 SIP/2.0 ----------------------------------------------- 2023-01-16 01:30:13.389610 SIP/2.0 200 OK |
I think I have the fix here: drachtio/drachtio-sip#14. When I added the OPTIONS message above, it failed because of the extra carriage return on the end. I explained in the pull request. |
I think that functionality (in drachtio-sip) has been subsumed into this project directly, so could you make the fix here? |
Got it fixed here. Didn't realize the report was from 2021. |
results in
The text was updated successfully, but these errors were encountered: