Hi,
I need help on receiving multipart messages with leading header.
I've set the ESMClass to 64 but the UserDataPdu header is empty.
Appreaciate any help.
Thank you.
Receiving multi part message
Re: Receiving multi part message
The description how to receive SMS messages you can find at
https://docs.inetlab.com/smpp/v1/articl ... s-messages
https://docs.inetlab.com/smpp/v1/articl ... poser.html
https://docs.inetlab.com/smpp/v1/articl ... s-messages
https://docs.inetlab.com/smpp/v1/articl ... poser.html
Re: Receiving multi part message
HI Admin,
Thank you for the reply.
The issue I am currently facing is the OnFullMessageReceived is triggered when I received the 1st message.
Here the sample of the message in hex code.
1st part - 050003520201412077696b69206973206120687970657274657874207075626c69636174696f6e20636f6c6c61626f7261746976656c792065646974656420616e64206d616e6167656420627920697473206f776e2061756469656e6365206469726563746c79207573696e672061207765622062726f777365722e2041207479706963616c2077696b6920636f6e7461696e73206d756c7469706c652070
2nd part -
0500035202026167657320666f7220746865207375626a65637473206f722073636f7065206f66207468652070726f6a6563
Thank you for the reply.
The issue I am currently facing is the OnFullMessageReceived is triggered when I received the 1st message.
Here the sample of the message in hex code.
1st part - 050003520201412077696b69206973206120687970657274657874207075626c69636174696f6e20636f6c6c61626f7261746976656c792065646974656420616e64206d616e6167656420627920697473206f776e2061756469656e6365206469726563746c79207573696e672061207765622062726f777365722e2041207479706963616c2077696b6920636f6e7461696e73206d756c7469706c652070
2nd part -
0500035202026167657320666f7220746865207375626a65637473206f722073636f7065206f66207468652070726f6a6563
Re: Receiving multi part message
I've got it to work.
Thank you very much.
Thank you very much.