<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Everyone. <BR> <BR>On the OpenBSC wiki it states:<BR>"Sending of SMS from external applications by writing to the SQL table"s ....   I was wondering if anyone could fill me in how this happens and if the SMSC automatically sends the inserted SMS.<BR> <BR>Is it as simple as inserting in to the hlr.sqlite db as follows?<BR> <BR>INSERT INTO SMS<BR><div class="line" id="LC112"><span class="s">                                 (created, sender_id, receiver_id, reply_path_req, status_rep_req, protocol_id, data_coding_scheme, ud_hdr_ind, text)</span></div><div class="line" id="LC113"><span class="s">                                    VALUES </span><span class="s">(date, 1, 123, 0, 0, 0, 0, 0, helloworld)</span></div><div class="line"><span class="s"></span> </div><div class="line"><span class="s">My end goal would be to insert a the a binary data SMS that has UDH header in the data payload I was wondering if anyone has tried this and if it will work?. </span></div><div class="line"><span class="s"></span> </div><div class="line"><span class="s">Regards</span></div><div class="line"><span class="s"></span> </div><div class="line"><span class="s">Adam</span></div><div class="line" id="LC115"><span class="s">      </span></div>                                     </div></body>
</html>