Daniel,

Sorry flawed may have been too strong a word. Incomplete may have been better.

We use TelAlert software to send messages.  Other than the Cingular/AT&T 
Wireless SMPP gateway we don't pay to send any messages.  It's done through a 
combination of TAP, SNPP, UCP, SMPP, and SMTP.  Some providers (like Globe in 
the Philippines) will not provide use with gateway information so we are using 
a GSM modem to get to them.  Below is a fairly comprehensive list of paging and 
mobile providers that we use.  Some have been bought up by others but we still 
use the old gateway definitions to send messages.

We send messages via SMTP to Vodafone Japan, Hutch, Air Tel India, Air Tel KK, 
Eurotel, Orange, StarHub, M1, as well as some others in China and India.

We send by TAP, SNPP, UCP to Air Touch, Alltell, Arch, Cingular/ATT, MetroCall, 
MobileComm, NexTel, SkyTel, Sprint, PageNet, Verizon (pages and mobiles), Call 
Max, Deutsche Telekom, Eplus, Fido, FranceTelecom, KPN Telecom, O2, Belgacom 
Proxitex, Swisscom mobile, and Vodafone D2.

Dave

-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of CONDREA, Daniel
Sent: Friday, April 27, 2007 3:27 AM
To: [email protected]
Subject: Re: Sending notification via SMS

Hi All,

When "speaking" with a SMSC there are 4 protocols:

SEMA OIS version 8.1 (Sema Telecoms) 
CIMD2 version 1.2 (NOKIA) 
UCP version 2 (CMG Wireless Data Solutions) 
SMPP version 3.3 and 3.4 (SMPP Developers Forum)

The real issue is SECURITY. After 9-11 everything went mad when it came to 
SECURITY. SMSC is a very important and it requires special attestation. Due to 
this reason usually an GSM operator setup an "intermediary layer" between a 
SMSC client and SMSC. The "intermediary layer" is of any type and expose a 
great number of interfaces to "the end client". Here please not that "client" 
means a "client application" that connects to "intermediary layer".

The "intermediary layer" uses one of the 4 protocol to connect to a SMSC server.

For example if somebody knows C very well he/she can use SDK provided by SMSC 
manufacturer. Guys from TOPS make a developer life extremely pleasant when 
connecting to a SMSC server. From "client application". Here "client 
application" becomes "intermediary layer"

Sending a Shot Message - SMS is not free. If somebody has access, in this 
world, to Short Message Centre SMSC he/she can send a SMS to any GSM 
terminal/mobile.

In this world might be a GSM operator that allows for free SMSs. But it will 
work for a limited interval of time.

Daniel

-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Axton
Sent: Friday, April 27, 2007 7:22 AM
To: [email protected]
Subject: Re: Sending notification via SMS

Use this:
http://www.cbi.pku.edu.cn/Doc/CS/wget/man.wget.html

If you don't have it, get it from here:
http://www.sunfreeware.com/programlistsparc9.html#wget

If you don't have root access, compile it with a prefix that points to 
somewhere you own.
http://ftp.gnu.org/pub/gnu/wget/wget-1.10.2.tar.gz

Axton

On 4/27/07, Remedy Developer <[EMAIL PROTECTED]> wrote:
> **
> Hi,
>         I tried using Run Process with the command 
> PERFORM-ACTION-OPEN-URL "url". It works by opening the browser and 
> executing it also. But it does so on the client. I would like to 
> perform the same on the Remedy server which runs on Solaris and then 
> close the browser. I tried using @@: and also
> @server_name: before the above Run Process command . But it does not work.
> Can I use any other action that would run on the server and execute the url?
>
> Do let me know.
>
> Rgds,
> Frank
>
>
> On 4/26/07, Jarl Grøneng <[EMAIL PROTECTED]> wrote:
> >
> > Agree..
> >
> > I think there is approx 11 years ago we send the the first SMS from 
> > AR System server...
> > (back then it was just a simple telnet interface...)
> >
> > --
> > Jarl
> >
> >
> > On 4/25/07, Shellman, David
> <[EMAIL PROTECTED]> wrote:
> > > Daniel,
> > >
> > > Some folks don't use it as much as others.  Some service providers 
> > > do offer a web interface that can be utilized if one knows how to 
> > > encode the url to send the message.  I also believe that I have 
> > > seen perl modules and java code to make the connection through various 
> > > providers.
> > >
> > > There are a few of us that have been sending messages to service 
> > > providers in different parts of the world for several years.  Just 
> > > like the AR System, there is more than one way to get there.  It 
> > > all depends on the knowledge, service provider, available methods, and 
> > > costs.
> > >
> > > Dave
> > >
> > > -----Original Message-----
> > > From: Action Request System discussion list(ARSList) 
> > > [mailto:[EMAIL PROTECTED] On Behalf Of CONDREA, Daniel
> > > Sent: Wednesday, April 25, 2007 10:06 AM
> > > To: [email protected]
> > > Subject: Re: Sending notification via SMS
> > >
> > > Hi All,
> > >
> > > For "heavy gurus in ARS". You hnow NOTHING about GSM.
> > >
> > > Daniel
> > >
> > > -----Original Message-----
> > > From: Action Request System discussion list(ARSList) 
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black
> > > Sent: Wednesday, April 25, 2007 4:41 PM
> > > To: [email protected]
> > > Subject: Re: Sending notification via SMS
> > >
> > > Frank,
> > >
> > > I would also suggest a command line option.
> > >
> > > Take a wack at wget or maybe even (if needed) a Perl script to 
> > > talk to the web site. That should get the job done on any OS were 
> > > the ARS server can run.
> > >
> > > If you wanted to get real fancy you could write an ARF plugin to 
> > > do the work. (Maybe even use the Java Scripting plugin to get the 
> > > job done with some Java code.)
> > >
> > > --
> > > Carey Matthew Black
> > > Remedy Skilled Professional (RSP)
> > > ARS = Action Request System(Remedy)
> > >
> > > Love, then teach
> > > Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick 
> > > two.
> > >
> > > On 4/25/07, Remedy Developer <[EMAIL PROTECTED] > wrote:
> > > > **
> > > > Thanks. However I do not want to open any browser, just want to 
> > > > run
> > > the url.
> > > >
> > > > Rgds,
> > > > Frank
> > >
> > > > > From: Action Request System discussion list(ARSList) [mailto:
> > > > > [EMAIL PROTECTED] On Behalf Of Remedy Developer
> > > > >  Sent: 04-25-2007 01:42 PM
> > > > >
> > > > > To: [email protected]
> > > > > Subject: Re: Sending notification via SMS
> > > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi Daniel,
> > > > >
> > > > >
> > > > >            Thanks for quick response. The Remedy Server is on
> > > Solaris. Will this still work since you've mentioned VBS working 
> > > in Win environment.
> > > > >
> > > > > Rgds,
> > > > >
> > > > > Frank
> > > > >
> > >
> > > > >
> > > > > From: Action Request System discussion
> list(A__20060125_______________________This posting was submitted with 
> HTML in it___
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

-- 

*****DISCLAIMER*****

The information contained in this communication is confidential and may be 
legally privileged. It is intended solely for the use of the individual or 
entity to whom it is addressed and others authorized to receive it. If you are 
not the intended recipient you are hereby notified that any disclosure, 
copying, distribution or taking action in reliance of the contents of this 
information is strictly prohibited and may be unlawful. Orange Romania S.A. is 
neither liable for the proper, complete transmission of the information 
contained in this communication nor any delay in its receipt.

*****END OF DISCLAIMER*****

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to