<div dir="ltr"><pre>There&#39;s a mismatched curly-brace issue in your configuration.

Brace at line 2 matches with brace at line 18. Nothing matches with the
closing curly-brace at line 19. I think we are missing a curly-brace at
line 15.

My two-cents to the OpenSIPS team would be consider verbose curly-braces
for the configuration script. Python/C like tab-based indenting might
seem to improve readability and keep the code concise, but it introduces
these unintended errors.


```
  1 if (is_method(&quot;REGISTER&quot;))
  2 {
  3 # authenticate the REGISTER requests (uncomment to enable auth)
  4 ##if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;))
  5 ##{
  6 ## www_challenge(&quot;&quot;, &quot;0&quot;);
  7 ## exit;
  8 ##}
  9 ##
 10 ##if (!db_check_to())
 11 ##{
 12 ## sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);
 13 ## exit;
 14 ##}
 15 if (!save(&quot;location&quot;))
 16 sl_reply_error();
 17 exit;
 18 }
 19 }
 20
```<br><br>-- 
Regards,
Babil (Golam Sarwar)
Skype: gsbabil
Phone: +1-470-222-4511 (SMS and voice-mail only)

PGP Key Fingerprint : D3A1 EED0 5BA0 72D3 A011 75CB 8EA6 7D99 F433 E92D
PGP Key Download URL: <a class="moz-txt-link-freetext" href="http://bit.ly/gsbabil-pgp-key">http://bit.ly/gsbabil-pgp-key</a><br></pre></div><br><div class="gmail_quote">On Tue, Mar 17, 2015 at 11:06 AM Babil (Golam Sarwar) &lt;<a href="mailto:gsbabil@gmail.com">gsbabil@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There&#39;s a mismatched curly-brace issue in your configuration.<br>
<br>
Brace at line 2 matches with brace at line 18. Nothing matches with the<br>
closing curly-brace at line 19. I think we are missing a curly-brace at<br>
line 15.<br>
<br>
My two-cents to the OpenSIPS team would be consider verbose curly-braces<br>
for the configuration script. Python/C like tab-based indenting might<br>
seem to improve readability and keep the code concise, but it introduces<br>
these unintended errors.<br>
<br>
<br>
```<br>
  1 if (is_method(&quot;REGISTER&quot;))<br>
  2 {<br>
  3 # authenticate the REGISTER requests (uncomment to enable auth)<br>
  4 ##if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;))<br>
  5 ##{<br>
  6 ## www_challenge(&quot;&quot;, &quot;0&quot;);<br>
  7 ## exit;<br>
  8 ##}<br>
  9 ##<br>
 10 ##if (!db_check_to())<br>
 11 ##{<br>
 12 ## sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);<br>
 13 ## exit;<br>
 14 ##}<br>
 15 if (!save(&quot;location&quot;))<br>
 16 sl_reply_error();<br>
 17 exit;<br>
 18 }<br>
 19 }<br>
 20<br>
```<br>
<br>
On 3/17/15 10:52 AM, Satish Patel wrote:<br>
&gt; I got those code from Book Building Telephony System with OpenSIPS 1.6<br>
&gt;<br>
&gt; Here is the code from book<br>
&gt;<br>
&gt; if (is_method(&quot;REGISTER&quot;))<br>
&gt; {<br>
&gt; # authenticate the REGISTER requests (uncomment to enable auth)<br>
&gt; ##if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;))<br>
&gt; ##{<br>
&gt; ## www_challenge(&quot;&quot;, &quot;0&quot;);<br>
&gt; ## exit;<br>
&gt; ##}<br>
&gt; ##<br>
&gt; ##if (!db_check_to())<br>
&gt; ##{<br>
&gt; ## sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);<br>
&gt; ## exit;<br>
&gt; ##}<br>
&gt; if (!save(&quot;location&quot;))<br>
&gt; sl_reply_error();<br>
&gt; exit;<br>
&gt; }<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 17, 2015 at 1:48 PM, Satish Patel &lt;<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a><br>
&gt; &lt;mailto:<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Eric,<br>
&gt;<br>
&gt;     I found what was the issue, I sent you REGISTER method snippet<br>
&gt;     before, if you look at it, If remove/comment out &quot;sl_reply_error();&quot;<br>
&gt;      line in following code, it stopped sending 500 Error. Very<br>
&gt;     interesting..  Do you think i need to put that in &quot;curly braces&quot; { } ?<br>
&gt;<br>
&gt;      if (!save(&quot;location&quot;))<br>
&gt;                             xlog(&quot;L_ERR&quot;, &quot;Saving contact failed - M=$rm<br>
&gt;     RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n&quot;);<br>
&gt;                             sl_reply_error();<br>
&gt;<br>
&gt;                     exit;<br>
&gt;             }<br>
&gt;<br>
&gt;<br>
&gt;     On Tue, Mar 17, 2015 at 1:27 PM, Satish Patel &lt;<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a><br>
&gt;     &lt;mailto:<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;         Even after disabled &quot;siptrace&quot; it is happening. no luck :(<br>
&gt;<br>
&gt;         On Tue, Mar 17, 2015 at 1:20 PM, Eric Tamme &lt;<a href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a><br>
&gt;         &lt;mailto:<a href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;             Turn of your sip tracing and see if the issue occurs.  Its<br>
&gt;             running some sl_callbacks (which i assume are realated to<br>
&gt;             siptrace).<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;             On 03/17/2015 11:19 AM, Satish Patel wrote:<br>
&gt;&gt;             I haven&#39;t done anything related &quot;stateless&quot;.  also in my<br>
&gt;&gt;             config, i haven&#39;t manually specify that 500 error anywhere<br>
&gt;&gt;             where i can doubt.  I don&#39;t know from where it is coming.<br>
&gt;&gt;             must be internally from opensips.<br>
&gt;&gt;<br>
&gt;&gt;             On Tue, Mar 17, 2015 at 1:14 PM, Eric Tamme<br>
&gt;&gt;             &lt;<a href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a> &lt;mailto:<a href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;                 Ah - nm, i see it in an sl callback<br>
&gt;&gt;<br>
&gt;&gt;                 Mar 17 22:19:01 sip2 /usr/local/opensips-2-head/<u></u>sbin/opensips[31285]: DBG:sl:sl_reply_error: error text is Server error occurred (1/SL)<br>
&gt;&gt;<br>
&gt;&gt;                 ... so are you doing anything statless in your config?  This looks like it might be siptrace related.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 On 03/17/2015 11:11 AM, Eric Tamme wrote:<br>
&gt;&gt;&gt;                 I do not see the 500 from opensips in this log.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                 On 03/17/2015 11:07 AM, Satish Patel wrote:<br>
&gt;&gt;&gt;&gt;                 Here is the debug 4 logs  <a href="http://pastebin.com/CdPxFrNp" target="_blank">http://pastebin.com/CdPxFrNp</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                 173.48.111.111  - UA<br>
&gt;&gt;&gt;&gt;                 188.79.242.164  - OpenSIPs<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                 On Tue, Mar 17, 2015 at 12:45 PM, Eric Tamme<br>
&gt;&gt;&gt;&gt;                 &lt;<a href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a> &lt;mailto:<a href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                     This is a ladder diagram, not a sip trace.  A<br>
&gt;&gt;&gt;&gt;                     ladder diagram is not useful in this case.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                     Turn your debug up to 4, capture the log of the<br>
&gt;&gt;&gt;&gt;                     register/500 happening and submit a link to the<br>
&gt;&gt;&gt;&gt;                     pastebin.  DO NOT paste the contents into an email.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                     ______________________________<u></u>_________________<br>
&gt;&gt;&gt;&gt;                     Users mailing list<br>
&gt;&gt;&gt;&gt;                     <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
&gt;&gt;&gt;&gt;                     &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.<u></u>org</a>&gt;<br>
&gt;&gt;&gt;&gt;                     <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                 ______________________________<u></u>_________________<br>
&gt;&gt;&gt;&gt;                 Users mailing list<br>
&gt;&gt;&gt;&gt;                 <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.<u></u>org</a>&gt;<br>
&gt;&gt;&gt;&gt;                 <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                 ______________________________<u></u>_________________<br>
&gt;&gt;&gt;                 Users mailing list<br>
&gt;&gt;&gt;                 <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.<u></u>org</a>&gt;<br>
&gt;&gt;&gt;                 <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 ______________________________<u></u>_________________<br>
&gt;&gt;                 Users mailing list<br>
&gt;&gt;                 <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.<u></u>org</a>&gt;<br>
&gt;&gt;                 <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;             ______________________________<u></u>_________________<br>
&gt;&gt;             Users mailing list<br>
&gt;&gt;             <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.<u></u>org</a>&gt;<br>
&gt;&gt;             <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt;             ______________________________<u></u>_________________<br>
&gt;             Users mailing list<br>
&gt;             <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.<u></u>org</a>&gt;<br>
&gt;             <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<u></u>_________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
--<br>
Regards,<br>
Babil (Golam Sarwar)<br>
Skype: gsbabil<br>
Phone: +1-470-222-4511 (SMS and voice-mail only)<br>
<br>
PGP Key Fingerprint : D3A1 EED0 5BA0 72D3 A011 75CB 8EA6 7D99 F433 E92D<br>
PGP Key Download URL: <a href="http://bit.ly/gsbabil-pgp-key" target="_blank">http://bit.ly/gsbabil-pgp-key</a><br>
</blockquote></div>