Re: Mass SMS



On Thu, 1 Jun 2006 18:24:35 +0300 Odhiambo Washington wrote:

I have a few hundred VIP clients (yes, some are more VIP than others)
who I'd like to notify, via SMS, whenever we have any network problem
and also immediately such a
problem is resolved.

What I'm looking for is some software that I can use to do this,
within FreeBSD. I hope one of the experts in this area has done
one so I don't have to wait for the invention.
`make search key=sms` from within the ports did give some apps,
but I did not see one that is capable of looking at a database
of contact numbers and sending that one sms to all of them.
Of course I do expect a reply/delivery report after sending the sms.

Any good pointers will be appreciated.

We use:
/usr/ports/net-mgmt/nagios
/usr/ports/mail/exim
/usr/ports/comms/gammu

Nagios is used to lookup on host and services. When a problem occures,
it sends a letter to address <user-sms>@domain. Exim has router:
sms_posting:
transport = mail2sms
driver = manualroute
local_part_suffix = -sms
route_list = *

...and transport:
mail2sms:
driver = pipe
user = mailnull
command = /usr/local/bin/mail2sms.py

The last script is at the attachement. It uses a Subject field as a
text to send via sms and write an outgoing message to
/var/spool/sms/outbox. Gammu smsd daemon is scanning this directory
for any existing files and send them via GSM phone. This phone is
connected to our server via COM or USB port (Prolific Technology chip
USB-to-COM cable for the latter).

/var/spool/sms/db/phones is the file with lines
<target-phone-number>\tab<user-sms@domain>:
+7495NNNNNNN bsam-sms@xxxxxxxxx

We have been using this technology for a year and don't have any
claims so far.


WBR
--
Boris B. Samorodov, Research Engineer
InPharmTech Co, http://www.ipt.ru
Telephone & Internet Service Provider
_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"

Relevant Pages

  • Re: Wierd Visual Problem in all my office apps
    ... Having gone through every device on my device manager i can find no mention ... have a mirror driver anyway. ... It was caused by Windows defaulting to the SMS Mirror Driver ... Steve Rindsberg, PPT MVP ...
    (microsoft.public.office.misc)
  • Re: Wierd Visual Problem in all my office apps
    ... Having gone through every device on my device manager i can find no mention ... have a mirror driver anyway. ... The two things different on my PC since my old install of windows is i am ... It was caused by Windows defaulting to the SMS Mirror Driver ...
    (microsoft.public.office.misc)
  • Re: call SMS functions from driver
    ... driver already called SmsOpen in that process. ... >> Sms messages are supposed to return HRESULTs, ... >> SmsOpen/SendMessage, or by calling GetLastError? ...
    (microsoft.public.pocketpc.developer)
  • Re: Image pushing failing after minint folder has been installed.
    ... Initially I did have that problem but once I pointed the package to the ... like windows PE doesn't have the correct driver. ... nic driver to the following folders in the Customwinpe folder in my sms ...
    (microsoft.public.sms.tools)
  • Re: How to use SMS in kernel mode ?
    ... I don't know what is behind the SMS and SmsOpen, ... Stream drivers don't run in kernel mode ... You can call whatever You want from the driver code, ... I am writing a "Virtual COM Port to SMS" driver which creates ...
    (microsoft.public.windowsce.platbuilder)