Ok,
I found solution:
void server_evClientSubmitSm(object sender, SmppServerClient client, Inetlab.SMPP.PDU.SubmitSm data)
{
data.Response.MessageId = "1";
}
Is it OK?
But what is about Sequence. I do like in demo.
I set SubmitSm.Sequence=1 and on client_evSubmitComplete I received correct ...
Search found 2 matches
- Wed Apr 04, 2012 8:18 am
- Forum: Inetlab.SMPP v1.0
- Topic: Setting messageId on Server Site
- Replies: 7
- Views: 210180
- Mon Apr 02, 2012 9:48 am
- Forum: Inetlab.SMPP v1.0
- Topic: Setting messageId on Server Site
- Replies: 7
- Views: 210180
Setting messageId on Server Site
Hello,
I'am trying to use SMPP Client and Server. When I post a message from Client I hadle receive (Server) with ClientSubmitSmEventHandler. But after then I need to set messageId and response to client. Where and how can I do it on Server?? Later I need post delivery report with this messageId ...
I'am trying to use SMPP Client and Server. When I post a message from Client I hadle receive (Server) with ClientSubmitSmEventHandler. But after then I need to set messageId and response to client. Where and how can I do it on Server?? Later I need post delivery report with this messageId ...