RE: MX 6.1 and Sending SMS Messages

2007-11-01 Thread Rich
Dave, Do you have a SMSC (SMS Center) or an SMS Gateway? Currently we work with OpenMarkets, which provides a java api that we leverage to send SMS, PSMS, etc. Either using an API provided from your SMSC, or OpenSMPP (which I assume is where you found SMPP.jar) will be rather easy. You need to i

Re: MX 6.1 and Sending SMS Messages

2007-11-01 Thread Dave Phillips
>Dave, >Do you have a SMSC (SMS Center) or an SMS Gateway? Currently we work with >OpenMarkets, which provides a java api that we leverage to send SMS, PSMS, >etc. Rich, - I work for a wireless company and we have our own SMS gateway, so the answer to that question is yes - however, there is no

RE: MX 6.1 and Sending SMS Messages

2007-11-02 Thread Rich
> 1. How do I "install the jar file on our server"? You need to upload the jar file to the server, and place it on ColdFusion's classpath (/{cfroot}/lib/ will work). > 2. The code you provided looks good and simple (which is what I'm looking > for!). Will it work with the OpenSMPP jar file, or

Re: MX 6.1 and Sending SMS Messages

2007-11-02 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been doing this same thing with a product called TCPClient from www.intrafoundation.com. this program is a COM Object which gives Coldfusion the ability to communicate with all kids of TCP protocols. The Cell Phone Providers have and operate a

RE: MX 6.1 and Sending SMS Messages

2007-11-02 Thread Ryan Heldt
ilto:[EMAIL PROTECTED] > Sent: Thursday, November 01, 2007 5:15 PM > To: CF-Talk > Subject: Re: MX 6.1 and Sending SMS Messages > > >Dave, > >Do you have a SMSC (SMS Center) or an SMS Gateway? > Currently we work > >with OpenMarkets, which provides a java api

Re: MX 6.1 and Sending SMS Messages

2007-11-05 Thread Dave Phillips
>> 1. How do I "install the jar file on our server"? > >You need to upload the jar file to the server, and place it on ColdFusion's >classpath (/{cfroot}/lib/ will work). > >> 2. The code you provided looks good and simple (which is what I'm looking >> for!). Will it work with the OpenSMPP jar f