Hi, please read userguide first and if you have futher questions then post to [EMAIL PROTECTED] This is developer ML!
On Monday 25 August 2003 07:26, Adolf Ahmad MS wrote: > Thank's a lot Yasir, > > Does not it special setting to enable the SMPP ? How do we connect to SMSC > ? > > Example: > > My Kannel Server use 192.168.99.9 > > Telco's SMSC use IP 192.168.99.10 (example) > > How can the SMSC forward SMS to Kannel and how Kannel sent the SMS to SMSC > via SMPP. > > Sincerely yours, > > > > -----Original Message----- > From: Yasir Mian [mailto:[EMAIL PROTECTED] > Sent: 25 Agustus 2003 12:20 > To: Adolf Ahmad MS; [EMAIL PROTECTED] > Subject: RE: SMPP > > Hi Ahmad, > > You can implement SMS-PP quite easily via Kannel. You simply need to > convert your binary request into a following format. > > Normal binary would look like this. > 02 78 02 00 01 1E 00 00 0A 11 07 0B 16 34 39 32 51 F7 01 > > After converting that binary would look like this. You have to note this > that coding, pid and mclass need to be set so that SMS-PP can be send > directly yo SIM if you are developing SIM applet. > > http://localhost:13013/cgi-bin/sendsms?username=##### > <http://localhost:13013/cgi-bin/sendsms?username=#####&password=#######&to= ># ############&pid=127&coding> > &password=#######&to=#############&pid=127&coding > =2&mclass=3&text=%02%78%02%00%01%1E%00%00%0A%11%07%0B%16%34%39%32%51%F7%01% >. ...... > > Cheers > Yasir > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Adolf Ahmad MS > Sent: Monday, August 25, 2003 2:33 PM > To: '[EMAIL PROTECTED]' > Subject: SMPP > Hi All, > > Help me please. > > How to use SMPP using Kannel and How to emulate SMSC using Kannel ? > > I'm the beginner user of kannel. > > Adolf Ahmad MS > <Adolfo> ;-) > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- Best regards / Mit besten Gr��en aus D�sseldorf Dipl.-Ing. Alexander Malysh ___________________________________________ Centrium GmbH Vogelsanger Weg 80 40470 D�sseldorf Fon: +49 (0211) 74 84 51 80 Fax: +49 (0211) 277 49 109 email: a.malysh at centrium.de web: www.centrium.de msn: olek2002 at hotmail.com icq: 98063111 ___________________________________________ Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
