Gopi wrote:
> I am .net developer looking to build a SMS engine that can
> send SMS;s to multiple phone. Is there any API to that? I am
> interested to know if there is any SMS protocol to send
> messages.
>
> Please guide me towards avaliable documentation on how to
> build a SMS engine.
How are you intending to send these messages? Are you planning
to use a cellular device and lodge them over-the-air? Or do
you want to connect to an SMSC (message centre) via the
Internet, and lodge them that way?
The mechanisms are different.
You'll find a lot of information in GSM technical specification
03.40, with different aspects covered by GSM 03.38 and 07.05.
You can download these from
www.etsi.org or
www.3gpp.org
From a different perspective,
www.winsms.com might be worth a
look as well.
John