Search found 5 matches
- Thu Feb 18, 2021 10:46 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running
- Replies: 2
- Views: 15778
- Wed Feb 17, 2021 12:51 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running
- Replies: 2
- Views: 15778
Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running
Hello,
I have a question. I have two SMPP clients bound with receiver with the same Smpp server in different machines. When I run one of the smpp clients(I launch the instance with Visual Studio in my local machine) and put a breakpoint in the "client_evDeliverSm" the client never receive the ...
I have a question. I have two SMPP clients bound with receiver with the same Smpp server in different machines. When I run one of the smpp clients(I launch the instance with Visual Studio in my local machine) and put a breakpoint in the "client_evDeliverSm" the client never receive the ...
- Wed Feb 03, 2021 9:05 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Process MO(Short messages and long messages) and DLRs in two different open sessions
- Replies: 5
- Views: 24585
Re: Process MO(Short messages and long messages) and DLRs in two different open sessions
thanks for your response. Yo mentioned the following :
"Sometimes you need to bind with specific SystemType. f.i. Bind Receiver with SystemType="DLR" receives only delivery receipts."
I have been trying to do that but it is not working. Do you have a sample code to do that?
My code sample ...
"Sometimes you need to bind with specific SystemType. f.i. Bind Receiver with SystemType="DLR" receives only delivery receipts."
I have been trying to do that but it is not working. Do you have a sample code to do that?
My code sample ...
- Mon Feb 01, 2021 2:51 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Process MO(Short messages and long messages) and DLRs in two different open sessions
- Replies: 5
- Views: 24585
Re: Process MO(Short messages and long messages) and DLRs in two different open sessions
Is there any way to receive DLRs and MO's on different events in the Client site, rather than receiving both under the same event "OnDeliverSm"?
- Fri Jan 29, 2021 12:13 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Process MO(Short messages and long messages) and DLRs in two different open sessions
- Replies: 5
- Views: 24585
Process MO(Short messages and long messages) and DLRs in two different open sessions
Is it possible to have to have two different open sessions on ESME for MO(receiver), but process the DLRs in a specific session and the MO(short and long messages) in the other session? What is the best approach to do that?
details
The open session are using same credentials for Bind Receiver ...
details
The open session are using same credentials for Bind Receiver ...