[Asterisk-code-review] res_pjsip_outbound_registration: Extend documentation for "max_retries". (...asterisk[13])
Joshua Colp
asteriskteam at digium.com
Fri Oct 25 06:50:15 CDT 2019
Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/13125
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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/13125/1
diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c
index b73b5a7..0f590f5 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/+/13125
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I1e30daae9dd6c49ce18744164214d3def505acbf
Gerrit-Change-Number: 13125
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20191025/7dd062c6/attachment.html>
More information about the asterisk-code-review
mailing list