From 9c8424a97b92f73a3fbfa590a41e4d2c2d47fca7 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Fri, 25 Oct 2019 11:46:41 +0000 Subject: [PATCH] res_pjsip_outbound_registration: Extend documentation for "max_retries". If the "max_retries" option is set to 0 then upon failure no further attemps are made, so explicitly document the behavior. ASTERISK-28602 Change-Id: I1e30daae9dd6c49ce18744164214d3def505acbf --- res/res_pjsip_outbound_registration.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c index b73b5a76fe..0f590f5364 100644 --- a/res/res_pjsip_outbound_registration.c +++ b/res/res_pjsip_outbound_registration.c @@ -81,6 +81,11 @@ Maximum number of registration attempts. + + This sets the maximum number of registration attempts that are made before + stopping any further attempts. If set to 0 then upon failure no further attempts + are made. + Authentication object(s) to be used for outbound registrations.