<div dir="ltr">Hi guys,<div><br></div><div>I have the following multipart body</div><div><br></div><div><div>Content-Type: multipart/mixed;boundary=uniqueBoundary</div><div>Remote-Party-ID: <tel:1112222;phone-context=+54></div><div>Content-Length:   364</div><div><br></div><div>--uniqueBoundary</div><div>Content-Type: application/sdp</div><div><br></div><div>v=0</div><div>o=user1 53655765 2353687637 IN IP4 111.111.111.111</div><div>s=-</div><div>c=IN IP4 111.111.111.111</div><div>t=0 0</div><div>m=audio 6000 RTP/AVP 8</div><div><b>a=rtpmap:8 PCMA/8000</b></div><div><b>--uniqueBoundary--</b></div><div>Content-Type: application/gtd</div><div>Content-Disposition: signal;handling=optional</div><div><br></div><div>IAM,</div><div>CPC,20</div><div>GCI,885sdfasdf1123</div><div><br></div><div>--uniqueBoundary--</div></div><div><br></div><div><br></div><div>As you can see <b>--uniqueBoundary </b>before <b>a=rtpmap:8 PCMA/8000</b> has not an extra '\r\n'. Is this correct? Or should have it?</div><div><br></div><div>The thing is that rtpengine is receiving sdp with no final '\r'n' from kamailio:</div><div><br>Dump for 'offer' from <a href="http://127.0.0.1:37388">127.0.0.1:37388</a>: { "sdp": "v=0#015#012o=user1 53655765 2353687637 IN IP4 111.111.111.111#015#012s=-#015#012c=IN IP4 111.111.111.111#015#012t=0 0#015#012m=audio 6000 RTP/AVP 8#015#012<b>a=rtpmap:8 PCMA/8000"</b>, "ICE": "remove", "direction": [ "pub", "priv" ], "replace": [ "origin", "session-connection" ], "transport-protocol": "RTP/AVP", "call-id": "<a href="mailto:1-17755@111.111.111.111">1-17755@111.111.111.111</a>", "received-from": [ "IP4", "111.111.111.111" ], "from-tag": "1", "command": "offer" }</div><div><br></div><div>And the resulting sdp from rtpengine is this:<br></div><div><br></div><div><div>--uniqueBoundary</div><div>Content-Type: application/sdp</div><div><br></div><div>v=0</div><div>o=user1 53655765 2353687637 IN IP4 172.16.213.16</div><div>s=-</div><div>c=IN IP4 172.16.213.16</div><div>t=0 0</div><div>m=audio 35066 RTP/AVP 8</div><div><b>a=rtpmap:8 PCMA/8000a=sendrecv</b></div><div>a=rtcp:35067</div><div><br></div></div><div>The problem is related with that '\r\n' but Is this a malformed message or a possible bug?</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Diego</div><div><br></div><div><br></div><div><br></div><div><br></div></div>