<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    you can use defines to control the order (the values of NP servers),
    here is an example of defining NP servers (to str value, for sake of
    explanation):<br>
    <br>
    #!ifdef SRV1<br>
    #!define NPSRV1 "abc"<br>
    #!define NPSRV2 "xyz"<br>
    #!else<br>
    #!define NPSRV2 "abc"<br>
    #!define NPSRV1 "xyz"<br>
    #!endif<br>
    <br>
    and start kamailio with parameter '-A SRV1' for the first instance.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <br>
    On 2/10/12 6:28 AM, Uri Shacked wrote:
    <blockquote
cite="mid:CAMMbDhQ0sQ1GKCJ8Ufw_UxJk_LgDVMZgwLjZvVvAtoGBz8ty7w@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi again...<br>
        (i do find myself ask many questions these days.... :-))<br>
        <br>
        well, now here is one more:<br>
        <br>
        i have 2 kamailio servers that i use in 2 locations. both use
        the same<br>
        tables and DBURL.<br>
        each of my server turns to a number portability (NP) server at
        its same<br>
        location.<br>
        for example, if server 1 has the call, it will turn to NP server
        1 with the<br>
        query, and if the query fails, it will then turn to NP server 2.<br>
        the kamailio server 2 does the same. but, turns to NP server 2
        first and if<br>
        it fails, to NP server 1.<br>
        <br>
        once this is understood....<br>
        <br>
        here is my issue - i want to have 1 generic cfg file for my 2
        servers.<br>
        today, i use the same cfg file, but in server 1 i set it in the
        cfg to its<br>
        group, and on server 2 the same but a different group....<br>
        <br>
        i tried to understand how do i get each server to "pull" its
        group from the<br>
        DB. something like "what is my group when my IP is X.Y.Z.Q ?<br>
        i raed the cfg_db module but didn't understand how to set it on
        my cfg file<br>
        and on the DB.<br>
        <br>
        what is the best way to do what i want?<br>
        hope i was clear....<br>
        <br>
        BR,<br>
        thanks to all the guys that help me so far, i appriciate it a
        lot!<br>
        Uri<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://linkedin.com/in/miconda">http://linkedin.com/in/miconda</a> -- <a class="moz-txt-link-freetext" href="http://twitter.com/miconda">http://twitter.com/miconda</a></pre>
  </body>
</html>