farhadi / node-smpp

SMPP client and server implementation in node.js
MIT License
417 stars 177 forks source link

node-smpp as a proxy (Help) #225

Closed nyassuki closed 1 year ago

nyassuki commented 1 year ago

Im afraid its a question, not an issue

How can i achieve topo like this :

SMPP_PROVIDER <------> NODE_SMPP_CLIENT <> NODE_SMPP_SERVER <------------> CLIENT (Customers)

how to sync DLR from my PROVIDER to my CLIENT at the same transaction? i can connect multiple CLIENT to NODE_SMPP_SERVER, but how to connect to multiple provider using single NODE_SMPP_CLIENT

can you give me direction?

thanks

nyassuki commented 1 year ago

Done by save session on DB, thanks