WAP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreWAP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old September 8th, 2000, 08:01 AM
kplnarayan kplnarayan is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 2 kplnarayan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
hi,

I want to send an SMS(to mobile pager etc) based on a database trigger or on completion of an ASP page. the site runs on NT.

how to do this. How do i send the mobile no or pager no. what is the language, protocol, syntax and platform.

if anyone knows please inform. i am unable to
understand how to write the code so a sample code will be very welcome. all material like logica.com, kannel.com etc have not helped.

thanks a lot

Reply With Quote
  #2  
Old September 12th, 2000, 12:20 PM
debban debban is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 1 debban User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
me to.

Reply With Quote
  #3  
Old September 28th, 2000, 09:51 PM
mmccue mmccue is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2000
Posts: 43 mmccue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Send a message via ICQ to mmccue
I'm gonna venture on a limb here, because I am just poking my head in to see whats going on with WAP technology, and I don't know what SMS is, but most text pager providers allow for e-mail pages. If your able to use email for pages, then send the message email, otherwise, again, venturing on that limb, but your going to want a modem/device to dial out and make the call to the pager.

You can do this in any language you feel like, NT runs everything I can think of.

Further elaborate, and I'll be more than happy to push you further, if possible.

Later,
Mike

Reply With Quote
  #4  
Old October 6th, 2000, 06:55 AM
zubairq zubairq is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 1 zubairq User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi,
I have done this. You want to use some software from someone called MessageMaster. You create a message in your file system and then it dials up a phone number (yes you need dial up access) and sends the SMS. I have done it and it works beatifully.

Reply With Quote
  #5  
Old October 27th, 2000, 03:16 AM
Catalin Dinu Catalin Dinu is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 1 Catalin Dinu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Why use MessageMaster, which costs about 5000 USD, when you can make an ActiveX object to do this for you? All you have to do is to open serial port, use AT+GSM commands and, voila, you have sent your first SMS. Of course, you need a GSM modem or a phone which knows AT commands (most fo them do).

[This message has been edited by Catalin Dinu (edited October 27, 2000).]

Reply With Quote
  #6  
Old November 15th, 2000, 02:30 PM
normanh normanh is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Posts: 1 normanh User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
If you are too lazy to write all this yourself, have a look at SMS Centre from http://www.desoft.co.uk/ It's pretty cheap ($40) to buy, and you can download a trial version for free.

It does all this for you. If you want to write your own application, look at their SMS Messanger product. I am playing around with it myself.


------------------
Norman Holtzhausen

Reply With Quote
  #7  
Old January 6th, 2001, 04:31 AM
bamse bamse is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 2 bamse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Or use a service like sms-wap.com.

No setup fee, only cost is per sms (like when you send by phone)

Reply With Quote
  #8  
Old January 12th, 2001, 02:21 PM
iwarner iwarner is offline
BrainFreeze
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Location: London
Posts: 318 iwarner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 41 m 9 sec
Reputation Power: 9
Send a message via ICQ to iwarner Send a message via Yahoo to iwarner
Same Problem - MySQL trigger to send message

Hey did you ever get anywhere with the above advice - some useful - but the original question revolved around a database and code trigger which is what i have to do with mysql and php.

If you have any more ideas please mail me.

Reply With Quote
  #9  
Old July 16th, 2003, 11:56 PM
alskor alskor is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 1 alskor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
send sms from java

take a look at
URL

I use that Java library for sending SMS-es using Mobile phone connected to my PC.

Reply With Quote
  #10  
Old August 7th, 2003, 09:46 AM
SmashWay SmashWay is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Switzerland
Posts: 13 SmashWay User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally posted by bamse
Or use a service like sms-wap.com.

No setup fee, only cost is per sms (like when you send by phone)


Also, you can check http://www.aspsms.com/ they have discounts on large quantities, and they're half the price than an SMS message in Switzerland! :-)

Reply With Quote
  #11  
Old August 22nd, 2003, 05:20 AM
computer's Avatar
computer computer is offline
echo $usertitle['computer'];
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2003
Location: UK
Posts: 6,673 computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level)computer User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 4 Weeks 9 h 2 m 19 sec
Reputation Power: 219
Send a message via ICQ to computer
Oh come on! This thread is like 2.5 years old!!

Reply With Quote
  #12  
Old August 22nd, 2003, 10:06 PM
iwarner iwarner is offline
BrainFreeze
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Location: London
Posts: 318 iwarner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 41 m 9 sec
Reputation Power: 9
Send a message via ICQ to iwarner Send a message via Yahoo to iwarner
And your point is?

It is useful to develop further on information that is even more relevant now than it was 2 odd years ago.

The revenue from SMS messages is likely to double this year in the UK alone - with Ringtone sales overtaking CD sales in terms of royalties paid to artists - therefore everyone should jump on the bandwagon with this.

I think this was one my first post on Devshed and since I have built ToneTribe I use WAPMX as the gateway to send the SMS - and they have a simple http 1.1 API to send texts and 32 bit messages.

WapMX

Take it easy E
__________________
_________________________
Triangle Solutions Ltd
http://www.triangle-solutions.com/

Reply With Quote
  #13  
Old August 27th, 2003, 03:45 AM
SmashWay SmashWay is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Switzerland
Posts: 13 SmashWay User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally posted by computer
Oh come on! This thread is like 2.5 years old!!

And you answered two weeks later!

Reply With Quote
  #14  
Old August 27th, 2003, 03:51 AM
iwarner iwarner is offline
BrainFreeze
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Location: London
Posts: 318 iwarner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 41 m 9 sec
Reputation Power: 9
Send a message via ICQ to iwarner Send a message via Yahoo to iwarner
LOL straight back to ya......

'Computer' is a bit slow needs some new RAM...

Reply With Quote
  #15  
Old August 25th, 2004, 08:41 AM
Irinaforme Irinaforme is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 1 Irinaforme User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
da yo ce ma fak fara tine pana pe 4 septembrie? ( nu cred ca mai rezist !te pup!frumoaso

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreWAP Programming > how to send SMS to a mobile from a web server


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump