Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Roman Hochuli
Hello Reza  

We use http://smslink.sourceforge.net/ with an siemens gms-modem on
rs232. The software is pretty simple but dows the job. The main
drawback is imo the time needed to handoff an sms to the smsc. But
this seems to be a gsm-problem which cannot be circumvent when using a
gsm-modem and if you are not sending out a lot of sms it does not
really hurt.

-- 
Best regards,
Roman Hochuli
Operations Manager

nexellent ag
Saegereistrasse 29
CH-8152 Glattbrugg

Phone:   +41 44 562 30 40
Fax: +41 44 562 30 41
URL: www.nexellent.ch
X-NCC-RegID: ch.nexellent

Imagination is the one weapon in the war
against reality.
-- Jules de Gaultier
___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Stanislav Sinyagin

--- Per Jessen [EMAIL PROTECTED] wrote:
 It's a little expensive if you have many SMS'es - does anyone know who
 to contact (e.g. at Swisscom) to get a package-deal with a direct TCP
 interface?

Swisscom provides it for really bulky clients. If you're going to send 
hundreds of messages per day, Swisscom might be a good option, otherwise
the setup costs and monthly fees are way too high.

Check out also http://www.icall.ch/
They provide various network interfaces for sms sending 

What I tested was kannel.org gateway with Siemens GSM modem on an RS232 port, 
installed on a Sun server. I find Kannel one of the most flexible software 
for this purpose.

stan
___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Flavio Tischhauser
On 8/3/07, Per Jessen [EMAIL PROTECTED] wrote:
  We can't do ActiveX, but a command line php client would be quite
  useful.

 never mind, I've just found their email interface:

 http://www.aspsms.com/smtp/

Their XML Interface is working well too. If you plan to use SMS to
monitor critical systems, don't forget that using a 3rd party service
adds several layers for possible errors.

While aspsms is very reliable in general, I have had cases where their
servers didn't respond or the accepted message didn't get delivered.
They offer ways to get a delivery notification, but any kind of
failover mechanism has to be built into the customers software.

Adding support for a second provider (like clickatell.com) would
probably be wise too.

regards

Flavio
___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Per Jessen
Per Jessen wrote:

 Yes, that would be interesting - according to aspsms.ch:
 
 ASPSMS allows you to send SMS over the TCP/IP protocol from any
 program that can use ActiveX/OLE components ...
 
 We can't do ActiveX, but a command line php client would be quite
 useful.


never mind, I've just found their email interface:

http://www.aspsms.com/smtp/



-- 
/Per Jessen, Zürich

___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Philip Iezzi
Hi Reza

We are using sms_send from the smsclient package under Debian:
http://packages.debian.org/stable/comm/smsclient
TAP/UCP protocol, attached ISDN-Modem

e.g.:
echo message | /usr/bin/sms_send -q swisscom:079

/usr/lib/smsclient/services/swisscom:
{
SMS_comms_params = 8N1# 8 Data, No Parity, 1 Stop Bit
SMS_baud = 9600
SMS_centre_number = 00900900941  # SWISSCOM SMSC Number (ISDN V.120)
}

take care
Philip


Reza Kordi wrote:
 Hi Guys,
 
  
 
 Does anyone know of a solution for sending SMS alerts.
 
  
 
 I am looking for a small appliance with GSM interface/antenna and
 network interface (IP-NETSMS appl.GSM) to be able to
 send sms messages from web interface and command-line.
 
  
 
 Cheers and nice weekend.
 
  
 
 
 
 
 ___
 swinog mailing list
 swinog@lists.swinog.ch
 http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog
___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


AW: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Mike Kellenberger
Hi
 
We're using Text2GSM with a Modem for our alerts
(http://www.gsmsoft.nu/html/engmertxtgsm.html).

Cheers,

Mike

--
Mike Kellenberger  [EMAIL PROTECTED]
Escapenet - the Web Company   Tel +41 52 235 0700
http://www.escapenet.ch   Skype mikek70atwork


 



Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Reza Kordi
Gesendet: Freitag, 3. August 2007 11:05
An: [EMAIL PROTECTED]
Betreff: [swinog] SMS alerting solution



Hi Guys,

 

Does anyone know of a solution for sending SMS alerts.

 

I am looking for a small appliance with GSM interface/antenna and
network interface (IP-NETSMS appl.GSM) to be able to
send sms messages from web interface and command-line.

 

Cheers and nice weekend.

 

___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Adrian Ulrich

 It's a little expensive if you have many SMS'es - does anyone know who
 to contact (e.g. at Swisscom) to get a package-deal with a direct TCP
 interface?

You are looking for an 'SMSC Large Account'

 http://www.swisscom-mobile.ch/scm/gek_sms_large_account-de.aspx

You'll get your own 'short id' and will be able to
send and receive messages from / to mobile phones using
UCP/EMI.


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Patrick Feisthammel
Hi

 It's a little expensive if you have many SMS'es - does anyone know who
 to contact (e.g. at Swisscom) to get a package-deal with a direct TCP
 interface?
 
 There's a service provider called aspsms we used in the company I
 worked before. AFAIK they provide direct socket connections and
 reasonable costs. Probably you find their website in Google.

  http://www.aspsms.ch/instruction/prices.asp

They provide also a webservice interface which is very easy to use.
A plus: reports about successful delivery of the sms.

I can give you a perl and php client example which works with aspsms, if
you are interested.


Regards,
Patrick Feisthammel
-- 
Citrin Informatik GmbH   Phone: +41 44 940 6161
Steigstrasse 55, CH-8610 Uster, Switzerland  Fax:   +41 43 399 0506
http://www.citrin.ch/email: [EMAIL PROTECTED]
___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Per Jessen
Patrick Feisthammel wrote:

   http://www.aspsms.ch/instruction/prices.asp
 
 They provide also a webservice interface which is very easy to use.
 A plus: reports about successful delivery of the sms.
 
 I can give you a perl and php client example which works with aspsms,
 if you are interested.

Yes, that would be interesting - according to aspsms.ch: 

ASPSMS allows you to send SMS over the TCP/IP protocol from any program
that can use ActiveX/OLE components ...

We can't do ActiveX, but a command line php client would be quite
useful.



-- 
/Per Jessen, Zürich

___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] SMS alerting solution

2007-08-03 Diskussionsfäden Peter Guhl

Hello

Per Jessen schrieb:

Philip Iezzi wrote:

TAP/UCP protocol, attached ISDN-Modem

[...]

It's a little expensive if you have many SMS'es - does anyone know who
to contact (e.g. at Swisscom) to get a package-deal with a direct TCP
interface?


There's a service provider called aspsms we used in the company I 
worked before. AFAIK they provide direct socket connections and 
reasonable costs. Probably you find their website in Google.


Regards
Peter
___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] Virtua is hiring !

2007-08-03 Diskussionsfäden Philippe Vollenweider

Oops... sorry for spaming the list with this  [EMAIL PROTECTED]! auto-reply 
message...

At 30.07.2007 18:34, [EMAIL PROTECTED] wrote:


Hi,

I am currently out of the office until july 30th.

For business or technical support you can 
contact Michel Romy ([EMAIL PROTECTED]) or Tristan Renaud ([EMAIL PROTECTED]).


Best Regards,

Philippe

--
Bonjour,

Je serais en congé jusqu'au 30 Juillet.

Pour des questions d'ordre commerciales ou 
techniques vous pouvez contacter: Michel Romy 
([EMAIL PROTECTED]) ou Tristan Renaud ([EMAIL PROTECTED]).


Salutations,

Philippe


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


---=[ pvollenweider at jahia dot com ]=-
Jahia : A collaborative source CMS and Portal Server
www.jahia.org Community and product web site
www.jahia.com Commercial services company

___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog