]> 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:54:47 +0000 (11:54 -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 efeae23c03f91a4cbe891943b91a4ce4c49b1c21..fc52e9e284dd091c09d21f57a5de3cd03964e2f7 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>