mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Update documentation for MessageSend application/command's From field for XMPP
When using the channel technology agnostic application/AMI command MessageSend, the "From" field is technically optional for the SIP channel driver. However, if being sent by the XMPP resource module (either res_xmpp or res_jabber), the "From" field is necessary, and must correspond to a defined account. This patch updates the documentation for this application/AMI command to reflect this. (closes issue ASTERISK-20405) Reported by: Leif Madsen git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -129,6 +129,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>A From URI for the message if needed for the
|
||||
message technology being used to send this message.</para>
|
||||
<xi:include xpointer="xpointer(/docs/info[@name='SIPMessageFromInfo'])" />
|
||||
<xi:include xpointer="xpointer(/docs/info[@name='XMPPMessageFromInfo'])" />
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
@@ -171,6 +172,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>A From URI for the message if needed for the
|
||||
message technology being used to send this message.</para>
|
||||
<xi:include xpointer="xpointer(/docs/info[@name='SIPMessageFromInfo'])" />
|
||||
<xi:include xpointer="xpointer(/docs/info[@name='XMPPMessageFromInfo'])" />
|
||||
</parameter>
|
||||
<parameter name="Body">
|
||||
<para>The message body text. This must not contain any newlines as that
|
||||
|
||||
Reference in New Issue
Block a user