summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-05-31 15:41:45 +0000
committerJoshua Colp <jcolp@digium.com>2017-06-06 14:46:21 +0000
commita5fc9154aec6257fb2e53401c2a86d4868c81283 (patch)
treecc71eec54aa85a97f93f0828551a7a83eb55ce79 /CHANGES
parent6fa2e0abc755dc4962e41811860fa17e3aae452c (diff)
res_pjsip: Add support for returning only reachable contacts and use it.
This introduces the ability for PJSIP code to specify filtering flags when retrieving PJSIP contacts. The first flag for use causes the query code to only retrieve contacts that are not unreachable. This change has been leveraged by both the Dial() process and the PJSIP_DIAL_CONTACTS dialplan function so they will now only attempt calls to contacts which are not unreachable. ASTERISK-26281 Change-Id: I8233b4faa21ba3db114f5a42e946e4b191446f6c
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 674105fab..709d6c92a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,12 @@ res_agi
EAGI provides. If not specified, it will continue to use the default signed
linear (slin).
+chan_pjsip
+------------------
+ * When dialing an endpoint directly or using the PJSIP_DIAL_CONTACTS dialplan
+ function any contact which is considered unreachable due to qualify being
+ enabled will no longer be called.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.4.0 to Asterisk 14.5.0 ------------
------------------------------------------------------------------------------