Thanks Daniel. I added following module param and it worked!<div><br></div><div>modparam(&quot;xhttp&quot;, &quot;url_skip&quot;, &quot;^/RPC2&quot;)</div><div><br></div><div>Thanks</div><div>Krish Kura<br><br><div class="gmail_quote">
On Tue, Apr 24, 2012 at 12:58 AM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    you have to set uri_skip or uri_match parameters, they are in both
    modules:<br>
    <br>
    <a href="http://kamailio.org/docs/modules/stable/modules/xhttp.html#id2531902" target="_blank">http://kamailio.org/docs/modules/stable/modules/xhttp.html#id2531902</a><br>
    <br>
    In this way, you can get one route executed for some urls and the
    other for different.<br>
    <br>
    Cheers,<br>
    Daniel<div><div class="h5"><br>
    <br>
    On 4/23/12 6:00 PM, Krishna Kurapati wrote:
    </div></div><blockquote type="cite"><div><div class="h5">Hi,
      <div><br>
      </div>
      <div>I have two routes</div>
      <div><br>
      </div>
      <div>
        <div>event_route[xhttp:request] {</div>
      </div>
      <div>}</div>
      <div><br>
      </div>
      <div>route[XMLRPC]{</div>
      <div>}</div>
      <div><br>
      </div>
      <div>Both are using HTTP as transport. When I tried to send a
        XMLRPC POST command, the event_route</div>
      <div>is getting triggered.</div>
      <div><br>
      </div>
      <div>Do I need to handle the XMLRPC inside the event_route?</div>
      <div><br>
      </div>
      <div>Since I am using XMLRPC for Click2Dial kind of feature, I am
        wondering how the async responses be handled</div>
      <div>if I include in event_route. </div>
      <div><br>
      </div>
      <div>Krish Kura</div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><span class="HOEnZb"><font color="#888888">
</font></span></pre><span class="HOEnZb"><font color="#888888">
    </font></span></blockquote><span class="HOEnZb"><font color="#888888">
    <br>
    <pre cols="72">-- 
Daniel-Constantin Mierla - <a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a>
<a href="http://twitter.com/#!/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a></pre>
  </font></span></div>

</blockquote></div><br></div>