<div dir="ltr">Hi Juha,<br><div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
does this mean that after 60 seconds is passed, rtpengine module will<br>
again try to use that RTP proxy, i.e., the RTP proxy does never become<br>
permanently disabled unless disabled by nh_enable_rtpp mi command?<br>
<br></blockquote><div>After the timer expiration, the node is retried _before sending a command_ to it (if it's "lucky" to be selected from the set). There is no separate process to do a constant recheck.</div><div><span style="color:rgb(0,0,0);font-family:Helvetica,Arial"><br></span></div><div>The "disabled permanent" is available only through the ctl command and retries never happen for that node; it will still stay "disabled permanent" until you explicitly ctl enable it.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
does the this param apply also if all RTP proxies of a set (perhaps<br>
consisting of only one proxy) are unreachable?<br></blockquote><div>It applies for a node in a set, if the command send failed for the selected node or ctl commands pinging failed. So if you have only one node per set, it should apply to it.</div><div><br></div><div><br></div><div><div>The ctl commands:</div><div>- "kamctl fifo <span style="color:rgb(0,0,0);font-family:Helvetica,Arial">nh_ping_rtpp" pings the node and if no answer, disables it (temporarily); does nothing when ping succeeds</span></div><div><span style="color:rgb(0,0,0);font-family:Helvetica,Arial">- </span>"kamctl fifo <span style="color:rgb(0,0,0);font-family:Helvetica,Arial">nh_enable_rtpp 1" </span><span style="color:rgb(0,0,0);font-family:Helvetica,Arial">pings the node and if no answer, disables it (temporarily);</span><span style="color:rgb(0,0,0);font-family:Helvetica,Arial"> enables the node when ping succeeds</span></div><div><span style="color:rgb(0,0,0);font-family:Helvetica,Arial">- </span>"kamctl fifo <span style="color:rgb(0,0,0);font-family:Helvetica,Arial">nh_enable_rtpp 0" disables permanent</span></div></div><div><br></div><div>Thanks,</div><div>Stefan</div></div><br></div></div>