]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip_outbound_registration: Extend documentation for "max_retries".
authorJoshua Colp <jcolp@digium.com>
Fri, 25 Oct 2019 11:46:41 +0000 (11:46 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 31 Oct 2019 16:52:43 +0000 (11:52 -0500)
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

index b73b5a76fe6d74303766feb1f47f8cbed529f163..0f590f5364c5c805262191858a98405b6e75b262 100644 (file)
                                </configOption>
                                <configOption name="max_retries" default="10">
                                        <synopsis>Maximum number of registration attempts.</synopsis>
+                                       <description><para>
+                                               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.
+                                       </para></description>
                                </configOption>
                                <configOption name="outbound_auth" default="">
                                        <synopsis>Authentication object(s) to be used for outbound registrations.</synopsis>