Multipart SMS DELIVERY problem
Posted: Fri Nov 06, 2009 4:48 pm
Hello,
I am sending sms to short number and my smpp client get 2 DELIVER_SM
I have get from SMSC multi-part SMS, where "esm_class"
field has the UDHI indicator set, and the message contains a header and the user data.
To rebuild the split SMS the client have to check that if the UDHI indicator is set in the esm_class, then the source_addr of the SMPP deliver_sm is the common part of each SMPP message and the header indications of the message gives the part informations.
Dear Alt, how can do folowing with your LIB.
Can you help?
Thanks a lot
[/code]
I am sending sms to short number and my smpp client get 2 DELIVER_SM
Code: Select all
8:36:03 PM: Received Data: 0000014c00000005000000000216808f00010133373439333630303431350002013230323600c00000000000000100000424011830353030303330303032303138454144373339393045414143333431434644363142354537363833463245464241314335344345393745374130363745423544413738334445363635304645354439373833433436353332383844383232383746333230373437383045393241374537363537374233443532454342453537393130334236443245383339454144333739423043323243424342453146363143333441454237343137343739424430433932423645344539373931393234303043444431363937373139453436434239434237373930353945453236434634314339353639413543304538334445363631303342364432453833443436373137423137443837394635443431333539444443304542423845
8:36:03 PM: DeliverSm received : Sequence : 35029135 SourceAddr : 37493600415 Sequence Number: 35029135 Total Segments : 0 Coding : 1 MessageText : 0500030002018EAD73990EAAC341CFD61B5E7683F2EFBA1C54CE97E7A067EB5DA783DE6650FE5D9783C4653288D82287F32074780E92A7E76577B3D52ECBE579103B6D2E839EAD379B0C22CBCBE1F61C34AEB7417479BD0C92B6E4E979192400CDD1697719E46CB9CB779059EE26CF41C9569A5C0E83DE66103B6D2E83D46717B17D879F5D41359DDC0EBB8E
8:36:03 PM: Sending Data: 0000001180000005000000000216808f00
8:36:05 PM: DeliverSm received : Sequence : 48201871 SourceAddr : 37493600415 Sequence Number: 48201871 Total Segments : 0 Coding : 1 MessageText : 050003000202E0747598DCBED3E1675790DCBED3E1675710
8:36:05 PM: Received Data: 00000060000000050000000002df808f00010133373439333630303431350002013230323600c0000000000000010030303530303033303030323032453037343735393844434245443345313637353739304443424544334531363735373130
8:36:05 PM: Sending Data: 00000011800000050000000002df808f00
field has the UDHI indicator set, and the message contains a header and the user data.
To rebuild the split SMS the client have to check that if the UDHI indicator is set in the esm_class, then the source_addr of the SMPP deliver_sm is the common part of each SMPP message and the header indications of the message gives the part informations.
Dear Alt, how can do folowing with your LIB.
Can you help?
Thanks a lot
[/code]