Module: kamailio Branch: master Commit: c10c13b2582fd667d24e691219939e224cffaf30 URL: https://github.com/kamailio/kamailio/commit/c10c13b2582fd667d24e691219939e22...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2014-12-23T10:24:32+01:00
tm: downgraded err to warn when sending out for a branch fails
- can happen if tcp connection is not active and no connect is set, FS#68
---
Modified: modules/tm/t_fwd.c
---
Diff: https://github.com/kamailio/kamailio/commit/c10c13b2582fd667d24e691219939e22... Patch: https://github.com/kamailio/kamailio/commit/c10c13b2582fd667d24e691219939e22...
---
diff --git a/modules/tm/t_fwd.c b/modules/tm/t_fwd.c index 706ae11..33ee375 100644 --- a/modules/tm/t_fwd.c +++ b/modules/tm/t_fwd.c @@ -1604,7 +1604,7 @@ int t_send_branch( struct cell *t, int branch, struct sip_msg* p_msg , } #endif uac->icode = 908; /* internal code set to delivery failure */ - LOG(L_ERR, "ERROR: t_send_branch: sending request on branch %d " + LOG(L_WARN, "ERROR: t_send_branch: sending request on branch %d " "failed\n", branch); if (proxy) { proxy->errors++; proxy->ok=0; } if(tm_failure_exec_mode==1) {