<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. &nbsp;To keep them smaller on sending, just make sure to restrict which codecs you use and you should be okay. &nbsp;Testing will show for sure.<div><br><div><div>On Mar 5, 2013, at 11:59 AM, Kevin Mathy &lt;<a href="mailto:k.mathy@hexanet.fr">k.mathy@hexanet.fr</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,&nbsp;<div><br></div><div>Thansk for answers.</div><div>Is there a possibility to make FS refusing a SIP message too large (&gt; 2048 bytes) ?&nbsp;</div><div>I know we can do that in OpenSIPS with something like that :&nbsp;</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 &gt;= 2380 ) {<br>

&nbsp; &nbsp; sl_send_reply("513", "Message too big");<br>&nbsp; &nbsp; exit;<br>&nbsp; };</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,&nbsp;</span></div><div><span style="font-weight:normal">Best Regards,&nbsp;</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">&lt;<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;</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">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</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? &nbsp;Its certainly possible to send bigger than that with certain scenarios.<br>
<div><br>
On Mar 5, 2013, at 10:53 AM, Kevin Mathy &lt;<a href="mailto:k.mathy@hexanet.fr" target="_blank">k.mathy@hexanet.fr</a>&gt; wrote:<br>
<br>
&gt; Hi List,<br>
&gt;<br>
&gt; 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>
&gt; 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>