summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-10-23 15:35:34 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-10-23 15:35:34 -0500
commit08fe5256a90c70955110c3a64ee252b319809d35 (patch)
tree8fbb360bd4f31afd7de5a6842be4fa6b67f002dc /CHANGES
parent429ebae880230321905638728bfeb90c07c17e85 (diff)
parent691c0e0b317834f9d3321186126d733b391f59aa (diff)
Merge "res_pjsip_outbound_registration: registration stops due to fatal 4xx response"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c8e9b847a..f4cbe629e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -162,6 +162,13 @@ res_pjsip
will be used instead. The new SIP resolver provides NAPTR support, improved
SRV support, and AAAA record support.
+res_pjsip_outbound_registration
+-------------------------------
+* A new 'fatal_retry_interval' option has been added to outbound registration.
+ When set (default is zero), and upon receiving a failure response to an
+ outbound registration, registration is retried at the given interval up to
+ 'max_retries'.
+
CEL Backends
------------------