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:
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