Hi All, I want to send SMS from my application i have tried alot but i don't fine any solution.Please help me out i really need this.I don't want to use any third party webservice or any third party tool like simplewire,i want to create my own web service,I
don't expect any code from anybody but i will be very thankful if anybody share the logic behind this.I am working as vb.net developer but i haven't use mobile toolkit.Kindly give me the direction where i could start. Please reply,i really need this. Thanx
in advance, Nitu.
As far as I know, you do need to use a Gateway to send SMS messages. As you mentioned this really does not have anything to do with the Mobile Internet Toolkit which is the focus of the discussion here. A quick search on Google turned up the following: SMS
Text messaging for ASP.NET http://www.aspnetpro.com/thirdparty/showfile.asp?FileID=1775 I believe there were also a couple of articles on Wrox's ASPToday site that looked at integrating asp.net with SMS. But as far as I know, all of them used gateways. - Anil
You can do this in one of three ways: 1. you have a GSM modem (or equevilant in non GSM networks) , GSM modems normally accept AT commands on the serial port, which is not hard to learn or develop on any languages.. 2. You buy an SMPP link from any service
provider and write an implimentation for the SMPP protocol which is somehow like the TCP protocol (its actually built on top of it), acquiring a link is not a cheap solution and providers normally provide this only for corporates with huge consumption of SMS
messages. 3. Buy SMS qoutation from a web-based provider (I may suggest BulkSMS.com) that enables you from writing a software implementation to send special requests for sending SMS messages over the internet... If you are developing an application to send
a certain limited number of SMS messages per day (frequency less than 1 message per 20 seconds) then GSM modem will be sufficient and inexpensive. If you are developing an application to send bulk messages (thousands per day) the you might want to consider
any of the later 2 options.
Hi aabuserrieh, Our HO is in Dubai, UAE. There the service provider is giving SMPP support for their SMS Gateway. How to use SMPP (i found some java api from logica) from ASP.NET ? Yours, Sankar.B
Well SMPP is a Protocl that you can fine allot of documentatioin about, but you will have to send these HTTP-Like as requests to the SMPP server after formating the request string, I am not sure how feasible is it from ASP .Net since you will have to write
low-level programming that includes socket interaction. In our company we use COM objects written in C++ to communicate with SMPP. You might as well consider buying our company's product and save yourself the development efforts ;)
Hi there, We have a product called Bulletin Connect that allows you to send SMS messages, internationally, and receive replies from your .NET application. It comes in three flavours: 1. Web Service (SOAP) 2. XML/HTTP 3. Windows .NET Service You can also implement
Mobile Originate applications with this product. Please do check out our Website at www.bulletinonline.com. Look under the Services menu for information. If you would like a test account to try it out then do not hesitate to contact me at mark.easton@bulletinwireless.com.
Cheers
Hello to all. I have pretty much the same problem and I'm focusing to using the solution with the gsm modem. i guess any mobile phone can be used as such. My question is where do I find more info about interacting with such a device. What I need is to retrieve
the sms FROM the mobile phone then transform it to an sql query and update my database. But my problem for now is how to retrieve the message from the mobile phone... Any links or articles or tutorials about it? PS this is I guess a good solution for my needs
I approximatelly assess I'll be receiving 3000 messages within three days periods but not actually sending any unless I get an error during the reading of the data (incorrect syntax of the data from the sender) In that case I want to be able to send an sms
to ask for resubmission of the data. Another issue is that after retrieving the sms I'll have to delete it. I hope that is possible too. Anyway any info or links would be appreciated Thanks in advance Dimitris from Greece!(Therefore excuse my bad English!!!)
I am currently in the process of studying this
Serial COM Simply In C# Also, I will be reviewing just how useful the SMS-connect component from
START corporation will be.
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
Ok, SMSconnect is carrier-grade application that runs MSMQ and Windows service and talks to telecommunication providers' SMSC via EMPP. No talk to GSM modem at all.
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
nitu.dua
Member
5 Points
1 Post
Send SMS
Sep 26, 2002 11:01 AM|LINK
Anil
Member
105 Points
21 Posts
ASPInsiders
Re: Send SMS
Sep 26, 2002 12:29 PM|LINK
- http://SecureCoder.com
- Architecture & Security in an Insecure World
-
aabuserrieh
Member
15 Points
3 Posts
Re: Send SMS
Oct 02, 2002 11:16 AM|LINK
jinishans
Member
220 Points
44 Posts
Re: Send SMS
Oct 16, 2002 10:48 AM|LINK
aabuserrieh
Member
15 Points
3 Posts
Re: Send SMS
Oct 17, 2002 06:36 AM|LINK
markeaston
Member
5 Points
1 Post
Re: Send SMS
Nov 10, 2002 07:34 PM|LINK
terper
Member
5 Points
1 Post
Re: Send SMS
Jun 09, 2003 02:16 AM|LINK
roniche
Member
5 Points
1 Post
Re: Send SMS
Jun 23, 2003 02:26 PM|LINK
icelava
Participant
1210 Points
254 Posts
ASPInsiders
Re: Send SMS
Jun 30, 2003 02:00 PM|LINK
icelava
Participant
1210 Points
254 Posts
ASPInsiders
Re: Send SMS
Jul 01, 2003 01:14 PM|LINK