How to receive SMS from diffrent GSM operator?

How to receive SMS from diffrent GSM operator? SearchSearch
Author Message
Amer Azzaz
New member
Username: Amer_azzaz

Post Number: 1
Registered: 05-2006
Posted on Wednesday, May 24, 2006 - 03:23 pm:   

I am developping an application on asp.net 2.0 which allow to webmaster to
register their documents and specify the price of the each document
registered in diffrent country.
When anonymous user want to access this document so the system display the
acces page to enter a code or get a code, the user send the code by SMS to
the short code in his country.
After meeting with the GSM company in my country, They tell me to use the
SMPP Client to connect to GSM operator (SMPP Server) because my system will
receive SMS from diffrent GSM operators which I deal with them in diffrent
country.

My work summarize in: How to connect to diffrent GSM operator 24/24 and when
received an SMS I will update my Database,
Beacuse the user send an SMS and the GSM operator will send an SMS to my
application.

I need a solution or how to implement the process.
so, I want to know if your library is suitable to my application.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5999
Registered: 10-2002
Posted on Thursday, May 25, 2006 - 06:18 pm:   

Sometimes you can work with an SMS aggregator that deals with multiple operators. Then you only connect to the aggregator, and the aggregator interfaces with different operators.

Of course, it is also possible to just simultaneously connect to multiple operators. NowSMS allows you to connect to multiple different SMSC connections.

-bn