Hey Bogdan,<br><br>I&#39;ll upgrade my server to the last version.<br>But anyway, <span id="result_box" class="short_text" lang="en"><span title="Clique para mostrar traduções alternativas" class="hps">thank you</span> so much <span title="Clique para mostrar traduções alternativas" class="hps">for your attention</span></span>!!<br>

<br>Best Regards,<br><br><div class="gmail_quote">On 13 April 2011 12:33, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  
    
  
  <div bgcolor="#ffffff" text="#000000">
    Hi Wesley,<br>
    <br>
    that will be the right way - if not really possible, I can try to
    make you a backport only for this item.<br>
    <br>
    Regards,<br><font color="#888888">
    Bogdan</font><div><div></div><div class="h5"><br>
    <br>
    On 04/13/2011 06:06 PM, Wesley Volcov wrote:
    <blockquote type="cite">Hey Bogdan,<br>
      <br>
      But that is the function syntax in opensips 1.6.2. I think it was
      changed in opensips 1.6.3 version..<br>
      So.. Should I upgrade my opensips server?<br>
      <br>
      Cheers<br>
      <br>
      <div class="gmail_quote">On 13 April 2011 11:56, Bogdan-Andrei
        Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
          <div bgcolor="#ffffff" text="#000000"> Hi Guys,<br>
            <br>
            yes, the prototype of the function was changed exactly
            because of this kind of problems - you cannot use the script
            function to return values via return code (this is used for
            something else), so the returned value is passed now via an
            output parameter.<br>
            <br>
            Regards,<br>
            Bogdan
            <div>
              <div><br>
                <br>
                On 04/08/2011 09:27 PM, Duane Larson wrote:
                <blockquote type="cite">
                  <p>I believe you need to have something like
                    get_source_address(&quot;var(x)&quot;)</p>
                  <p>That is probably the issue.  Bogdan mentions in a
                    previous mailing list issue that the prototype of
                    the function was changed.</p>
                  <p>Sent from Droid</p>
                  <div class="gmail_quote">On Apr 8, 2011 1:17 PM,
                    &quot;Wesley Volcov&quot; &lt;<a href="mailto:wesleyvolcov@gmail.com" target="_blank">wesleyvolcov@gmail.com</a>&gt;
                    wrote:<br type="attribution">
                    &gt; Hey Duane,<br>
                    &gt; <br>
                    &gt; I have others groups id in my address table,
                    that&#39;s why my source address<br>
                    &gt; function have 0, to check all groupid.<br>
                    &gt; But my is problem is the groupid that the
                    function get_source_group(); is<br>
                    &gt; getting..<br>
                    &gt; <br>
                    &gt; Regards,<br>
                    &gt; <br>
                    &gt; On 8 April 2011 14:14, Duane Larson &lt;<a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a>&gt;
                    wrote:<br>
                    &gt; <br>
                    &gt;&gt; I your check source address function
                    shouldn&#39;t you have a 1 instead of a 0<br>
                    &gt;&gt; since that is what you have in your
                    permissions table.<br>
                    &gt;&gt;<br>
                    &gt;&gt; Sent from Droid<br>
                    &gt;&gt; On Apr 8, 2011 12:03 PM, &quot;Wesley Volcov&quot;
                    &lt;<a href="mailto:wesleyvolcov@gmail.com" target="_blank">wesleyvolcov@gmail.com</a>&gt;
                    wrote:<br>
                    &gt;&gt; &gt; Hello list,<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; I&#39;m using opensips 1.6.2.<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; I have the follow configuration in my
                    AUTH route:<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; if
                    (check_source_address(&quot;0&quot;,&quot;$avp(i:9)&quot;)) {<br>
                    &gt;&gt; &gt; $avp(i:10) = get_source_group();<br>
                    &gt;&gt; &gt; xlog(&quot;L_INFO&quot;, &quot;GroupID: $avp(i:10)&quot;);<br>
                    &gt;&gt; &gt; }<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; In my address table, i have:<br>
                    &gt;&gt; &gt; grp = 1<br>
                    &gt;&gt; &gt; ip = 192.68.10.10<br>
                    &gt;&gt; &gt; mask = 32<br>
                    &gt;&gt; &gt; port = 0<br>
                    &gt;&gt; &gt; proto = UDP<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; When I send a call, from a gw
                    authenticated via IP, it gets the follow<br>
                    &gt;&gt; group<br>
                    &gt;&gt; &gt; ID:<br>
                    &gt;&gt; &gt; GroupID: 4294967295<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; And then, it can not found a route,
                    because all the routes are configured<br>
                    &gt;&gt; &gt; with groupid 1. But, I don&#39;t know how
                    opensips is getting this groupid..<br>
                    &gt;&gt; &gt; Could someone helpe me?<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; Thanks a lot!<br>
                    &gt;&gt; &gt;<br>
                    &gt;&gt; &gt; --<br>
                    &gt;&gt; &gt; Wesley Volcov<br>
                    &gt;&gt; &gt; Email: <a href="mailto:wesleyvolcov@gmail.com" target="_blank">wesleyvolcov@gmail.com</a><br>
                    &gt;&gt; &gt; Messenger: <a href="mailto:volcov@live.com" target="_blank">volcov@live.com</a><br>
                    &gt;&gt; &gt; Mobile: +55 11 9989-5348<br>
                    &gt;&gt; &gt; Website: <a href="http://volcov.blogspot.com" target="_blank">http://volcov.blogspot.com</a><br>
                    &gt;&gt;<br>
                    &gt;&gt;
                    _______________________________________________<br>
                    &gt;&gt; Users mailing list<br>
                    &gt;&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
                    &gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
                    &gt;&gt;<br>
                    &gt;&gt;<br>
                    &gt; <br>
                    &gt; <br>
                    &gt; -- <br>
                    &gt; Wesley Volcov<br>
                    &gt; Email: <a href="mailto:wesleyvolcov@gmail.com" target="_blank">wesleyvolcov@gmail.com</a><br>
                    &gt; Messenger: <a href="mailto:volcov@live.com" target="_blank">volcov@live.com</a><br>
                    &gt; Mobile: +55 11 9989-5348<br>
                    &gt; Website: <a href="http://volcov.blogspot.com" target="_blank">http://volcov.blogspot.com</a><br>
                  </div>
                  <pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
                </blockquote>
                <br>
                <br>
              </div>
            </div>
            <font color="#888888">
              <pre cols="72">-- 
Bogdan-Andrei Iancu
OpenSIPS eBootcamp - 2nd of May 2011
OpenSIPS solutions and &quot;know-how&quot;</pre>
            </font></div>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
      -- <br>
      Wesley Volcov<br>
      Email: <a href="mailto:wesleyvolcov@gmail.com" target="_blank">wesleyvolcov@gmail.com</a><br>
      Messenger: <a href="mailto:volcov@live.com" target="_blank">volcov@live.com</a><br>
      Mobile: +55 11 9989-5348<br>
      Website: <a href="http://volcov.blogspot.com" target="_blank">http://volcov.blogspot.com</a><br>
    </blockquote>
    <br>
    <br>
    <pre cols="72">-- 
Bogdan-Andrei Iancu
OpenSIPS eBootcamp - 2nd of May 2011
OpenSIPS solutions and &quot;know-how&quot;</pre>
  </div></div></div>

</blockquote></div><br><br clear="all"><br>-- <br>Wesley Volcov<br>Email: <a href="mailto:wesleyvolcov@gmail.com">wesleyvolcov@gmail.com</a><br>Messenger: <a href="mailto:volcov@live.com">volcov@live.com</a><br>Mobile: +55 11 9989-5348<br>

Website: <a href="http://volcov.blogspot.com">http://volcov.blogspot.com</a><br>