dbTalk Databases Forums  

Text messaging from MV system

comp.databases.pick comp.databases.pick


Discuss Text messaging from MV system in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mdsi2000
 
Posts: n/a

Default Text messaging from MV system - 09-21-2006 , 12:21 PM






Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.

Pete


Reply With Quote
  #2  
Old   
Tracy Raines
 
Posts: n/a

Default Re: Text messaging from MV system - 09-21-2006 , 01:06 PM







mdsi2000 wrote:
Quote:
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.

Pete
I have a process that monitors our credit card processing system. If
it is down, it sends a text message to my and my boss's cell phones.
All I do it this:

!mail -s POWERCREDIT 2085551212 (AT) vtext (DOT) com < POWERCREDIT

This is on D3/Linux

POWERCREDIT on the end is a text file with a single line of text that
resides on the linux box. This works with Verizon. I guess it really
isn't a text message per se, but it does end up on my phone.
Obviously, the 5551212 is replaced with my actual cell phone number.



Reply With Quote
  #3  
Old   
mdsi2000
 
Posts: n/a

Default Re: Text messaging from MV system - 09-21-2006 , 01:46 PM



Thanks.

So to sum it up, just treat the message like an email. That's too
simple! I was expecting a long command string using a phone line.

Pete

Glen B wrote:
Quote:
"mdsi2000" <mdsi2000 (AT) yahoo (DOT) com> wrote in message
news:1158859276.671692.297900 (AT) m73g2000cwd (DOT) googlegroups.com...
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.


Most cell carriers have e-mail gateways for text messaging. Make sure the
message and the lines themselves are short. Different phones and different
carriers have different text message size limits. I send myself an e-mail
text message when the power goes out here. Of course, that has nothing to do
with MV but it's easy to send mail via blat, mail, or sendmail from MV.

Pete


Glen


Reply With Quote
  #4  
Old   
DaveG
 
Posts: n/a

Default Re: Text messaging from MV system - 09-21-2006 , 04:24 PM



I have processes that monitor various things - ex: Shop floor data
collection. If it goes down, then a text message is sent via email. As
long as you can send email, you can text message!


mdsi2000 wrote:
Quote:
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.

Pete


Reply With Quote
  #5  
Old   
Frank Winans
 
Posts: n/a

Default Re: Text messaging from MV system - 09-21-2006 , 05:14 PM




"Tracy Raines" <liveblues (AT) gmail (DOT) com> wrote
Quote:
I have a process that monitors our credit card processing system. If
it is down, it sends a text message to my and my boss's cell phones.
All I do it this:

!mail -s POWERCREDIT 2085551212 (AT) vtext (DOT) com < POWERCREDIT

This is on D3/Linux

You can also use the smbclient command of the SAMBA package of linux
to send a windows pop-up message to somebody running windows on the LAN.
This is a routine windows facility, not a tricky usage of any terminal emulator prog.

-- mostly handy for low-grade probs during office hours,
like "please load check stock in Bob's printer for payroll processing" or
or "boss is coming up in elevator, logoff all porn sites"




Reply With Quote
  #6  
Old   
Ross Ferris
 
Posts: n/a

Default Re: Text messaging from MV system - 09-21-2006 , 05:51 PM



BUT .... assuming you are talkinga bout an SMS message, the email you
send needs to be sent to someone that provides a gateway service to
accept emails & send to SMS --> typically the 80155512345678 (AT) vtext (DOT) com
using the example (and gateway provider) that Tracy provided.

This can be a "hugely" beneficial capability. For example, one of our
clients is a wholesale importer for Locksmiths (who all carry mobiles
on the belt). Whjen a shipment is held up with storms @ sea and will be
delayed for a week, when this is recorded against the shipment the
system will automatically send out SMS messages to the people that will
now be receiving their goods 1 week late ... there used to be one
person who was more or less employed full time to do the notifiactions
manually
(5+ years ago now)


mdsi2000 wrote:
Quote:
Thanks.

So to sum it up, just treat the message like an email. That's too
simple! I was expecting a long command string using a phone line.

Pete

Glen B wrote:
"mdsi2000" <mdsi2000 (AT) yahoo (DOT) com> wrote in message
news:1158859276.671692.297900 (AT) m73g2000cwd (DOT) googlegroups.com...
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.


Most cell carriers have e-mail gateways for text messaging. Make sure the
message and the lines themselves are short. Different phones and different
carriers have different text message size limits. I send myself an e-mail
text message when the power goes out here. Of course, that has nothing to do
with MV but it's easy to send mail via blat, mail, or sendmail from MV.

Pete


Glen


Reply With Quote
  #7  
Old   
Tony Gravagno
 
Posts: n/a

Default Re: Text messaging from MV system - 09-22-2006 , 04:01 AM



See also: http://tinyurl.com/8qzb4

E-mail is OK for non-critical, non-timely delivery of mail to a
focused group, like your own local Sales people. It's not adequate
for a vendor that needs general purpose messaging for unknown
carriers, phones, locations, etc. And it's not adequate for
mission-critical messaging. There are stories, for example, of an
airline that used email to text-msg passengers when their flights were
going to be delayed - people were still getting messages weeks after
their trips because of the way such messages are queued with various
carriers. An SMS gateway that provides (even "mostly") guaranteed and
timely delivery can be very expensive. Use email if it suits you - I
email my phone too, but no one's product delivery depends on that.

T

"Ross Ferris" wrote:

Quote:
BUT .... assuming you are talkinga bout an SMS message, the email you
send needs to be sent to someone that provides a gateway service to
accept emails & send to SMS --> typically the 80155512345678 (AT) vtext (DOT) com
using the example (and gateway provider) that Tracy provided.

This can be a "hugely" beneficial capability. For example, one of our
clients is a wholesale importer for Locksmiths (who all carry mobiles
on the belt). Whjen a shipment is held up with storms @ sea and will be
delayed for a week, when this is recorded against the shipment the
system will automatically send out SMS messages to the people that will
now be receiving their goods 1 week late ... there used to be one
person who was more or less employed full time to do the notifiactions
manually
(5+ years ago now)


mdsi2000 wrote:
Thanks.

So to sum it up, just treat the message like an email. That's too
simple! I was expecting a long command string using a phone line.

Pete

Glen B wrote:
"mdsi2000" <mdsi2000 (AT) yahoo (DOT) com> wrote in message
news:1158859276.671692.297900 (AT) m73g2000cwd (DOT) googlegroups.com...
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.


Most cell carriers have e-mail gateways for text messaging. Make sure the
message and the lines themselves are short. Different phones and different
carriers have different text message size limits. I send myself an e-mail
text message when the power goes out here. Of course, that has nothing to do
with MV but it's easy to send mail via blat, mail, or sendmail from MV.

Pete


Glen


Reply With Quote
  #8  
Old   
Simon Verona
 
Posts: n/a

Default Re: Text messaging from MV system - 09-22-2006 , 04:40 AM



Concurring with Tony, I don't know about the US but here in the UK there are
plenty of companies providing SMS services.

This range from Email-SMS gateways through to HTTP based gateways and web
services. Many of them have the option to confirm delivery.

The price for the service is normally a transaction charge for each text
message (in the UK it's about 9 pence + tax - about 15 US cents per
message).

Regards
Simon

--
Simon Verona

"Tony Gravagno" <g6q3x9lu53001 (AT) sneakemail (DOT) com.invalid> wrote

Quote:
See also: http://tinyurl.com/8qzb4

E-mail is OK for non-critical, non-timely delivery of mail to a
focused group, like your own local Sales people. It's not adequate
for a vendor that needs general purpose messaging for unknown
carriers, phones, locations, etc. And it's not adequate for
mission-critical messaging. There are stories, for example, of an
airline that used email to text-msg passengers when their flights were
going to be delayed - people were still getting messages weeks after
their trips because of the way such messages are queued with various
carriers. An SMS gateway that provides (even "mostly") guaranteed and
timely delivery can be very expensive. Use email if it suits you - I
email my phone too, but no one's product delivery depends on that.

T

"Ross Ferris" wrote:

BUT .... assuming you are talkinga bout an SMS message, the email you
send needs to be sent to someone that provides a gateway service to
accept emails & send to SMS --> typically the 80155512345678 (AT) vtext (DOT) com
using the example (and gateway provider) that Tracy provided.

This can be a "hugely" beneficial capability. For example, one of our
clients is a wholesale importer for Locksmiths (who all carry mobiles
on the belt). Whjen a shipment is held up with storms @ sea and will be
delayed for a week, when this is recorded against the shipment the
system will automatically send out SMS messages to the people that will
now be receiving their goods 1 week late ... there used to be one
person who was more or less employed full time to do the notifiactions
manually
(5+ years ago now)


mdsi2000 wrote:
Thanks.

So to sum it up, just treat the message like an email. That's too
simple! I was expecting a long command string using a phone line.

Pete

Glen B wrote:
"mdsi2000" <mdsi2000 (AT) yahoo (DOT) com> wrote in message
news:1158859276.671692.297900 (AT) m73g2000cwd (DOT) googlegroups.com...
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales
people
their sales. But think of the possibilities this cold open up as a
customer service tool.


Most cell carriers have e-mail gateways for text messaging. Make
sure the
message and the lines themselves are short. Different phones and
different
carriers have different text message size limits. I send myself an
e-mail
text message when the power goes out here. Of course, that has nothing
to do
with MV but it's easy to send mail via blat, mail, or sendmail from
MV.

Pete


Glen




Reply With Quote
  #9  
Old   
Ross Ferris
 
Posts: n/a

Default Re: Text messaging from MV system - 09-22-2006 , 07:18 AM



Depending on your needs, there are also some "interesting" options
available. For example, mDaemon (http://www.altn.com/) can be hooked up
to a "normal"/real mobile phone, and sends SMS out that way .... cost
effect if you have a plan that provides low cost SMS from normal phones


Simon Verona wrote:
Quote:
Concurring with Tony, I don't know about the US but here in the UK there are
plenty of companies providing SMS services.

This range from Email-SMS gateways through to HTTP based gateways and web
services. Many of them have the option to confirm delivery.

The price for the service is normally a transaction charge for each text
message (in the UK it's about 9 pence + tax - about 15 US cents per
message).

Regards
Simon

--


Reply With Quote
  #10  
Old   
Mark Fuller
 
Posts: n/a

Default Re: Text messaging from MV system - 09-22-2006 , 10:03 AM



It's worth noting that Reality V12.0 has this capability, just configure to
use a SMS gateway and then use the ALERT TCL verb to send alerts from your
application. The functionality also monitor the Reality error logs and can
send messages from it to either SMS, email or HTML. These messages can be
filtered depending on the time of day, day of week, and be sent to different
people. The types of messages can also be filtered so that users/operators
are not inundated.

Mark Fuller
"mdsi2000" <mdsi2000 (AT) yahoo (DOT) com> wrote

Quote:
Hello group,

Has anybody experimented with sending text messages to a cell phone
from a MV system? Initialy, we want to be able to send our sales people
their sales. But think of the possibilities this cold open up as a
customer service tool.

Pete




Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.