]> 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 21:58:24 +0000 (16:58 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 6 Jul 2020 10:23:11 +0000 (05:23 -0500)
commit4bbc5be7986c234a6f46e0466327d8a519b1fa04
tree97dc9e6faa9c65bc8c621e4fde6d3ba53aebeecf
parent9fce5416432e57e019861596513288a0ea472afa
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/manager.h
include/asterisk/message.h
main/channel.c
main/manager.c
main/message.c