Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 8th, 2009, 10:14 AM
Registered User
 
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default SMS gateway in ASP.Net

hello all,

I m to develope an application like net to mobile SMS sending in ASP.NET.and for that I want to develop my own SMS gateway.

Can anyone tell me from where I can start as i dnt know anything of how to develope an SMS gateway. I even dnt knw the flow of developing it.

Plz help me if anyone has any Idea regarding this application.

regards

Faizmin Khan
 
Old January 23rd, 2009, 12:00 PM
Registered User
 
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Post SMS Gateway

In order to develop SMS gateway you would need to connect to wireless carriers' networking using SMPP or HTTP api.

For developing SMPP client, refer to SMPP specifications which was published by logica open source created in java. You would need to convert that to .net sockets.

It'll take too long to develop SMPP client, alternate you can use http api from sms aggregators such as http://www.wire2air.com, http://www.txtimpact.com or mcube, etc.

Thanks
 
Old February 13th, 2009, 02:35 AM
Registered User
 
Join Date: Feb 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Let me try and answer your questions.

Do you need to receive SMS? If you need to receive SMS, you will need to host your own GSM device or modem so that people can send you SMS.

If not, you can just use internet SMS gateways like clickatell to do the work, and post to them by HTTP, XML or email. The cost is about 6-8 cents per SMS. There are cheaper services, but not always reliable. If you need to host your own GSM device, you can use software like http://www.kannel.org (GPL Open Source) or http://visualtron.com/enterprise/sms-gateway.

Regards,
SMS Gateway@Expert
 
Old May 4th, 2009, 06:03 AM
Corin Louis
Guest
 
Posts: n/a
Default

Hi,
Yakoons SMS Gateway is a web service written in ASP.NET that enables you to easily send SMS messages over GSM cellular telephone networks from your website or application.
Yakoon's SMS Gateway can be accessed via HTTP-GET, HTTP-POST or SOAP protocols to invoke methods exposed. Accessing SMS gateway through HTTP protocol is one of the best and the fastest ways to deliver SMS messages.
Complete customization and personalization for Bulk Messaging (Batch) or Single Messaging
Sender ID on the recipient's mobile phone (11 Alphanumeric characters OR mobile number)
Text SMS (up to 160 characters)
Unicode SMS support (Arabic, Russian, Chinese etc., up to 70 characters)


web developers atlanta
 
Old May 12th, 2009, 03:49 AM
Registered User
 
Join Date: May 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If you still haven't found an SMS gateway, you can have a look at Ozeki software. You can use it from ASP.NET. It works with GSM modem but if you use it with IP connection, the capacity can be really high. For more info of how Ozeki works with ASP.NET, visit: http://www.ozekisms.com/index.php?owpn=230





Similar Threads
Thread Thread Starter Forum Replies Last Post
SMS gateway Problem sandeepyadav C# 2005 2 December 3rd, 2012 03:55 AM
Implement Payment Gateway in asp.net raj2max ASP.NET 1.0 and 1.1 Basics 1 November 23rd, 2010 03:17 AM
sending sms from pc to mobile using asp.net monika.vasvani ASP.NET 1.0 and 1.1 Basics 5 August 19th, 2007 05:12 AM
SMS through Gateway gmdotcom2004 ASP.NET 1.0 and 1.1 Basics 1 January 3rd, 2007 09:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.