Hello,
Running into odd behaviour in Kamailio 5.0.2 and I'm hoping to clarify. I have a simple route that uses the textops functions subst and remove_hf. Other than that, there is nothing else done within the route. In some cases, the remove_hf function returns false as there are no matching headers.
My question is: if a function within a route returns a negative value, and there are no explicit return statements, will the entire route return -1 (as it appears is happening), or should the route return 1 as the core cookbook indicates?