p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > ASP.NET and ASP > ASP.NET 2.0 > Visual Web Developer 2005
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old January 8th, 2009, 10:14 AM
Registered User
Points: 5, Level: 1
Points: 5, Level: 1 Points: 5, Level: 1 Points: 5, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old January 23rd, 2009, 12:00 PM
Registered User
Points: 3, Level: 1
Points: 3, Level: 1 Points: 3, Level: 1 Points: 3, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old February 13th, 2009, 02:35 AM
Registered User
Points: 3, Level: 1
Points: 3, Level: 1 Points: 3, Level: 1 Points: 3, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old May 4th, 2009, 07:03 AM
Banned
 
Join Date: Apr 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old May 12th, 2009, 04:49 AM
Registered User
Points: 3, Level: 1
Points: 3, Level: 1 Points: 3, Level: 1 Points: 3, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
sending sms from pc to mobile using asp.net monika.vasvani ASP.NET 1.0 and 1.1 Basics 5 August 19th, 2007 06:12 AM
SMS through Gateway gmdotcom2004 ASP.NET 1.0 and 1.1 Basics 1 January 3rd, 2007 09:30 AM
SMS gateway Problem sandeepyadav C# 2005 0 November 24th, 2006 10:59 AM
Implement Payment Gateway in asp.net raj2max ASP.NET 1.0 and 1.1 Basics 0 November 23rd, 2006 09:53 AM
How to send SMS from asp.net webform somissac ASP.NET 1.1 0 March 24th, 2005 08:12 AM



All times are GMT -4. The time now is 11:33 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc