<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 09/06/14 16:54, Carlos Ruiz Díaz
      wrote:<br>
    </div>
    <blockquote
cite="mid:CA+3gBc=B8D=SdSqTg0eMGCq+7Qx4SQ9t9GXrAzAd+ZnMVX=F5w@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Rahul,
        <div><br>
        </div>
        <div><i>if($var(client1)!="null") </i>should be <i>if($var(client1)!="$null")</i></div>
      </div>
    </blockquote>
    even in the last IF, the double-quotes have to be removed around
    "$null" -- just compare with $null, because doublequotes there
    enforces a static string.<br>
     <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <blockquote
cite="mid:CA+3gBc=B8D=SdSqTg0eMGCq+7Qx4SQ9t9GXrAzAd+ZnMVX=F5w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><i>. </i>You are doing a string comparison with the string
          value "<i>null</i>".</div>
        <div><br>
        </div>
        <div>Also make sure the dialog matching is correct: append these
          event routes to your config file:</div>
        <div><br>
        </div>
        <div><i>event_route[dialog:start] {</i></div>
        <div><i>  Â  Â  Â  xlog("Dialog started");</i></div>
        <div><i>}</i></div>
        <div><i><br>
          </i></div>
        <div><i>event_route[dialog:end] {</i></div>
        <div><i>  Â  Â  Â  xlog("Dialog ended");</i></div>
        <div><i>}</i></div>
        <div><i><br>
          </i></div>
        <div><i>event_route[dialog:failed] {</i></div>
        <div><i>  Â  Â  Â  xlog("Dialog failed");</i></div>
        <div><i>}</i></div>
        <div><br>
        </div>
        <div>You should see a "dialog started" and "dialog ended" for
          every successful call.</div>
        <div><br>
        </div>
        <div>
          Please do those modifications and see what happens.</div>
        <div><br>
        </div>
        <div>Regards,</div>
        <div>Carlos </div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Mon, Jun 9, 2014 at 6:55 AM, Rahul
          MathuR <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:rahul.ultimate@gmail.com" target="_blank">rahul.ultimate@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div>Hello Carlos,</div>
              <div> </div>
              <div>Were you able to look at my configuration file ?</div>
              <div> </div>
              <div> </div>
              <div>Thanks !</div>
            </div>
            <div class="HOEnZb">
              <div class="h5">
                <div class="gmail_extra"><br>
                  <br>
                  <div class="gmail_quote">On Fri, Jun 6, 2014 at 5:04
                    AM, Carlos Ruiz Díaz <span dir="ltr"><<a
                        moz-do-not-send="true"
                        href="mailto:carlos.ruizdiaz@gmail.com"
                        target="_blank">carlos.ruizdiaz@gmail.com</a>></span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div dir="ltr">Hi Rahul,
                        <div><br>
                        </div>
                        <div>sorry, I couldn't find time to do it. I
                          will take a look tomorrow, or most possibly
                          during the weekend.</div>
                        <div><br>
                        </div>
                        <div>Regards,</div>
                        <div>Carlos</div>
                      </div>
                      <div>
                        <div>
                          <div class="gmail_extra">
                            <br>
                            <br>
                            <div class="gmail_quote">On Thu, Jun 5, 2014
                              at 8:28 PM, Rahul MathuR <span dir="ltr"><<a
                                  moz-do-not-send="true"
                                  href="mailto:rahul.ultimate@gmail.com"
                                  target="_blank">rahul.ultimate@gmail.com</a>></span>
                              wrote:<br>
                              <blockquote style="margin:0px 0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
                                class="gmail_quote">
                                <div dir="ltr">Hello Carlos,
                                  <div><br>
                                  </div>
                                  <div>Did you get a chance to look at
                                    the attached configuration file ?</div>
                                  <div><br>
                                  </div>
                                  <div><br>
                                  </div>
                                  <div>Warm Regds,</div>
                                  <div>Rahul Mathur</div>
                                </div>
                                <div class="gmail_extra">
                                  <div>
                                    <div>
                                      <br>
                                      <br>
                                      <div class="gmail_quote">On Thu,
                                        Jun 5, 2014 at 2:46 PM, Rahul
                                        MathuR <span dir="ltr"><<a
                                            moz-do-not-send="true"
                                            href="mailto:rahul.ultimate@gmail.com"
                                            target="_blank">rahul.ultimate@gmail.com</a>></span>
                                        wrote:<br>
                                        <blockquote style="margin:0px
                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
                                          class="gmail_quote">
                                          <div dir="ltr">
                                            <div>Hi Carlos,</div>
                                            <div> </div>
                                            <div>Please find attached
                                              the configuration file
                                              which I am using.</div>
                                            <div>Kindly refer
                                              route[CNXCC] where I have
                                              tried to put the channel
                                              limitation per SIP Server.</div>
                                            <div>
                                              Â </div>
                                            <div> </div>
                                            <div>Thanks !</div>
                                          </div>
                                          <div>
                                            <div>
                                              <div class="gmail_extra"><br>
                                                <br>
                                                <div class="gmail_quote">On
                                                  Wed, Jun 4, 2014 at
                                                  3:07 PM, Carlos Ruiz
                                                  Díaz <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:carlos.ruizdiaz@gmail.com"
                                                      target="_blank">carlos.ruizdiaz@gmail.com</a>></span>
                                                  wrote:<br>
                                                  <blockquote
                                                    style="margin:0px
                                                    0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
                                                    class="gmail_quote">
                                                    <div dir="ltr">Can
                                                      you share your
                                                      configuration
                                                      file?</div>
                                                    <div>
                                                      <div>
                                                        <div
                                                          class="gmail_extra">
                                                          <br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Wed, Jun 4,
                                                          2014 at 1:03
                                                          AM, Rahul
                                                          MathuR <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:rahul.ultimate@gmail.com"
                                                          target="_blank">rahul.ultimate@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">
                                                          <div>HI
                                                          Carlos,</div>
                                                          <div> </div>
                                                          <div>Thanks
                                                          for reply.</div>
                                                          <div> </div>
                                                          <div>In my
                                                          case the key
                                                          is SIP Server
                                                          IP. My
                                                          kamailio Proxy
                                                          is connected
                                                          to many sip
                                                          server IPs say
                                                          5. I want to
                                                          limit maximum
                                                          channels per
                                                          sip server ip.
                                                          So I set max
                                                          channels per
                                                          sip server ip
                                                          as
                                                          cnxcc_set_max_channels("$var(client1)",
                                                          "$var(max_chan)");
                                                          and my
                                                          $var(client1)
                                                          =
                                                          "10.97.116.36";
                                                          is one of 5
                                                          sip servers
                                                          connected to
                                                          Kamalio. </div>
                                                          <div> </div>
                                                          <div>Now I
                                                          use your
                                                          cnxcc_get_channel_count("$rd",
                                                          "$var(count1)"))
                                                          value(count1) to
                                                          compare to the
                                                          max_limit of
                                                          the channels
                                                          allowed for
                                                          this sip
                                                          server. Psuedo
                                                          Variable $rd
                                                          is coming
                                                          correctly that
                                                          is same as
                                                          sips erver
                                                          IP[$var(client1)].</div>
                                                          <div>But the
                                                          problem
                                                          is that
                                                          cnxcc_get_channel_count("$rd",
                                                          "$var(count1)")) 
                                                          is always
                                                          setting the
                                                          value 1 in
                                                          $var(count1)
                                                          variable even
                                                          though there
                                                          are more calls
                                                          runnning than
                                                          what was set
                                                          to be max_chan
                                                          (which was 100
                                                          in my case).</div>
                                                          <div> </div>
                                                          <div>Any
                                                          pointers to
                                                          achieve this
                                                          matter ?</div>
                                                          <div> </div>
                                                          <div> </div>
                                                          <div>  </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Tue, Jun 3,
                                                          2014 at 2:18
                                                          PM, Carlos
                                                          Ruiz Díaz <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:carlos.ruizdiaz@gmail.com"
                                                          target="_blank">carlos.ruizdiaz@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">Hi
                                                          Rahul,
                                                          <div><br>
                                                          </div>
                                                          <div>I don't
                                                          understand
                                                          your example.
                                                          In that case,
                                                          you are always
                                                          using <span
                                                          style="font-family:arial,sans-serif;font-size:12.72px">"10.97.116.36"
                                                          as key,
                                                          meaning that
                                                          all calls will
                                                          be hanging
                                                          from same
                                                          root.</span></div>
                                                          <div><span
                                                          style="font-family:arial,sans-serif;font-size:12.72px"><br>
                                                          </span></div>
                                                          <div><span
                                                          style="font-family:arial,sans-serif;font-size:12.72px">If
                                                          you want to
                                                          use the
                                                          request-uri
                                                          domain part,
                                                          use $rd, not
                                                          the full $ru.
                                                          This will of
                                                          course lead to
                                                          1 call being
                                                          reported
                                                          always, since
                                                          request-URIs
                                                          tend to be
                                                          different from
                                                          each other.</span></div>
                                                          <div><span
                                                          style="font-family:arial,sans-serif;font-size:12.72px"><br>
                                                          </span></div>
                                                          <div><span
                                                          style="font-family:arial,sans-serif;font-size:12.72px">Regards,</span></div>
                                                          <div><span
                                                          style="font-family:arial,sans-serif;font-size:12.72px">Carlos</span></div>
                                                          <div><br>
                                                          </div>
                                                          <div> </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Tue, Jun 3,
                                                          2014 at 7:01
                                                          AM, Rahul
                                                          MathuR <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:rahul.ultimate@gmail.com"
                                                          target="_blank">rahul.ultimate@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">
                                                          <div>Hi
                                                          Carlos,</div>
                                                          <div> </div>
                                                          <div>Sorry for
                                                          coming late on
                                                          this one. </div>
                                                          <div> </div>
                                                          <div>the ruri
                                                          value in my
                                                          example is
                                                          '10.97.116.36'</div>
                                                          <div>and i
                                                          have tried to
                                                          configure
                                                          kamailio to
                                                          only cater 100
                                                          simultaneous
                                                          calls on this
                                                          SIP Server
                                                          (10.97.116.36),
                                                          after that it
                                                          is to send
                                                          403.</div>
                                                          <div> </div>
                                                          <div>Below is
                                                          the sample
                                                          logic from
                                                          kamailio.cfg</div>
                                                          <div>***********************************************************************************************************************</div>
                                                          <div>  #Below
                                                          lines to show
                                                          an example of
                                                          how I am
                                                          maintaining
                                                          the business
                                                          for Concurrent
                                                          Call
                                                          Restriction<br>
                                                          Â 
                                                          route[CNXCC]<br>
                                                          Â  {<br>
                                                          Â <br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          $var(client1)          
                                                          =
                                                          "10.97.116.36";<br>
                                                          Â Â 
                                                          $var(max_chan)  
                                                          = 100; <br>
                                                          <div> 
                                                          #!ifdef
                                                          CNXCC_CHANNEL<br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          xlog("L_INFO",
                                                          "Setting up
                                                          channel based
                                                          credit
                                                          control");<br>
                                                          Â <br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          $var(max_chan1)
                                                          = 0;<br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          $var(retcode)  
                                                          =
                                                          cnxcc_set_max_channels("$var(client1)", 
"$var(max_chan)");<br>
                                                          Â <br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          if
                                                          ($var(retcode)
                                                          == -1) {<br>
                                                          Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                                          xlog("Error
                                                          setting up
                                                          credit
                                                          control");<br>
                                                          Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                                          return;<br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          }<br>
                                                          Â <br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          $var(count1)    
                                                          = -1;<br>
                                                          Â <br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          if
                                                          (!cnxcc_get_channel_count("$rd",
                                                          "$var(count1)"))
                                                          {<br>
                                                          Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                                          xlog("Error
                                                          getting
                                                          customer's
                                                          channel
                                                          count");<br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          }<br>
                                                          </div>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          xlog("RAHUL :
                                                          CNXCC ROUTE:
                                                          $var(client1)
                                                          has
                                                          $var(count1)
                                                          call(s)");<br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          xlog("L_INFO",
                                                          "CNXCC ROUTE:
                                                          $var(client1)
                                                          has
                                                          $var(count1) 
                                                          call(s)");
                                                          <div>
                                                          <br>
                                                          Â <br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          if
                                                          ($var(count1)
                                                          ==
                                                          $var(max_chan1))
                                                          {<br>
                                                          Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                                          xlog("Too many
                                                          channels for
                                                          customer");<br>
                                                          Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                                          sl_send_reply(403,
                                                          "Forbidden");<br>
                                                          Â <br>
                                                          </div>
                                                          Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                                          exit;<br>
                                                          Â Â Â Â Â Â Â Â Â 
                                                          }<br>
                                                          Â  #!endif<br>
                                                          </div>
                                                          <div>******************************************************************************************************************************************************</div>
                                                          <div> </div>
                                                          <div>Now the
                                                          problem that I
                                                          am facing is
                                                          that with
                                                          multiple UACs
                                                          (all with same
                                                          ruri -
                                                          10.97.116.36)
                                                          dialing some
                                                          pstn numbers,
                                                          the value of
                                                          "count1"
                                                          remains 1 for
                                                          all cases.
                                                          Hence, my
                                                          purpose is
                                                          defeated
                                                          because the
                                                          restriction is
                                                          not being laid
                                                          and more than
                                                          'max_chan' no.
                                                          of callers are
                                                          able to make
                                                          the call.</div>
                                                          <div> </div>
                                                          <div>Could you
                                                          please help me
                                                          achieve this
                                                          goal.</div>
                                                          <div> </div>
                                                          <div>Thanks !</div>
                                                          <div> </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Sat, May 17,
                                                          2014 at 2:22
                                                          AM, Carlos
                                                          Ruiz Díaz <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:carlos.ruizdiaz@gmail.com"
                                                          target="_blank">carlos.ruizdiaz@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr"><span
style="font-family:arial,sans-serif;font-size:12.72px">max_chan is equal
                                                          to zero? You
                                                          should put a
                                                          positive value
                                                          in here in
                                                          order to make
                                                          sense the
                                                          function
                                                          call. </span><br>
                                                          <div><span
                                                          style="font-family:arial,sans-serif;font-size:12.72px"><br>
                                                          </span></div>
                                                          <div><font
                                                          face="arial,
                                                          sans-serif">Also,
                                                          you are using
                                                          for one call
                                                          the ID
                                                          "x.y.z.a", and
                                                          for the other
                                                          one $rd. Both
                                                          should be the
                                                          same for calls
                                                          that suppose
                                                          to be
                                                          organized in
                                                          the same
                                                          group.</font></div>
                                                          <div><font
                                                          face="arial,
                                                          sans-serif"><br>
                                                          </font></div>
                                                          <div><font
                                                          face="arial,
                                                          sans-serif">Please
                                                          take a look at
                                                          the docs.</font></div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">
                                                          On Fri, May
                                                          16, 2014 at
                                                          7:52 PM, Rahul
                                                          MathuR <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:rahul.ultimate@gmail.com"
                                                          target="_blank">rahul.ultimate@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">Further,
                                                          from the logs
                                                          it seems that
                                                          cnxcc_set_max_channels
                                                          is returning
                                                          -1 and I have
                                                          no idea why it
                                                          is failing.</div>
                                                          <div
                                                          class="gmail_extra">
                                                          <div>
                                                          <div><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Sat, May 17,
                                                          2014 at 5:48
                                                          AM, Rahul
                                                          MathuR <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:rahul.ultimate@gmail.com"
                                                          target="_blank">rahul.ultimate@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">Hello
                                                          Carlos,
                                                          <div><br>
                                                          </div>
                                                          <div>Many
                                                          thanks for
                                                          your help.</div>
                                                          <div>I
                                                          followed the
                                                          steps you
                                                          mentioned for
                                                          CNXCC. But
                                                          even after
                                                          making the
                                                          max. calls to
                                                          0, I am still
                                                          able to
                                                          connect the
                                                          call. Below is
                                                          the excerpt
                                                          from
                                                          kamailio.cfg</div>
                                                          <div><br>
                                                          </div>
                                                          <div>request_route
                                                          { Â  Â  Â  Â </div>
                                                          <div>setflag(DLG_FLAG);
                                                          Â  Â  Â  Â </div>
                                                          <div># per
                                                          request
                                                          initial checks
                                                          Â  Â  Â  Â </div>
                                                          <div>route(REQINIT);
                                                          Â  Â  Â  Â </div>
                                                          <div># NAT
                                                          detection Â 
                                                          Â  Â  Â </div>
                                                          <div>route(NATDETECT);<br>
                                                          </div>
                                                          <div>.</div>
                                                          <div>.</div>
                                                          <div>.</div>
                                                          <div><br>
                                                          </div>
                                                          <div>
                                                          <div>  Â  Â 
                                                          Â  if
                                                          (is_method("INVITE"))
                                                          {</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          route(CNXCC);</div>
                                                          <div>  Â  Â 
                                                          Â  }</div>
                                                          </div>
                                                          <div>}</div>
                                                          <div><br>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          #Below lines
                                                          added by Rahul
                                                          for Concurrent
                                                          Call
                                                          Restriction</div>
                                                          <div>route[CNXCC]</div>
                                                          <div>{</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â 
                                                          $var(client1)
                                                          Â  Â  Â  Â  Â 
                                                          = "x.y.z.a";</div>
                                                          <div><br>
                                                          </div>
                                                          <div>#!ifdef
                                                          CNXCC_CHANNEL
                                                          Â </div>
                                                          <div>  Â  Â 
                                                          Â 
                                                          xlog("L_INFO",
                                                          "Setting up
                                                          channel based
                                                          credit
                                                          control");</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â 
                                                          $var(max_chan1)
                                                          = 0;</div>
                                                          <div>  Â  Â 
                                                          Â 
                                                          $var(retcode)
                                                          Â  =
                                                          cnxcc_set_max_channels("$var(client1)",
"$var(max_chan)");</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â  if
                                                          ($var(retcode)
                                                          == -1) {</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          xlog("Error
                                                          setting up
                                                          credit
                                                          control");</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          return;</div>
                                                          <div>  Â  Â 
                                                          Â  }</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â 
                                                          $var(count1)
                                                          Â  Â  = -1;</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â  if
                                                          (!cnxcc_get_channel_count("$rd",
                                                          "$var(count1)"))
                                                          {</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          xlog("Error
                                                          getting
                                                          customer's
                                                          channel
                                                          count");</div>
                                                          <div>  Â  Â 
                                                          Â  }</div>
                                                          <div>  Â  Â 
                                                          Â  xlog("RAHUL
                                                          : CNXCC ROUTE:
                                                          $var(client)
                                                          has
                                                          $var(count)
                                                          call(s)");</div>
                                                          <div>  Â  Â 
                                                          Â 
                                                          xlog("L_INFO",
                                                          "CNXCC ROUTE:
                                                          $var(client)
                                                          has
                                                          $var(count)
                                                          call(s)");</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â  if
                                                          ($var(count1)
                                                          ==
                                                          $var(max_chan1))
                                                          {</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          xlog("Too many
                                                          channels for
                                                          customer");</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          sl_send_reply(403,
                                                          "Forbidden");</div>
                                                          <div>
                                                          <br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          #if
                                                          (!cnxcc_terminate_all("$var(client)"))
                                                          {</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          # Â  Â  Â 
                                                          xlog("Error
                                                          terminating
                                                          customer's
                                                          calls");</div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          #}</div>
                                                          <div><br>
                                                          </div>
                                                          <div>  Â  Â 
                                                          Â  Â  Â  Â  Â 
                                                          exit;</div>
                                                          <div>  Â  Â 
                                                          Â  }</div>
                                                          <div>#!endif</div>
                                                          </div>
                                                          <div><br>
                                                          </div>
                                                          <div><br>
                                                          </div>
                                                          <div>Could you
                                                          please guide
                                                          me where am I
                                                          doing wrong ?</div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
                                                          class="gmail_extra">
                                                          <br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">
                                                          On Sat, May
                                                          17, 2014 at
                                                          3:01 AM,
                                                          Carlos Ruiz
                                                          Díaz <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:carlos.ruizdiaz@gmail.com"
                                                          target="_blank">carlos.ruizdiaz@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">Any
                                                          pseudo
                                                          variable
                                                          should work. 
                                                          <div><br>
                                                          </div>
                                                          <div>I don't
                                                          exactly know
                                                          how your
                                                          business work,
                                                          but I'd
                                                          suggest that
                                                          instead of
                                                          using from
                                                          header domain,
                                                          use the domain
                                                          part of the
                                                          request-uri,
                                                          $rd.</div>
                                                          <div><br>
                                                          </div>
                                                          <div>Regards,</div>
                                                          <div>Carlos</div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Fri, May 16,
                                                          2014 at 4:28
                                                          PM, Rahul
                                                          MathuR <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:rahul.ultimate@gmail.com"
                                                          target="_blank">rahul.ultimate@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">Thank
                                                          you very much
                                                          Carlos !
                                                          <div><br>
                                                          </div>
                                                          <div>One last
                                                          thing, can I
                                                          use $fd in <span
style="color:rgb(0,0,0);background-color:rgb(254,254,238)">cnxcc_set_max_channels
                                                          as below - </span></div>
                                                          <div><span
                                                          style="color:rgb(0,0,0);background-color:rgb(254,254,238)">cnxcc_set_max_channels("$fd",
"$var(max_chan)");</span></div>
                                                          <div><span
                                                          style="color:rgb(0,0,0);background-color:rgb(254,254,238)">to
                                                          restrict the
                                                          simultaneous
                                                          calls hitting
                                                          a particular
                                                          domain ?</span></div>
                                                          <div><span
                                                          style="color:rgb(0,0,0);background-color:rgb(254,254,238)"><br>
                                                          </span></div>
                                                          <div><span
                                                          style="color:rgb(0,0,0);background-color:rgb(254,254,238)"><br>
                                                          </span></div>
                                                          </div>
                                                          <div
                                                          class="gmail_extra">
                                                          <div>
                                                          <div><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Sat, May 17,
                                                          2014 at 2:03
                                                          AM, Carlos
                                                          Ruiz Díaz <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:carlos.ruizdiaz@gmail.com"
                                                          target="_blank">carlos.ruizdiaz@gmail.com</a>></span>
                                                          wrote:<br>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div dir="ltr">Create
                                                          a profile [1],
                                                          and count the
                                                          number of
                                                          calls of that
                                                          profile [2].
                                                          <div>
                                                          <br>
                                                          </div>
                                                          <div>Alternatively,
                                                          you can use
                                                          cnxcc module
                                                          [3].<br>
                                                          <div><br>
                                                          </div>
                                                          <div>[1] <a
                                                          moz-do-not-send="true"
href="http://kamailio.org/docs/modules/stable/modules/dialog.html#idp1919576"
target="_blank">http://kamailio.org/docs/modules/stable/modules/dialog.html#idp1919576</a>
                                                          <div>
                                                          [2] <a
                                                          moz-do-not-send="true"
href="http://kamailio.org/docs/modules/stable/modules/dialog.html#idp1964064"
target="_blank">http://kamailio.org/docs/modules/stable/modules/dialog.html#idp1964064</a><br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>[3] <a
                                                          moz-do-not-send="true"
href="http://kamailio.org/docs/modules/stable/modules/cnxcc.html#idp132608"
target="_blank">http://kamailio.org/docs/modules/stable/modules/cnxcc.html#idp132608</a></div>
                                                          </div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">
                                                          <div>
                                                          <div>On Fri,
                                                          May 16, 2014
                                                          at 3:28 PM,
                                                          Rahul MathuR <span
                                                          dir="ltr"><<a
moz-do-not-send="true" href="mailto:rahul.ultimate@gmail.com"
                                                          target="_blank">rahul.ultimate@gmail.com</a>></span>
                                                          wrote:<br>
                                                          </div>
                                                          </div>
                                                          <blockquote
                                                          style="margin:0px
                                                          0px 0px
0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"
class="gmail_quote">
                                                          <div>
                                                          <div>
                                                          <div dir="ltr">
                                                          <div
                                                          class="gmail_quote">
                                                          <div dir="ltr">
                                                          <pre style="color:rgb(0,0,0);white-space:pre-wrap"><i><font face="georgia, serif">Hello,</font></i></pre>
                                                          <pre style="color:rgb(0,0,0);white-space:pre-wrap"><font face="georgia, serif"><i>Please accept my apologies for asking a simple question - Is there any example which shows how can I create the dialog profile </i><i>value based on the SIP domain or SIP Server IP (IP like- 112.23.134.5). I</i><i> need to control many SIP Server IPs with limited channels to each with my</i><i> Kamailio Proxy.</i></font></pre>
                                                          <div><font
                                                          face="georgia,
                                                          serif"><i>I am
                                                          a newbie to
                                                          kamailio
                                                          world.</i></font></div>
                                                          <span><font
                                                          color="#888888"><span><font
color="#888888">
                                                          <div><font
                                                          face="georgia,
                                                          serif"><i><br>
                                                          </i></font></div>
                                                          <font
                                                          face="georgia,
                                                          serif"><i>-- <br>
                                                          Warm Regds.<br>
                                                          MathuRahul</i></font><br>
                                                          </font></span></font></span></div>
                                                          </div>
                                                          <br>
                                                          <br>
                                                          </div>
                                                          <br>
                                                          </div>
                                                          </div>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <span><font
                                                          color="#888888"><br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          <div dir="ltr">Carlos
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://caruizdiaz.com" target="_blank">http://caruizdiaz.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://ngvoice.com" target="_blank">http://ngvoice.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="tel:%2B52%2055%203048%203303" value="+525530483303"
                                                          target="_blank">+52
                                                          55 3048 3303</a></div>
                                                          </div>
                                                          </font></span></div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          </div>
                                                          </div>
                                                          Warm Regds.<br>
                                                          MathuRahul<br>
                                                          </div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          <div dir="ltr">Carlos
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://caruizdiaz.com" target="_blank">http://caruizdiaz.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://ngvoice.com" target="_blank">http://ngvoice.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="tel:%2B52%2055%203048%203303" value="+525530483303"
                                                          target="_blank">+52
                                                          55 3048 3303</a></div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          Warm Regds.<br>
                                                          MathuRahul<br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <span><font
                                                          color="#888888">--
                                                          <br>
                                                          Warm Regds.<br>
                                                          MathuRahul<br>
                                                          </font></span></div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          <div dir="ltr">Carlos
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://caruizdiaz.com" target="_blank">http://caruizdiaz.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://ngvoice.com" target="_blank">http://ngvoice.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="tel:%2B52%2055%203048%203303" value="+525530483303"
                                                          target="_blank">+52
                                                          55 3048 3303</a></div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <br>
                                                          -- <br>
                                                          Warm Regds.<br>
                                                          MathuRahul<br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          <div dir="ltr">Carlos
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://caruizdiaz.com" target="_blank">http://caruizdiaz.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://ngvoice.com" target="_blank">http://ngvoice.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="tel:%2B52%2055%203048%203303" value="+525530483303"
                                                          target="_blank">+52
                                                          55 3048 3303</a></div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <br>
                                                          -- <br>
                                                          Warm Regds.<br>
                                                          MathuRahul<br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <br>
_______________________________________________<br>
                                                          sr-dev mailing
                                                          list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          <div dir="ltr">Carlos
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://caruizdiaz.com" target="_blank">http://caruizdiaz.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="http://ngvoice.com" target="_blank">http://ngvoice.com</a></div>
                                                          <div><a
                                                          moz-do-not-send="true"
href="tel:%2B52%2055%203048%203303" value="+525530483303"
                                                          target="_blank">+52
                                                          55 3048 3303</a></div>
                                                          </div>
                                                        </div>
                                                      </div>
                                                    </div>
                                                    <br>
_______________________________________________<br>
                                                    sr-dev mailing list<br>
                                                    <a
                                                      moz-do-not-send="true"
href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
                                                    <a
                                                      moz-do-not-send="true"
href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                                      target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                                    <br>
                                                  </blockquote>
                                                </div>
                                                <br>
                                                <br clear="all">
                                                <br>
                                                -- <br>
                                                Warm Regds.<br>
                                                MathuRahul<br>
                                              </div>
                                            </div>
                                          </div>
                                        </blockquote>
                                      </div>
                                      <br>
                                      <br clear="all">
                                      <div><br>
                                      </div>
                                    </div>
                                  </div>
                                  <span><font color="#888888">-- <br>
                                      Warm Regds.<br>
                                      MathuRahul<br>
                                    </font></span></div>
                                <br>
_______________________________________________<br>
                                sr-dev mailing list<br>
                                <a moz-do-not-send="true"
                                  href="mailto:sr-dev@lists.sip-router.org"
                                  target="_blank">sr-dev@lists.sip-router.org</a><br>
                                <a moz-do-not-send="true"
                                  href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                                  target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                                <br>
                              </blockquote>
                            </div>
                            <br>
                            <br clear="all">
                            <div><br>
                            </div>
                            -- <br>
                            <div dir="ltr">Carlos
                              <div><a moz-do-not-send="true"
                                  href="http://caruizdiaz.com"
                                  target="_blank">http://caruizdiaz.com</a></div>
                              <div><a moz-do-not-send="true"
                                  href="http://ngvoice.com"
                                  target="_blank">http://ngvoice.com</a></div>
                              <div><a moz-do-not-send="true"
                                  href="tel:%2B52%2055%203048%203303"
                                  value="+525530483303" target="_blank">+52
                                  55 3048 3303</a></div>
                            </div>
                          </div>
                        </div>
                      </div>
                      <br>
                      _______________________________________________<br>
                      sr-dev mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:sr-dev@lists.sip-router.org"
                        target="_blank">sr-dev@lists.sip-router.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
                        target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
                      <br>
                    </blockquote>
                  </div>
                  <br>
                  <br clear="all">
                  <br>
                  -- <br>
                  Warm Regds.<br>
                  MathuRahul<br>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            sr-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
              target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
            <br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div dir="ltr">Carlos
          <div><a moz-do-not-send="true" href="http://caruizdiaz.com"
              target="_blank">http://caruizdiaz.com</a></div>
          <div><a moz-do-not-send="true" href="http://ngvoice.com"
              target="_blank">http://ngvoice.com</a></div>
          <div>+52 55 3048 3303</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</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://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>