]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager - Add Content-Type parameter to the SendText action
authorKevin Harwell <kharwell@digium.com>
Wed, 10 Jun 2020 22:02:33 +0000 (17:02 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 6 Jul 2020 10:27:43 +0000 (05:27 -0500)
commitcfed0ea0333287d2b8503fd1a32d3622f235f533
treefa6a2a7522126dae52d6606dbb783edb035a5f0f
parent8d1064eaafe899044adbd30a40cdaa15c315c463
manager - Add Content-Type parameter to the SendText action

This patch allows a user of AMI to now specify the type of message
content contained within by setting the 'Content-Type' parameter.

Note, the AMI version has been bumped for this change.

ASTERISK-28945 #close

Change-Id: Ibb5315702532c6b954e1498beddc8855fabdf4bb
doc/CHANGES-staging/ami_sendtext_content_type.txt [new file with mode: 0644]
include/asterisk/frame.h
include/asterisk/message.h
main/channel.c
main/manager.c
main/message.c