Hi @henningw,
The automatic re-enabling happens in certain conditions and after some time:
rtpengine_allow_op
to be set, so the manually disabled node can be returned (e.g. to allow his sessions to finish)send_rtpp_command()
function, when it returns NULL -> not sure exactly which one happened to us here.rtpengine_disable_tout
configured param.So what happens is that on conditions 1. the disabled (permanent)
(under maintenance) node becomes disabled (temporary)
with rn_recheck_ticks
updated with time 2. The (under maintenance) node is rechecked after that time and finds it still up and enables it (so new sessions can now be sent to it) -> though the desired behavior for the (under maintenance) node is just to let the existing one finish, not to accept new ones.
Hope this makes it a bit more clear.
Thank you,
Stefan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.