Re: [SR-Users] Event route sl:local-response is not executed in kamailio 4.1

2013-11-04 Thread Daniel-Constantin Mierla
Hello, thanks for troubleshooting and patch -- it is now in master branch. Cheers, Daniel On 11/3/13 5:14 PM, Sergey Okhapkin wrote: Here is the fix. diff --git a/modules/sl/sl_funcs.c b/modules/sl/sl_funcs.c index fd19e1c..c642249 100644 --- a/modules/sl/sl_funcs.c +++ b/modules/sl/sl_funcs.

Re: [SR-Users] Event route sl:local-response is not executed in kamailio 4.1

2013-11-03 Thread Sergey Okhapkin
Here is the fix. diff --git a/modules/sl/sl_funcs.c b/modules/sl/sl_funcs.c index fd19e1c..c642249 100644 --- a/modules/sl/sl_funcs.c +++ b/modules/sl/sl_funcs.c @@ -90,7 +90,7 @@ void sl_lookup_event_routes(void) _sl_evrt_local_response = route_lookup(&event_rt, "sl:local- response");