Browse Source

Update default.cfg (#90)

3.22 3.22.18
OnNet 10 years ago
committed by lazedo
parent
commit
fd0b8157f1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      kamailio/default.cfg

+ 3
- 3
kamailio/default.cfg View File

@ -695,7 +695,7 @@ failure_route[EXTERNAL_FAULT]
if($T(reply_type)==1){
# a request timeout, destination did not respond in time, does not show up in on_reply
# http://www.kamailio.org/wiki/cookbooks/4.3.x/pseudovariables#t_name
if(isflagset(FLAG_SESSION_PROGRESS) {
if(isflagset(FLAG_SESSION_PROGRESS)) {
#may be during re-invite, update, bye, cancel, etc or initial invite after 18x (transaction has a to tag)
xlog("L_INFO", "$ci|start|external failure route, $T_reply_code locally generated for method $rm after progress");
} else {
@ -714,7 +714,7 @@ failure_route[INTERNAL_FAULT]
if($T(reply_type)==1){
# a request timeout, destination did not respond in time, does not show up in on_reply
# http://www.kamailio.org/wiki/cookbooks/4.3.x/pseudovariables#t_name
if(isflagset(FLAG_SESSION_PROGRESS) {
if(isflagset(FLAG_SESSION_PROGRESS)) {
#may be during re-invite, update, bye, cancel, etc or initial invite after 18x (transaction has a to tag)
xlog("L_INFO", "$ci|start|internal failure route, $T_reply_code locally generated for method $rm after progress");
} else {
@ -872,4 +872,4 @@ event_route[tm:local-request]
#!endif
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab

Loading…
Cancel
Save