<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If its an interop issue, I can't imagine there is an issue with receiving too big. To keep them smaller on sending, just make sure to restrict which codecs you use and you should be okay. Testing will show for sure.<div><br><div><div>On Mar 5, 2013, at 11:59 AM, Kevin Mathy <<a href="mailto:k.mathy@hexanet.fr">k.mathy@hexanet.fr</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi, <div><br></div><div>Thansk for answers.</div><div>Is there a possibility to make FS refusing a SIP message too large (> 2048 bytes) ? </div><div>I know we can do that in OpenSIPS with something like that : </div><div>
<br></div><div><font face="arial, helvetica, sans-serif">route {</font></div><div><pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif">if (msg:len >= 2380 ) {<br>
sl_send_reply("513", "Message too big");<br> exit;<br> };</font></pre><pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif">}</font></pre>
<pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif"><br></font></pre><pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)">
<font face="arial, helvetica, sans-serif">Any idea ? </font></pre><pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif"><br></font></pre>
<pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif">Thanks a lot, </font></pre><pre style="line-height:1.2em;margin-top:0px;margin-bottom:0px;background-color:rgb(255,255,255)">
<font face="arial, helvetica, sans-serif"><br></font></pre><div><b><div><span style="font-weight:normal">Bien cordialement, </span></div><div><span style="font-weight:normal">Best Regards, </span></div><div><span style="font-weight:normal"><br>
</span></div></b><b>Kevin MATHY</b><div><b><br></b></div></div>
<br><br><div class="gmail_quote">2013/3/5 Steven Ayre <span dir="ltr"><<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<div>Michael, google says a French Federation of Telecommunications interconnection document. Looks like their specific requirements, a subset of SIP.</div><div><br></div><div>Kevin, yes FS should support that. Although SIP over UDP is likely to get fragmentation problems below that size because of the PMTU.</div>
<div>
<br></div><div>-Steve<div><div class="h5"><br><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 5 March 2013 16:21, Michael Jerris <span dir="ltr"><<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">what is FFT Doc 10.001? Its certainly possible to send bigger than that with certain scenarios.<br>
<div><br>
On Mar 5, 2013, at 10:53 AM, Kevin Mathy <<a href="mailto:k.mathy@hexanet.fr" target="_blank">k.mathy@hexanet.fr</a>> wrote:<br>
<br>
> Hi List,<br>
><br>
> Another question ;-) , as described in FFT Doc 10.001, the maximum message size is 2048 bytes for SIP messages, and 1024 bytes for SDP bodies; could you, please, confirm that FS is compliant with that ?<br>
> If not, what the maximum message size supported / sent by FS ?<br>
<br></div></blockquote></div></div></div></div></div></blockquote></div></div></blockquote></div><br></div></body></html>