Dear All,
When SMPP Server receives messages from clients, some messages (about 5%) are received with strange letters like the following:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@ (all converted to '@' character)
Whereas according to the client, they sent readable text containing the OTP of one of the social ...
Search found 5 matches
- Thu Jun 09, 2022 5:51 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: SMPP Server receivied Strange characters
- Replies: 1
- Views: 74820
- Wed Jan 19, 2022 11:03 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Insert the second part into DoneDate dlrBuilder
- Replies: 1
- Views: 75976
Insert the second part into DoneDate dlrBuilder
Hi,
When creating delivery report with dlrBulder, SMPP Server sent to client like :
{id:86053867 submit date:2201200528 done date:2201200528 stat:UNDELIV err:000 text:}
submit date dan done date, was sent with short date time, without the second part.
It is possible to insert the second part into ...
When creating delivery report with dlrBulder, SMPP Server sent to client like :
{id:86053867 submit date:2201200528 done date:2201200528 stat:UNDELIV err:000 text:}
submit date dan done date, was sent with short date time, without the second part.
It is possible to insert the second part into ...
- Mon Sep 06, 2021 11:21 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Running two SMMP Server on the same Computer
- Replies: 1
- Views: 76319
Running two SMMP Server on the same Computer
Due to different user requirements, I tried to run 2 SMPP servers on the same computer, with different ports. Both SMPP Servers can connect properly. The user can connect to the first SMPP server successfully. However, when the user tries to connect to the second SMPP server, the following error ...
- Mon Jul 19, 2021 12:54 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: own messageID issue on long (multipart) Messages
- Replies: 3
- Views: 112454
Re: own messageID issue on long (multipart) Messages
In the server_evClientSubmitSm event handler method the property submitSm.Response defines the response on the SubmitSm request. Library sends this response after the method is executed. For the MessageComposer this doesn't work.
You can disable automatically response sending and send it with ...
- Mon Jul 19, 2021 3:25 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: own messageID issue on long (multipart) Messages
- Replies: 3
- Views: 112454
own messageID issue on long (multipart) Messages
I generate my own messageID, but it doesn't work for multipart messages. The server always sends the messageID generated by InetLab.
But for a single message, which is created on server_evClientSubmitSm, the above method works well.
Why does OnFullMessageReceived own messageID not work, while in ...
But for a single message, which is created on server_evClientSubmitSm, the above method works well.
Why does OnFullMessageReceived own messageID not work, while in ...