app_sendtext: Enhance SendText to support Enhanced Messaging

SendText now accepts new channel variables that can be used
to override the To and From display names and set the Content-Type
of a message.  Since you can now set Content-Type, other text/*
content types are now valid.

Change-Id: I648b4574478119f95de09d9f08e9595831b02830
This commit is contained in:
George Joseph
2018-04-10 15:09:49 -06:00
parent 4fb7967c73
commit 8135558bab
2 changed files with 161 additions and 29 deletions

View File

@@ -117,6 +117,13 @@ Core
MESSAGE message from a user in a conference call, it's relayed to all
other participants in the call.
app_sendtext
------------------
Support Enhanced Messaging. SendText now accepts new channel variables
that can be used to override the To and From display names and set the
Content-Type of a message. Since you can now set Content-Type, other
text/* content types are now valid.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.3.0 to Asterisk 15.4.0 ------------
------------------------------------------------------------------------------