Lisp HUG Maillist Archive

Telephone alarms

I'm writing software to monitor refrigeration temperatures at my  
natural food store, and I want my system to make phone calls in the  
event of an anomaly.

It seems to me that this could be done with no additional hardware  
through an internet-based phone service like Skype. Does anyone have  
an idea what it would take to do this in LispWorks?

Some less-desirable solutions would be to use email or to employ a  
separate product such as PhoneValet. I'm using the Mac platform.

Thanks for your help.

Laughing Water


RE: Telephone alarms

If this is for a product (as opposed to a one-off), I'd look into ContactID (the standard for alarm monitoring).

If it's just a one-off, I'd recommend SMS (via an email gateway presumably) as a first/most obvious contact means, or to look into Asterisk if it absolutely has to be a phone call (as opposed to just "something that will make my phone make noise")

-----Original Message-----
From: owner-lisp-hug@lispworks.com [mailto:owner-lisp-hug@lispworks.com] On Behalf Of Laughing Water
Sent: Monday, March 30, 2009 9:24 AM
To: LispWorks
Subject: Telephone alarms


I'm writing software to monitor refrigeration temperatures at my  
natural food store, and I want my system to make phone calls in the  
event of an anomaly.

It seems to me that this could be done with no additional hardware  
through an internet-based phone service like Skype. Does anyone have  
an idea what it would take to do this in LispWorks?

Some less-desirable solutions would be to use email or to employ a  
separate product such as PhoneValet. I'm using the Mac platform.

Thanks for your help.

Laughing Water


Re: Telephone alarms

You can also look at SIP instead of Skype (which is proprietary).  
There may be webservices of SIP providers (e. g. SIPGATE.de) or you  
just use some open source SIP softphone implementation to implement it.

ciao,
Jochen

Am 30.03.2009 um 15:24 schrieb Laughing Water:

>
> I'm writing software to monitor refrigeration temperatures at my  
> natural food store, and I want my system to make phone calls in the  
> event of an anomaly.
>
> It seems to me that this could be done with no additional hardware  
> through an internet-based phone service like Skype. Does anyone have  
> an idea what it would take to do this in LispWorks?
>
> Some less-desirable solutions would be to use email or to employ a  
> separate product such as PhoneValet. I'm using the Mac platform.
>
> Thanks for your help.
>
> Laughing Water
>

--
Jochen Schmidt
CRISPYLOGICS
Uhlandstr. 9 , 90408 Nuremberg

Fon +49 (0)911 517 999 82
Fax +49 (0)911 517 999 83

mailto:info@crispylogics.com
http://www.crispylogics.com


Re: Telephone alarms

Google Voice may be another option (though I have no idea if they  
actually support this)... Hmmm, you could use the "alex" voice ti d  
the talking!

On Mar 30, 2009, at 9:24 AM, Laughing Water wrote:

>
> I'm writing software to monitor refrigeration temperatures at my  
> natural food store, and I want my system to make phone calls in the  
> event of an anomaly.
>
> It seems to me that this could be done with no additional hardware  
> through an internet-based phone service like Skype. Does anyone have  
> an idea what it would take to do this in LispWorks?
>
> Some less-desirable solutions would be to use email or to employ a  
> separate product such as PhoneValet. I'm using the Mac platform.
>
> Thanks for your help.
>
> Laughing Water
>

--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM * gwking on twitter






Re: Telephone alarms

You might be able to use an email to SMS gateway to send a text message if you don't have to have a voice message.

RE: Telephone alarms

This just came across my RSS feed for Hacker News, and may also address your concern (turn a development hassle into a $30/month opex cost).

I have no affiliation with them, not even as a customer:
http://www.robonoc.com/

-----Original Message-----
From: Jim Sokoloff 
Sent: Monday, March 30, 2009 9:32 AM
To: 'Laughing Water'; LispWorks
Subject: RE: Telephone alarms

If this is for a product (as opposed to a one-off), I'd look into ContactID (the standard for alarm monitoring).

If it's just a one-off, I'd recommend SMS (via an email gateway presumably) as a first/most obvious contact means, or to look into Asterisk if it absolutely has to be a phone call (as opposed to just "something that will make my phone make noise")

-----Original Message-----
From: owner-lisp-hug@lispworks.com [mailto:owner-lisp-hug@lispworks.com] On Behalf Of Laughing Water
Sent: Monday, March 30, 2009 9:24 AM
To: LispWorks
Subject: Telephone alarms


I'm writing software to monitor refrigeration temperatures at my  
natural food store, and I want my system to make phone calls in the  
event of an anomaly.

It seems to me that this could be done with no additional hardware  
through an internet-based phone service like Skype. Does anyone have  
an idea what it would take to do this in LispWorks?

Some less-desirable solutions would be to use email or to employ a  
separate product such as PhoneValet. I'm using the Mac platform.

Thanks for your help.

Laughing Water


Updated at: 2020-12-10 08:41 UTC