|
|
|
@ -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 |