mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
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
This commit is contained in:
committed by
Richard Mudgett
parent
fabfe701bb
commit
1cd704de36
5
CHANGES
5
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 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user