Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running

Post Reply
cajimenez
Posts: 5
Joined: Thu Jan 28, 2021 11:32 pm

Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running

Post by cajimenez » Wed Feb 17, 2021 12:51 am

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 response from server, so breakpoint is never hit. I can see the other SMPP client instance which is already launched receiving the Mo´s. How can I force to receive those responses from SMPP server in my local machine without close the previous open client connection?

Note:

Smpp server allows to have 2 receiver connections.

I appreciate your help.

Thanks in advance
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running

Post by alt » Thu Feb 18, 2021 3:20 pm

Hello cajimenez,

You should ask SMPP provider, how the message routing is implemented.
Post Reply