Has anyone found a way to selectively respond to failures using failure_route's? For instance I want to only run the actions in the failure_route if the code that triggered the failure route is certain 400 or 500 error codes. Since the sip msg passed into the failure_route is the initial message that triggered the failure (usually the INVITE) using methods from the textops module don't work.
Thanks, Evan