]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_notify: Add option support for AMI.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 14 Oct 2022 22:24:00 +0000 (22:24 +0000)
committerN A <asterisk@phreaknet.org>
Thu, 27 Oct 2022 12:42:01 +0000 (07:42 -0500)
commita0dd8c27b5a39b3a286c86528017a003b7247d44
tree3153b8920b7ea0685d5986055ba23e04db9e3798
parent83498bec3522202b9f1b1195cd97194f99a92aeb
res_pjsip_notify: Add option support for AMI.

The PJSIP notify CLI commands allow for using
"options" configured in pjsip_notify.conf.

This allows these same options to be used in
AMI actions as well.

Additionally, as part of this improvement,
some repetitive common code is refactored.

ASTERISK-30263 #close

Change-Id: Ie4496b322b63b61eaf9672183a959ab99a04b6b5
doc/CHANGES-staging/res_pjsip_notify_options.txt [new file with mode: 0644]
res/res_pjsip_notify.c