From notifications@github.com Tue May 15 12:57:01 2018 From: Jurijs Ivolga To: sr-dev@lists.kamailio.org Subject: [sr-dev] [kamailio/kamailio] log_prefix do not work in failure_route (#1531) Date: Tue, 15 May 2018 03:56:53 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1923487976==" --===============1923487976== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable ### Description log_prefix do not work in failure_route ### Troubleshooting #### Reproduction log_prefix=3D"{$mt $hdr(CSeq) $ci} " ... ... failure_route[RTF_LCR_ROUTE] { if (t_is_canceled()) { exit; } xlog("L_INFO", "--- SCRIPT: failure_route - RTF_LCR_ROUTE\n"); if (t_check_status("408|50[0-4]") or (t_branch_timeout() and !t_branc= h_replied())) { if(!next_gw()) { send_reply("503", "No more LCR gateways"); exit; } xlog("L_INFO", "flag $avp(lcr_flag) \n"); t_on_failure("RTF_LCR_ROUTE"); t_set_retr(0, 4000); route(RELAY); exit; } } #### Debugging Data ``` (paste your debugging data here) ``` #### Log Messages ``` INFO: