In cases where I'm lost, I just use a brute force method: search for every place where this 'too big' appears (code script), add it a number and see what pops up...<br><br><div><span class="gmail_quote">On 8/16/06, <b class="gmail_sendername">
sip</b> &lt;<a href="mailto:sip@arcdiv.com">sip@arcdiv.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>




<div bgcolor="#ffffff">

<font size="2">There is a check for message size (which is the same as it's always been): 
<br>
<br>if (msg:len &gt;=&nbsp; 2048 ) {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_send_reply(&quot;513&quot;, &quot;Message too big&quot;);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;
<br>&nbsp;&nbsp;&nbsp; };
<br>
<br>
<br>Modifying this has no real effect on the return, and the MESSAGE being sent shouldn't in any way have gone beyond that size.&nbsp; That check's always been there, though, and I know this has worked before... so I'm wondering what might have changed, if anything... or if there's a 'standard' way of handling SIP MESSAGE methods that I'm completely missing. 
<br>
<br>N.
<br><b>
<br>
<br>On Wed, 16 Aug 2006 19:59:58 +0200, Weiter Leiter wrote</b>
</font></div><font size="2"></font><div><span class="e" id="q_10d1829d986e54e0_1"><font size="2"><br>&gt; A quick look seems to shows that this error is not generated by code;
probably there is a check in your script for message size (you can find
this check in nearly all sample configs). Or some other SER downstream
which returns it?
<br>&gt; 
<br>&gt; <span class="gmail_quote">On 8/16/06, <b class="gmail_sendername">sip</b> &lt;<a href="mailto:sip@arcdiv.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sip@arcdiv.com</a>&gt; wrote:</span>
</font><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<font size="2">Okay,
<br>&gt; 
<br>&gt; Since I've been unable to pass SIP MESSAGEs back and forth through our server,
<br>&gt; but knowing full well that I once was able, I decided to take our
<br>&gt; configuration and remove everything in it that we've added over time (slowly

<br>&gt; regressing back to the beginning of our SVN code repository for the SER
<br>&gt; config) and see if I could tell what had changed so that I can no longer pass
<br>&gt; a SIP MESSAGE back and forth between clients.
<br>&gt; 
<br>&gt; It didn't work.

<br>&gt; 
<br>&gt; SO... I decided to take the hello-world config and try with it.
<br>&gt; 
<br>&gt; No luck.
<br>&gt; 
<br>&gt; What am I missing here? Is there some special handling that is needed to pass
<br>&gt; a SIP MESSAGE in SER 0.9.6? Is there a chance that something basic would have

<br>&gt; changed between 0.9.0 (our original server) and 0.9.6 that would have broken
<br>&gt; our ability to pass the MESSAGE method without additional tinkering?
<br>&gt; 
<br>&gt; Sure, if I put in a block like:
<br>&gt; 
<br>&gt; if(method==&quot;MESSAGE&quot;)

<br>&gt; {
<br>&gt; &nbsp;&nbsp; sl_send_reply(&quot;200&quot;, &quot;OK&quot;);
<br>&gt; };
<br>&gt; 
<br>&gt; ... it's clear the message gets there and I receive the 200 OK, but of course
<br>&gt; it doesn't go anywhere after that.
<br>&gt; 
<br>&gt; Without that block in there, it ends up getting a 513 Message too big response

<br>&gt; (which seems to be somewhat of a default for messages that don't end up
<br>&gt; getting handled in any other way that SER understands).
<br>&gt; 
<br>&gt; I'm now completely at a loss. Pointers. Tips. Snide remarks. Anything helpful

<br>&gt; would be greatly appreciated.
<br>&gt; 
<br>&gt; N.
<br>&gt; _______________________________________________
<br>&gt; Serusers mailing list
<br>&gt; <a href="mailto:Serusers@lists.iptel.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Serusers@lists.iptel.org</a>
<br>&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.iptel.org/mailman/listinfo/serusers</a>
<br>&gt; </font></blockquote>
<font size="2"><br>
<br>
<br>
</font></span></div><div>
</div>



</div></blockquote></div><br>