You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably an issue with the underlying drachtio-srf library, since that is the code that is actually failing to parse the incoming message. However, I would suggest we proceed in the following fashion:
first, create a new test case in this repo, which sends that specific OPTIONS message (it can be copied from above, and a new sipp scenario file can be created from it under /test/scenarios)
verify that the test case fails currently -- it should fail with the above parsing error
now dive into the drachtio-srf code and figure out why the parser there is having trouble with it
submit a PR to drachtio server with a fix and a test case
after acceptance, update this project to use the new drachtio-srf release, verify the test case created in step 1 now works
I've seen this from time to time
The text was updated successfully, but these errors were encountered: