]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 27 Oct 2022 15:07:20 +0000 (10:07 -0500)
commit40b52322e554fbf3cfa06dbe92732ffaaa188081
tree00b7bf6c76b05604a61d6e9a56d26eba57788112
parentc32b39d123e0c372ae9bd33fc3684baaa54bba80
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