Search found 5 matches

by cajimenez
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: 4098

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 respon...
by cajimenez
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: 6163

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: _smppClie...
by cajimenez
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: 6163

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"?
by cajimenez
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: 6163

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. The S...