![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans |
#3
| |||
| |||
|
|
Frans wrote: Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans Frans, Most mobile phone providers allow emails to be sent to their mobile phones. We send emails to the phones of our IT staff when a drive is filling up, we detect a system crash, a program error is detected,... We currently use sprint and the email address to the respective phones is in the following format : WWWXXXYYYY (AT) messaging (DOT) sprintpcs.com ( where WWWXXXYYYY is the phone number of the mobile phone). The phone number for each phone could be loaded into a record with the user as the key. The Unix sendmail routine is used to send the emails. George |
#4
| |||
| |||
|
|
On 13 May 2005 06:18:17 -0700, "George" <zhammerle (AT) hubert (DOT) com> wrote: Frans wrote: Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans Frans, Most mobile phone providers allow emails to be sent to their mobile phones. We send emails to the phones of our IT staff when a drive is filling up, we detect a system crash, a program error is detected,... We currently use sprint and the email address to the respective phones is in the following format : WWWXXXYYYY (AT) messaging (DOT) sprintpcs.com ( where WWWXXXYYYY is the phone number of the mobile phone). The phone number for each phone could be loaded into a record with the user as the key. The Unix sendmail routine is used to send the emails. George Hi George, Good idea! I got sendmail woking perfectly so that might be a solution. Frans |
#5
| |||
| |||
|
|
Just for reference, email to smart phones these days is not really the same as SMS. You're going to quickly find that one size does not fit all. I'd recommend you put up a web page for your customers that says "if this solution does not work for your phone or network, please tell us why". Not only is that good Customer Service but you'll find out what the issues are pretty quick. Here's a heads-up: Once you get started with SMS (Simple Messaging) for a large user base, you'll probably find out about EMS (Extended), so you may do well to look at both of them simultaneously. There is a company called Simplewire that simplifies development and deployment of these sorts of solutions. See: http://www.15seconds.com/Issue/010327.htm for some basic info that looks semi-unbiased but it's written by the President of the company. See: http://www.simplewire.com/support/fa...641327403.html for info about why SMS is better than email for this sort of thing. They have some other interesting FAQs and white papers that explain why a universal solution is not as slam-dunk easy as sending an e-mail, for both business and technical reasons. If and when you find email inadequate, also Google around for things like "Net::SMS" and "linuxsms", or "sms development" and related keywords, and investigate other ways to do this. You can easily call to Perl, VB, and other code outside of Universe if you do decide to use third-party controls that handle this sort of thing for you. HTH Tony, Nebula R&D Specializing in connecting MV software to ... anything TG@ removethisNebula-RnD .com Frans <frans (AT) remove (DOT) this.utt-magne.com> wrote: On 13 May 2005 06:18:17 -0700, "George" <zhammerle (AT) hubert (DOT) com> wrote: Frans wrote: Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans Frans, Most mobile phone providers allow emails to be sent to their mobile phones. We send emails to the phones of our IT staff when a drive is filling up, we detect a system crash, a program error is detected,... We currently use sprint and the email address to the respective phones is in the following format : WWWXXXYYYY (AT) messaging (DOT) sprintpcs.com ( where WWWXXXYYYY is the phone number of the mobile phone). The phone number for each phone could be loaded into a record with the user as the key. The Unix sendmail routine is used to send the emails. George Hi George, Good idea! I got sendmail woking perfectly so that might be a solution. Frans |
#6
| |||
| |||
|
|
On 13 May 2005 06:18:17 -0700, "George" <zhammerle (AT) hubert (DOT) com> wrote: Frans wrote: Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans |
#7
| |||
| |||
|
|
Thanks Tony, great answer! . In understand that the textsize is a mayour limitation for SMS. Now since I lie in the EU I'm exposed to GSM and SMS myself but I'm wondering what the 'standars' for mibiles in other parts of the world are. Frans |
#8
| |||
| |||
|
|
Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans |
#9
| |||
| |||
|
|
Frans once wrote in <0ub981hbods6s6195rl8pupsg9ed1gbbdc (AT) 4ax (DOT) com>... On 13 May 2005 06:18:17 -0700, "George" <zhammerle (AT) hubert (DOT) com> wrote: Frans wrote: Hi, I'm wondering if somebody could point me to a routine to send textmessages from Universe on Unix to a mobile phone . Preferbly a 'world-wide' solution as we have customers all over the world. Any ideas? Thanks, Frans Not directly, but we have a Multitech GSM modem fitted on one of our systems - it just needs a SIM card. I grabbed a bit of software called SMSTools - written by a German guy - that implements a polling daemon which picks up messages from a queue and sends them to the GSM modem via the serial port. We actually use it for network monitoring and alerts via Nagios, but it's not beyond the wit of anyone smart to work out how to get messages into the queue from most applications, especially in the *nix world. -- David Morris |
![]() |
| Thread Tools | |
| Display Modes | |
| |