Hi all,<br> <br> I have already successfully connect the smpp server in trx mode(using oserl/doc/example/sample_esme.erl )<br> ,then try send the short message to smpp server or mobile phone,<br> using,<br>
<br> sample_esme:send(Src,Dest,Msg,Opt).<br><br> I used data eg-: Src={192,168,13,4}<br> Dest={Smpp server} | Mobile No<br> Msg="hello"<br>
Opt=[ ]<br><br><br>reply is "ok",<br>but didn't send the data to smpp server,What is the reason for it?<br>How to fix it?<br>pls,any one can help to me?<br><br>Regards,<br>
Chamin.<br>