...
|
...
|
@@ -3345,9 +3345,10 @@ select_rtpp_node(str callid, str viabranch, int do_test, struct rtpp_node **quer
|
3345
|
3345
|
node->rn_url.len, node->rn_url.s, callid.len, callid.len, callid.s);
|
3346
|
3346
|
return node;
|
3347
|
3347
|
} else {
|
3348
|
|
- LM_DBG("node=%.*s for calllen=%d callid=%.*s is disabled, either broke or timeout disabled! Return it\n",
|
|
3348
|
+ LM_DBG("node=%.*s for calllen=%d callid=%.*s is disabled, either broke or timeout disabled!\n",
|
3349
|
3349
|
node->rn_url.len, node->rn_url.s, callid.len, callid.len, callid.s);
|
3350
|
3350
|
if (rtpengine_allow_op == 1) {
|
|
3351
|
+ LM_DBG("Return it\n");
|
3351
|
3352
|
return node;
|
3352
|
3353
|
}
|
3353
|
3354
|
}
|