[Asterisk-code-review] res_pjsip_outbound_registration: Extend documentation for "max_retries". (asterisk[16])
Friendly Automation
asteriskteam at digium.com
Thu Oct 31 15:13:08 CDT 2019
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/13126 )
Change subject: res_pjsip_outbound_registration: Extend documentation for "max_retries".
......................................................................
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
---
M res/res_pjsip_outbound_registration.c
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c
index efeae23..fc52e9e 100644
--- a/res/res_pjsip_outbound_registration.c
+++ b/res/res_pjsip_outbound_registration.c
@@ -81,6 +81,11 @@
</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>
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13126
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I1e30daae9dd6c49ce18744164214d3def505acbf
Gerrit-Change-Number: 13126
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20191031/33883b71/attachment.html>
More information about the asterisk-code-review
mailing list