Browse Source

missing the relay in the failure branch

3.12
Karl Anderson 15 years ago
parent
commit
a405743cbe
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      opensips/opensips.cfg

+ 7
- 3
opensips/opensips.cfg View File

@ -575,10 +575,8 @@ failure_route[internal_fault]
if (t_check_status("(408)|(5[0-9][0-9])")) 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|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"); 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); cache_store("memcached_callid_hash", "$(ct.fields(uri){uri.user})", "$rd", 3600);
} }
xlog("L_INFO", "$ci|pass|$rd");
t_relay();
exit;
} }
} }
} }

Loading…
Cancel
Save