<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote
cite="mid:CAGWOJg4-M637ydjJN6P+GE5vGXXe0bGQLjsaaFSCFeweKChD7A@mail.gmail.com"
      type="cite">
      <div dir="ltr"><span style="font-size:12.8px">I am using the
          asterisk 13 and I config my dialplan for the SIP messaging as
          the following :</span>
        <div style="font-size:12.8px"><a moz-do-not-send="true"
href="http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html"
            target="_blank">http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html</a><br>
          <div><span
              style="color:rgb(96,96,96);font-size:16px;line-height:22.4px;font-family:'Courier
              New';background-color:rgb(226,206,171)">[astsms]<br>
              exten => _.,1,NoOp(SMS receiving dialplan invoked)<br>
              exten => _.,n,NoOp(To ${MESSAGE(to)})<br>
              exten => _.,n,NoOp(From ${MESSAGE(from)})<br>
              exten => _.,n,NoOp(Body ${MESSAGE(body)})<br>
              exten => _.,n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)})<br>
              exten => _.,n,MessageSend(${ACTUALTO},${MESSAGE(from)})<br>
              exten => _.,n,NoOp(Send status is
              ${MESSAGE_SEND_STATUS})<br>
              exten => _.,n,GotoIf($["${MESSAGE_SEND_STATUS}" !=
              "SUCCESS"]?sendfailedmsg)</span><br
style="color:rgb(96,96,96);font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:16px;line-height:22.4px;background-color:rgb(226,206,171)">
            <span
              style="color:rgb(96,96,96);font-size:16px;line-height:22.4px;font-family:'Courier
              New';background-color:rgb(226,206,171)">exten =>
              _.,n,Hangup()</span><br>
          </div>
          <div><span
              style="color:rgb(96,96,96);font-size:16px;line-height:22.4px;font-family:'Courier
              New';background-color:rgb(226,206,171)"><br>
            </span></div>
          <div>With this configuration I could send message, but I don't
            know what wrong with it as sometimes I get the repeat
            messages many times. do you have any idea?</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Are the calls answered before jumping to astsms?<br>
    <br>
    jg<br>
  </body>
</html>