<div dir="ltr"><div><div>Hello Vlad,<br>I tested and confirmed it is OK now.<br></div>Thanks.<br><br></div>Regards,<br>Takeshi<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 4:33 AM, Vlad Paiu <span dir="ltr">&lt;<a href="mailto:vladpaiu@opensips.org" target="_blank">vladpaiu@opensips.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hello,<br>
      <br>
      Actually, the ERROR:core:fixup_uint: bad number &lt;-1&gt; error
      message was a bug in the code, that it wouldn&#39;t accept negative
      numbers for the gateway type ( as the docs suggest would match any
      gw type ).<br>
      <br>
      I&#39;ve just pushed a fix for this on 1.8, 1.9 and 1.10.<br>
      <br>
      Best Regards,<br>
      <pre cols="72">Vlad Paiu
OpenSIPS Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a>
</pre><div><div class="h5">
      On 08/04/2013 11:39 PM, mayamatakeshi wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">
        <div>
          <div>Thanks,<br>
            actually, I realized it was my mistake: <br>
            i was calling is_from_gw more than once but only used &quot;i&quot; on
            one place and so opensips was not always filling the AVP as
            it was not requested.<br>
          </div>
          <br>
        </div>
        regards,<br>
        Takeshi<br>
        <div>
          <div>
            <div>
              <div class="gmail_extra"><br>
                <br>
                <div class="gmail_quote">On Mon, Aug 5, 2013 at 9:24 AM,
                  Laszlo <span dir="ltr">&lt;<a href="mailto:laszlo@voipfreak.net" target="_blank">laszlo@voipfreak.net</a>&gt;</span>
                  wrote:<br>
                  <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                    <div dir="ltr">
                      <div>
                        <div><a href="http://openser.org/pipermail/users/2013-May/025705.html" target="_blank">http://openser.org/pipermail/users/2013-May/025705.html</a><br>
                          <br>
                        </div>
                        maybe this can give you an idea......<br>
                        <br>
                      </div>
                      -Laszlo<br>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">2013/8/3 mayamatakeshi <span dir="ltr">&lt;<a href="mailto:mayamatakeshi@gmail.com" target="_blank">mayamatakeshi@gmail.com</a>&gt;</span><br>
                        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                          <div>
                            <div>
                              <div dir="ltr">
                                <div>Hello, can anyone give me an
                                  example of how to call drouting
                                  function is_from_gw ?<br>
                                  <div><br>
                                    <a href="http://www.opensips.org/html/docs/modules/1.9.x/drouting.html#id293958" target="_blank">http://www.opensips.org/html/docs/modules/1.9.x/drouting.html#id293958</a><br>
                                  </div>
                                  <br>
                                </div>
                                The doc gives this example:<br>
                                <div>    if (is_from_gw(&quot;3&quot;,&quot;1&quot;) <br>
                                </div>
                                <div>which seems to be incorrect as &quot;1&quot;
                                  is not a valid flag.<br>
                                  <br>
                                </div>
                                <div>I am trying to use flag &quot;i&quot; to get
                                  the gwid in the AVP set using
                                  gw_id_avp but it is not working.<br>
                                  I already tried as:<br>
                                      if (is_from_gw(&quot;&quot;, &quot;i&quot;))<br>
                                  and<br>
                                      if (is_from_gw(&quot;0&quot;, &quot;i&quot;))<br>
                                </div>
                                <div>
                                  <div>but it is not working: the avp
                                    set by avp_gw_id is no filled.<br>
                                    I know my configuration is correct
                                    because do_routing() does fill the
                                    avp.</div>
                                  <br>
                                </div>
                                <div>Obs: the doc also says that if I
                                  don&#39;t care about the type of the
                                  gateway I can pass a negative number.<br>
                                </div>
                                <div>So I tried:<br>
                                      if (is_from_gw(&quot;-1&quot;, &quot;i&quot;) <br>
                                </div>
                                <div>But then i get:<br>
                                  Aug  3 16:53:44 SERVER
                                  /usr/local/src/git/opensips-head/opensips[1454]:
                                  ERROR:core:fixup_uint: bad number
                                  &lt;-1&gt;<br>
                                  Aug  3 16:53:44 SERVER
                                  /usr/local/src/git/opensips-head/opensips[1454]:
                                  ERROR:core:fix_actions: fixing failed
                                  (code=-6) at cfg line 227<br>
                                  Aug  3 16:53:44 SERVER
                                  /usr/local/src/git/opensips-head/opensips[1454]:
                                  CRITICAL:core:fix_expr: fix_actions
                                  error<br>
                                  Aug  3 16:53:44 SERVER
                                  /usr/local/src/git/opensips-head/opensips[1454]:
                                  ERROR:core:main: failed to fix
                                  configuration with err code -6<br>
                                  <br>
                                </div>
                                <div><br>
                                  <br>
                                  In case this is a bug, I tried with
                                  this git commit (head):<br>
                                  <br>
                                  commit
                                  70b6629f88e2e3fc51e42154b7db8fb7b94417a1<br>
                                  Author: Damien Sandras &lt;<a href="mailto:dsandras@beip.be" target="_blank">dsandras@beip.be</a>&gt;<br>
                                  Date:   Wed Jul 10 17:59:34 2013 +0200<br>
                                  <br>
                                  <br>
                                  <br>
                                </div>
                                <div>regards,<br>
                                </div>
                                <div>Takeshi<br>
                                </div>
                              </div>
                              <br>
                            </div>
                          </div>
_______________________________________________<br>
                          Users mailing list<br>
                          <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
                          <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
                          <br>
                        </blockquote>
                      </div>
                      <span><font color="#888888"><br>
                          <br clear="all">
                          <br>
                          -- <br>
                          <div dir="ltr">
                            <div>
                              <div>
                                <div><br>
                                  --<br>
                                </div>
                                Kind regards,<br>
                              </div>
                              Laszlo Bekesi<br>
                            </div>
                            <a href="http://voipfreak.net" target="_blank">http://voipfreak.net</a><br>
                          </div>
                        </font></span></div>
                    <br>
                    _______________________________________________<br>
                    Users mailing list<br>
                    <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
                    <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
                    <br>
                  </blockquote>
                </div>
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
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>
  </div></div></div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div>