Hello,
On 10/18/08 19:53, Juha Heinanen wrote:
i have
if (t_check_status("403")) { xlog("L_INFO", "DBG: status is 403\n, rr is <$rr> and rs is <$rs>\n"); };
and i get to syslog:
Oct 18 19:51:37 localhost /usr/sbin/kamailio[18580]: DBG: status is 403 , rr is <<null>> and rs is <<null>>
is this expected behavior?
is this in a failure_route? If yes, there is processed the initial request, so the script variable work on it, not on the reply.
Cheers, Daniel