Files
asterisk/main
George Joseph 63c25d3821 Updates for the MessageSend Dialplan App
Enhancements:

 * The MessageSend dialplan application now takes an optional
   third argument that can set the message's "To" field on
   outgoing messages.  It's an alternative to using the
   MESSAGE(to) dialplan function.

   NOTE: No channel driver currently implements this field.  A
   follow-on commit for res_pjsip_messaging will implement it for
   the chan_pjsip channel driver.

 * To prevent confusion with the first argument, currently named
   "to", it's been renamed to "destination". Its function,
   creating the request URI, hasn't changed.

 * The documentation for MessageSend was updated to be
   more clear about the parameters and how they interact
   the MESSAGE() dialplan function.

 * With the rename of MessageSend's first parameter, and the fact
   that message.c references <info> elements in chan_sip.c,
   res_pjsip_messaging.c and res_xmpp, they each needed
   documentation updates to use MessageDestinationInfo instead of
   MessageToInfo.

 * appdocsxml.dtd was updated to include a missing element
   declaration for "dataType".  This was showing up as an error
   in Eclipse's dtd editor.

 * Despite the changes in this commit, there should be
   no impact to current users of MessageSend.

Change-Id: I6fb5b569657a02866a66ea352fd53d30d8ac965a
2021-05-06 06:24:27 -05:00
..
2019-08-01 15:31:23 -06:00
2020-05-05 08:56:28 -04:00
2020-05-05 08:56:28 -04:00
2020-04-06 10:58:41 -05:00
2019-08-01 15:31:23 -06:00
2021-03-10 11:07:42 -06:00
2020-10-12 10:50:10 -05:00
2020-06-10 13:56:45 -05:00
2020-06-10 13:56:45 -05:00
2017-12-20 12:40:01 -05:00
2020-10-12 10:50:10 -05:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:31 -05:00