Dave Horton
Dave Horton
No, the drachtio server will have already sent the 100 Trying -- that must go out immediately. You should probably send something like a 180 Ringing while you are trying...
the `m_clients size: 6` may or may not indicate a problem. Basically, the drachtio server removes clients lazily; ie if a client drops it may not be removed until the...
There is a way you can help me identify and fix these. What you would do is this: 1. create a test server to use for this testing 1. write...
Thanks. Here is the next thing to do: start the drachtio server with the `--memory-debug` command line parameter. This will dump more info to the logs -- specifically it will...
yeah, that is too much data. If there is an issue with many calls you should be able to recreate with a single call. Also I need the whole log,...
can you update to the latest develop branch? I believe it is fixed there as I am not able to recreate it with your test app
can you share the drachtio server log showing the INVITE and the 400 response?
can you turn sofia-loglevel to 9, redo the test and share the complete log
ok, sorry my bad -- you are talking about HTTP(S) headers on the initial http connection that gets upgraded to a websocket. Will look into this
can you help give me some easy way to recreate this? I'm going to have to set up a system to recreate so I can step through the code in...