summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNathan Bruning <nathan@iperity.com>2018-02-22 19:18:48 +0100
committerRichard Mudgett <rmudgett@digium.com>2018-04-11 10:31:44 -0600
commit1cd704de365c6711f8e156f62cea51e21c77e5d0 (patch)
treed4bf65ee7760de4c5e5a0ca4a6af35d42a836e0c /CHANGES
parentfabfe701bbd4f05d0a959ed735b7a3658dce455e (diff)
res_pjsip_notify.c: enable in-dialog NOTIFY
This patch adds support to send in-dialog SIP NOTIFY commands on chan_pjsip channels, similar to the functionality recently added for chan_sip (ASTERISK_27461). This extends res_pjsip_notify to allow for in-dialog messages. ASTERISK-27697 Change-Id: If7f3151a6d633e414d5dc319d5efc1443c43dd29
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac50a6dc9..3a81ca7ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -122,6 +122,11 @@ res_pjproject
MALLOC_DEBUG. The cache gets in the way of determining if the pool contents
are used after free and who freed it.
+res_pjsip_notify
+------------------
+ * Extend the PJSIPNotify AMI command to send an in-dialog notify on a
+ channel.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.2.0 to Asterisk 15.3.0 ------------
------------------------------------------------------------------------------