From 2625dff43b894d4dfd39db6a686920e716b5f068 Mon Sep 17 00:00:00 2001 From: Mike Bradeen Date: Mon, 19 Jan 2026 12:44:29 -0700 Subject: [PATCH] MessageSend.md: Update manual to section The to section of the MessageSend function indicated that a user@domain string could be used to over-write the To header. However, the To header is a literal replacement and so MUST be a valid SIP/SIPS URI. --- .../API_Documentation/Dialplan_Applications/MessageSend.md | 2 +- .../API_Documentation/Dialplan_Applications/MessageSend.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md b/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md index 3c3c7f8433..ef3a247991 100644 --- a/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md +++ b/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md @@ -116,7 +116,7 @@ The 'from' parameter can be a configured peer name or in the form of "display-na * __Technology: XMPP__
Specifying a prefix of 'xmpp:' will specify the account defined in 'xmpp.conf' to send the message from. Note that this field is required for XMPP messages.
-* `to` - A To URI for the message if needed for the message technology being used to send this message. This can be a SIP(S) URI, such as 'Alice ', or a string in the format 'alice@atlanta.com'. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
+* `to` - A To URI for the message if needed for the message technology being used to send this message. This should be a SIP(S) URI, such as 'Alice '. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
* __Technology: PJSIP__
The 'to' parameter is used to specity the 'To:' header in the outgoing SIP MESSAGE. It will override the value specified in MESSAGE(to) which itself will override any 'to' value from an incoming SIP MESSAGE.
diff --git a/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md b/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md index 40e8030012..24678d1e46 100644 --- a/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md +++ b/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md @@ -116,7 +116,7 @@ The 'from' parameter can be a configured peer name or in the form of "display-na * __Technology: XMPP__
Specifying a prefix of 'xmpp:' will specify the account defined in 'xmpp.conf' to send the message from. Note that this field is required for XMPP messages.
-* `to` - A To URI for the message if needed for the message technology being used to send this message. This can be a SIP(S) URI, such as 'Alice ', or a string in the format 'alice@atlanta.com'. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
+* `to` - A To URI for the message if needed for the message technology being used to send this message. This should be a SIP(S) URI, such as 'Alice '. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
* __Technology: PJSIP__
The 'to' parameter is used to specity the 'To:' header in the outgoing SIP MESSAGE. It will override the value specified in MESSAGE(to) which itself will override any 'to' value from an incoming SIP MESSAGE.