summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-08-01 14:48:35 +0000
committerMark Michelson <mmichelson@digium.com>2014-08-01 14:48:35 +0000
commit94b21f94d3efd6a3baae8e2fb5857d17bd79e9d4 (patch)
treed78400ebc18eaeb4bca0d01b44aaf1d0605203d7 /CHANGES
parentb744adb8aa1bdccc546fd3914b577a385a83da0a (diff)
Add ContactStatusDetail to PJSIPShowEndpoint AMI output.
Now when running PJSIPShowEndpoint, you will receive a ContactStatusDetail for each bound contact that Asterisk is qualifying. This information includes the URI of the contact, current reachability, and roundtrip time. AFS-91 #close Reported by Mark Michelson Review: https://reviewboard.asterisk.org/r/3797 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c08a52d57..14388ad3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -78,6 +78,9 @@ AMI
* AMI action PJSIPNotify may now send to a URI instead of only to a PJSIP
endpoint as long as a default outbound endpoint is set. This also applies
to the equivalent CLI command (pjsip send notify)
+
+ * The AMI action PJSIPShowEndpoint now includes ContactStatusDetail sections
+ that give information on Asterisk's attempts to qualify the endpoint.
cdr_sqlite
-----------------