From: Joshua Colp Date: Fri, 25 Oct 2019 11:46:41 +0000 (+0000) Subject: res_pjsip_outbound_registration: Extend documentation for "max_retries". X-Git-Tag: 17.1.0-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea2d499f4cc0982ff8817640c803dbd57a008ed;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c index da597a91c6..df50cf40fe 100644 --- a/res/res_pjsip_outbound_registration.c +++ b/res/res_pjsip_outbound_registration.c @@ -86,6 +86,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.