Email Client, SMS, Voice command

Reply

Join Date: Mar 2004
Posts: 1
Reputation: parisa is an unknown quantity at this point 
Solved Threads: 0
parisa parisa is offline Offline
Newbie Poster

Email Client, SMS, Voice command

 
0
  #1
Mar 17th, 2004
Hi all

I'm trying write an email program in java which can send an SMS when an email is recieved. However, I dont know much about this like for example, do I need to have any authorisation from a telecommunications company to do this?

Also, I want it to operate on voice command(Writing, sending emails and all).Again, I really dont know much about it and what the scope of it is. So before I start my research and everything, I'd appreciate it if anyone can give me any idea or just a point in the right direction.

Thanks in advance
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 11
Reputation: Steu is an unknown quantity at this point 
Solved Threads: 2
Steu Steu is offline Offline
Newbie Poster

Re: Email Client, SMS, Voice command

 
0
  #2
Mar 23rd, 2004
About sending a message to a phone, it really depends on the provider, for example my company uses telus mobility for the company cells, telus provides a web page to send a message to any number on the network, so if I wrote a program that provided the correct post variables to the server then I could send a message from code, I think this is the sort of thing you would want to start looking at to see if it fits your needs.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 219
Reputation: BountyX is an unknown quantity at this point 
Solved Threads: 8
BountyX's Avatar
BountyX BountyX is offline Offline
Code Guru

Re: Email Client, SMS, Voice command

 
0
  #3
Mar 27th, 2004
In addtion to a website that is used to send SMS to cell phones, you can incoperate this into your prgram by simpily usng email. Most service providers assign email addresses to each indivdual phone this holds true for : Cingular, Sprint, Altel, Virizon Wirless, Nextel, Virgin Mobile, and most likely others.

heres an example of sending an sms to a TDMA network enabled phone: 0008675309@message.altel.net

heres an example of sending an sms to a GSM network enabled phone:
0008675309@msg.t-mobile.net

the 0008675309 is the phone number and what ever comes after the @ is service dependant so in your program you may have the user select their service provider and do some research for what the selected values should be (like altel's is message.altel.net)

have fun, not sure if this works in other contries outside the US
A Hacker's Mind:
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes..." - J.D.Salinger
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 1
Reputation: maxim_kh is an unknown quantity at this point 
Solved Threads: 0
maxim_kh maxim_kh is offline Offline
Newbie Poster

Re: Email Client, SMS, Voice command

 
0
  #4
Apr 29th, 2004
Hello!
You can send SMS messages via Java using SMProLib.
Please, take a look at http://mobiles.unipro.ru/smlib_eng.html
I have tried it and it works fine
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC