2010/11/11 JR Richardson jmr.richardson@gmail.com:
I was thinking about including this in my failure route:
if (t_check_status("486")) { append_branch(); t_relay(); }
Would that do any good?
The above code instructs Kamailio to create a new branch to the same destination upon receipt of hte 486 response. So obviously it's wrong. What do you want to achieve with the above code??