Re: [SR-Users] xhttp and xmlrpc

2012-04-24 Thread Krishna Kurapati
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:

Re: [SR-Users] xhttp and xmlrpc

2012-04-23 Thread Daniel-Constantin Mierla
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