House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

sms msg and euent gateways

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
B V
07/12/2006 12:24 PM

can anyone point me to a good tutorial on sms text messages from configuring to sending the actual messages, because i am having so many issues i don't even know where to start. thanks;

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Carabetta
07/12/2006 12:45 PM

> can anyone point me to a good tutorial on sms text messages from > configuring to sending the actual messages, because i am having so > many issues i don't even know where to start. thanks; > Hit up Damon Cooper's blog and search for "sms" ... You'll find a few entries that should help you out. Regards, Dave.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Radosevich
07/12/2006 01:01 PM

sprint is    phonenumber@messaging.sprintpcs.com ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Paul Hastings
07/12/2006 01:19 PM

B V wrote: > can anyone point me to a good tutorial on sms text messages from start w/the cfdocs on this & test SMS server/device that ships w/cf. > configuring to sending the actual messages, because i am having so > many issues i don't even know where to start. thanks; what issues are you having?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
B V
07/12/2006 03:20 PM

Thanks for your help. It actually does make sense just to send an email, because at first I thought I couldn't compile a list of international carriers, and the CF SMS would have that, but apparently it might not even be compatible with canadian carriers, not to mention that if I ever got a dedicated, I wouldn't have CF-ENT. In terms of problems the first thing (as far as I got) was that the test SMS server/device didn't want to send messages.... no errors, just didn't send.... But I'lll try the tutorials on Daon Cooper's blog anyway for fun. ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Paul Hastings
07/12/2006 03:31 PM

B V wrote: > because at first I thought I couldn't compile a list of international > carriers, and the CF SMS would have that, but apparently it might not even clickatell.com is an international SMS aggregator. in fact *any* SMS aggregator that uses SMPP is more or less compatible. btw if you combine the SMS gateway w/an asynch & you get a wicked fast SMS sending monster. i've had good experiences w/hostmysite & gateways. > far as I got) was that the test SMS server/device didn't want to send > messages.... no errors, just didn't send.... But I'lll try the tutorials on how do you know? did you start the test server? start the gateways? start the client "device" (smsclient.bat on a windows box)?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
B V
07/12/2006 04:22 PM

clickatell looks interesting, and I am hosted on HMS like you said, so gateways would also be good...... What do you mean by 'async'? I'm not too familiar with gateways.......... Thanks.. ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Paul Hastings
07/13/2006 11:59 PM

B V wrote: > clickatell looks interesting, and I am hosted on HMS like you said, so > gateways would also be good...... What do you mean by 'async'? I'm not too > familiar with gateways.......... Thanks.. clickatell (and several other aggregators) doesn't support sending multiple SMS via the submit_multiple PDU which is where one "command" to their SMPP server sends SMS to multiple devices (phones). you end up having to send each SMS individually. this is also the case if you need to track the SMS & have to get a message ID back. while the cf SMS gateway is pretty fast, the SMPP server on the other end might not be (i've seen 1 SMS per second), so your app will have to sit & wait for the SMPP server to send each SMS & return a message ID. handing this whole mess off to cf's asynchronous gateway is super fast for the main application. the asynch gateway will handle sending the SMS in the background while the main app/user goes on to do something else. you have to be careful about this though, you can flatten the server on the other end fairly easily.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
phillipmvector
07/12/2006 12:33 PM

If you don't know where to start, make it simple. Almost every SMS provider provides email to SMS conversion. I think sprint is (phone number)@sprint.net (I think). Just send an email to whatever address and that will work fine. If you want to process INCOMMING SMS messages, that's a bit more difficult and I don't know how to do that. Original Message: can anyone point me to a good tutorial on sms text messages from configuring to sending the actual messages, because i am having so many issues i don't even know where to start. thanks;

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Josh Nathanson
07/12/2006 12:44 PM

I've been compiling a list of the various US telecom providers' email to sms addresses, here it is, this will save you some time.  If anyone has more to add (especially Sprint) please post. Qwest: cellnumber@qwestmp.com Verizon: cellnumber@vtext.com Virgin Mobile: cellnumber@vmobl.com Cingular: cellnumber@cingularme.com Alltel: cellnumber@message.alltel.com TMobile: cellnumber@tmomail.net Sprint: ???? -- Josh ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Burns, John D
07/12/2006 12:51 PM

Sprint: cellnumber@messaging.sprintpcs.com At least that's what it has been to this point. I came over as legacy sprint so I'm not sure if Nextel is something different or if they're going to move everything to one domain or what in the future. John Burns I've been compiling a list of the various US telecom providers' email to sms addresses, here it is, this will save you some time.  If anyone has more to add (especially Sprint) please post. Qwest: cellnumber@qwestmp.com Verizon: cellnumber@vtext.com Virgin Mobile: cellnumber@vmobl.com Cingular: cellnumber@cingularme.com Alltel: cellnumber@message.alltel.com TMobile: cellnumber@tmomail.net Sprint: ???? -- Josh > If you don't know where to start, make it simple. > > Almost every SMS provider provides email to SMS conversion. I think sprint > is (phone number)@sprint.net (I think). > > Just send an email to whatever address and that will work fine. > > If you want to process INCOMMING SMS messages, that's a bit more difficult ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Josh Nathanson
07/12/2006 01:09 PM

Thanks for that John.  Maybe someone on this list with Nextel could do a test, send themselves a text message to that address and see if it works. That would be awesome. -- Josh ----- Excess quoted text cut - see Original Post for more -----


<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

May 24, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference