RE: SMPP
"Yasir Mian" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
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=#####&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]]On 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]