|
|
 |
| 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.
|
 |

January 8th, 2009, 10:14 AM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

January 23rd, 2009, 12:00 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

February 13th, 2009, 02:35 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

May 4th, 2009, 07:03 AM
|
|
Banned
|
|
Join Date: Apr 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

May 12th, 2009, 04:49 AM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |