<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+Application_SMS">Asterisk 11 Application_SMS</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="Asterisk11Application_SMS-SMS%28%29"></a>SMS()</h1>

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

<p>Communicates with SMS service centres and SMS capable analogue phones.</p>
<h3><a name="Asterisk11Application_SMS-Description"></a>Description</h3>



<p>SMS handles exchange of SMS data with a call to/from SMS capable phone or SMS PSTN service center. Can send and/or receive SMS messages. Works to ETSI ES 201 912; compatible with BT SMS PSTN service in UK and Telecom Italia in Italy.</p>

<p>Typical usage is to use to handle calls from the SMS service centre CLI, or to set up a call using <tt>outgoing</tt> or manager interface to connect service centre to SMS().</p>

<p>"Messages are processed as per text file message queues. smsq (a separate software) is a command to generate message queues and send messages.</p>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note</b><br />The protocol has tight delay bounds. Please use short frames and disable/keep short the jitter buffer on the ATA to make sure that respones (ACK etc.) are received in time.</td></tr></table></div>


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

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>SMS(name,options,addr,body)</pre>
</div></div>
<h5><a name="Asterisk11Application_SMS-Arguments"></a>Arguments</h5>


<ul>
        <li>name - The name of the queue used in <tt>/var/spool/asterisk/sms</tt></li>
        <li>options
        <ul>
                <li>a - Answer, i.e. send initial FSK packet.</li>
                <li>s - Act as service centre talking to a phone.</li>
                <li>t - Use protocol 2 (default used is protocol 1).</li>
                <li>p - Set the initial delay to N ms (default is <tt>300</tt>). addr and body are a deprecated format to send messages out.</li>
                <li>r - Set the Status Report Request (SRR) bit.</li>
                <li>o - The body should be coded as octets not 7-bit symbols.</li>
        </ul>
        </li>
        <li>addr</li>
        <li>body</li>
</ul>



<h3><a name="Asterisk11Application_SMS-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+Application_SMS">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_SMS?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>