<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="Open WebMail 2.20 20031014" name=GENERATOR>
</HEAD>
<BODY 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;=  2048 ) {
<br />       sl_send_reply(&quot;513&quot;, &quot;Message too big&quot;);
<br />       break;
<br />    };
<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.  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>
<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">sip@arcdiv.com</a>&gt; wrote:</span><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
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;    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">Serusers@lists.iptel.org</a>
<br />&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers">
http://lists.iptel.org/mailman/listinfo/serusers</a>
<br />&gt; </blockquote>
<br />
<br />
<br />
</font>
</BODY>
</HTML>