Thanks Daniel. I added following module param and it worked!

modparam("xhttp", "url_skip", "^/RPC2")

Thanks
Krish Kura

On Tue, Apr 24, 2012 at 12:58 AM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:

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

Reply via email to