]> 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:56 +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 da597a91c67107578f0705b9475bf3ca68df9b8b..df50cf40fe3e5ba7c76fd616265bb0d29b5759b1 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>