<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4">
</HEAD>
<BODY>
hello all<BR>
<BR>
i have been taking a look to the rtpengine.c code and i found that the issue has relation with the queried_nodes_limit which had 50 defalut value, so before it was reached in the loop, we received a request/response retransmision doing all the same.<BR>
<BR>
anycase, the issue it's because when allow_op is applied, the select_rtpp_node gets a node even having the node disabled by the first attemp (having the rtpengine node down), and it does the loop.<BR>
if it's not applied, we dont get a node at the retry.<BR>
<BR>
but adjusting the number of queried_nodes_limit to a value to be reached before a request retransmission arrives, i guess it should be enough (¿?)<BR>
<BR>
best regards<BR>
david escartin
</BODY>
</HTML>