|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
sms msg and euent gateways
can anyone point me to a good tutorial on sms text messages fromB V 07/12/06 12:24 P > can anyone point me to a good tutorial on sms text messages fromDave Carabetta 07/12/06 12:45 P sprint is phonenumber@messaging.sprintpcs.comJason Radosevich 07/12/06 01:01 P B V wrote:Paul Hastings 07/12/06 01:19 P Thanks for your help. It actually does make sense just to send an email,B V 07/12/06 03:20 P B V wrote:Paul Hastings 07/12/06 03:31 P clickatell looks interesting, and I am hosted on HMS like you said, soB V 07/12/06 04:22 P this is a good post:Nick Tong - TalkWebSolutions.co.uk 07/13/06 11:13 A B V wrote:Paul Hastings 07/13/06 11:59 P If you don't know where to start, make it simple.phillipmvector 07/12/06 12:33 P I've been compiling a list of the various US telecom providers' email to smsJosh Nathanson 07/12/06 12:44 P Sprint: cellnumber@messaging.sprintpcs.comBurns, John D 07/12/06 12:51 P Thanks for that John. Maybe someone on this list with Nextel could do aJosh Nathanson 07/12/06 01:09 P 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; > 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. sprint is phonenumber@messaging.sprintpcs.com ----- Excess quoted text cut - see Original Post for more ----- 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? 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 ----- 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)? 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 ----- this is a good post: http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:46139 ----- Excess quoted text cut - see Original Post for more ----- 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. 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; 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 ----- 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 ----- 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 -----
|
May 24, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||