Lyle Pratt
Lyle Pratt
After looking at the code, it seems like its actually a drachtio-server issue. Let me know which I should keep open. https://github.com/drachtio/drachtio-server/issues/247
Not sure I understand what you mean. You mean the message sent over to drachtio-fsmrf? Drachtio server seems to get the Full Invite from the client (you can see this...
Yes that seems to be the case. Here is a full drachtio debug log starting with the INVITE from the client. The invite that gets sent to FreeSwitch is ID...
Something else to note is that the SDP content length is always capped at `8384`, but the total length returned by `tport_send_msg()` is always `8866` (even if I send in...
howdy! just following up here. Any thoughts or insights Dave?
working on it!
OK. Bad INVITE with Content-Length 8384 is at line 906. You can see the good version of it right above that with a full Content-Length of 10693. These invites were...
any insights with log level 9 turned on?
well I started the container with that sofia log level command and set it to 9. can give it another shot tomorrow though. is there a way i can verify?
Cool. Thanks for the input. I'll do some exploration this weekend.