From a405743cbef50776535891265935e5f4e1564a07 Mon Sep 17 00:00:00 2001 From: Karl Anderson Date: Sun, 26 Jun 2011 12:26:31 -0700 Subject: [PATCH] missing the relay in the failure branch --- opensips/opensips.cfg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/opensips/opensips.cfg b/opensips/opensips.cfg index b98207e..92a8ce9 100644 --- a/opensips/opensips.cfg +++ b/opensips/opensips.cfg @@ -575,10 +575,8 @@ failure_route[internal_fault] if (t_check_status("(408)|(5[0-9][0-9])")) { - xlog("L_INFO", "$ci|start|recieved or generated negative reply $rm"); + xlog("L_INFO", "$ci|start|recieved or generated negative reply"); xlog("L_INFO", "$ci|log|source $si:$sp"); - xlog("L_INFO", "$ci|log|status $rs"); - xlog("L_INFO", "$ci|log|reason $rr"); xlog("L_ERR", "$ci|log|moving media server $rd to probing mode"); @@ -594,6 +592,12 @@ failure_route[internal_fault] cache_store("memcached_callid_hash", "$(ct.fields(uri){uri.user})", "$rd", 3600); } + + xlog("L_INFO", "$ci|pass|$rd"); + + t_relay(); + + exit; } } }