<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_MESSAGE">Asterisk 11 Function_MESSAGE</a></h2>
    <h4>Page  <b>added</b> by             <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
    </h4>
         <br/>
    <div class="notificationGreySide">
         <h1><a name="Asterisk11Function_MESSAGE-MESSAGE%28%29"></a>MESSAGE()</h1>

<h3><a name="Asterisk11Function_MESSAGE-Synopsis"></a>Synopsis</h3>

<p>Create a message or read fields from a message.</p>
<h3><a name="Asterisk11Function_MESSAGE-Description"></a>Description</h3>



<p>This function will read from or write a value to a text message. It is used both to read the data out of an incoming message, as well as modify or create a message that will be sent outbound.</p>

<h3><a name="Asterisk11Function_MESSAGE-Syntax"></a>Syntax</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>MESSAGE(argument)</pre>
</div></div>
<h5><a name="Asterisk11Function_MESSAGE-Arguments"></a>Arguments</h5>


<ul>
        <li>argument - Field of the message to get or set.
        <ul>
                <li>to - Read-only. The destination of the message. When processing an incoming message, this will be set to the destination listed as the recipient of the message that was received by Asterisk.</li>
                <li>from - Read-only. The source of the message. When processing an incoming message, this will be set to the source of the message.</li>
                <li>custom_data - Write-only. Mark or unmark all message headers for an outgoing message. The following values can be set:
                <ul>
                        <li>mark_all_outbound - Mark all headers for an outgoing message.</li>
                        <li>clear_all_outbound - Unmark all headers for an outgoing message.</li>
                </ul>
                </li>
                <li>body - Read/Write. The message body. When processing an incoming message, this includes the body of the message that Asterisk received. When MessageSend() is executed, the contents of this field are used as the body of the outgoing message. The body will always be UTF-8.</li>
        </ul>
        </li>
</ul>


<h3><a name="Asterisk11Function_MESSAGE-SeeAlso"></a>See Also</h3>


<ul>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_MessageSend&amp;linkCreation=true&amp;fromPageId=20187316" class="createlink">Asterisk 11 Application&#95;MessageSend</a></li>
</ul>


<h3><a name="Asterisk11Function_MESSAGE-ImportVersion"></a>Import Version</h3>

<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
    </div>
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_MESSAGE">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_MESSAGE?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>