How to Use SMPP Server as a Gateway Proxy

.NET library for SMPP protocol
Locked
freeb
Posts: 3
Joined: Sun Oct 18, 2009 3:06 am

How to Use SMPP Server as a Gateway Proxy

Post by freeb » Wed Dec 29, 2010 1:42 pm

Hi,

I love your product and have used your SMPP Client dll a few months back.

I currently have a project for which i need to verify if i can use the Inetlab.SMPP.SMPPServer library as both an SMPP server and gateway proxy simultaenously

If yes could you post sample code of same?

This will inform my purchase decision for your product.

Thanks
And without controversy, great is the mystery of godliness
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: How to Use SMPP Server as a Gateway Proxy

Post by alt » Wed Dec 29, 2010 2:08 pm

Hi,

Sorry, I have no sample code for this task.
But you can implement SMPP Gateway with Inetlab.SMPP library
- SMPP Server will receive connections from your customers
- Several instances of SMPP Client will bind to several Mobile Network Operators or another SMPP Gateway (this should rebind after disconnect )
- You need accounting system for customers
- You need routing system to decide to which SMPP Gateway submit SMS message from customers
Locked