Hi List,
my google skills dont help me.
I know there is a kind of build-in variable that you can use for example to return the name of the route you are referring to right now.
here some pseudo kamailio-scripting-language:
route[FANCY_ROUTE] { xlog("L_INFO", "$??? something happened\n"; }
I search for $??? (as placeholder) which should return the route-name "route[FANCY_ROUTE]" or something like that?
Take care.