Re: sms msg and euent gateways

2006-07-13 Thread Nick Tong - TalkWebSolutions.co.uk
this is a good post:
http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:46139

On 12/07/06, B V [EMAIL PROTECTED] 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..

 On 7/12/06, Paul Hastings [EMAIL PROTECTED] wrote:
 
  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)?
 
 

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246418
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: sms msg and euent gateways

2006-07-13 Thread Paul Hastings
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.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246498
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


sms msg and euent gateways

2006-07-12 Thread B V
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;

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246286
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: sms msg and euent gateways

2006-07-12 Thread [EMAIL PROTECTED]
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:
-
From: B V [EMAIL PROTECTED]
Date: Wed, 12 Jul 2006 11:23:24 -0500
To: cf-talk@houseoffusion.com
Subject: sms msg and euent gateways


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;



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246287
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: sms msg and euent gateways

2006-07-12 Thread Josh Nathanson
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: [EMAIL PROTECTED]
Verizon: [EMAIL PROTECTED]
Virgin Mobile: [EMAIL PROTECTED]
Cingular: [EMAIL PROTECTED]
Alltel: [EMAIL PROTECTED]
TMobile: [EMAIL PROTECTED]
Sprint: 

-- Josh




- Original Message - 
From: [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, July 12, 2006 9:29 AM
Subject: RE: sms msg and euent gateways


 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:
 -
 From: B V [EMAIL PROTECTED]
 Date: Wed, 12 Jul 2006 11:23:24 -0500
 To: cf-talk@houseoffusion.com
 Subject: sms msg and euent gateways


 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;



 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246288
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Dave Carabetta
On 7/12/06, B V [EMAIL PROTECTED] wrote:
 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.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246289
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: sms msg and euent gateways

2006-07-12 Thread Burns, John D
Sprint: [EMAIL PROTECTED]

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

-Original Message-
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 12:43 PM
To: CF-Talk
Subject: Re: sms msg and euent gateways

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: [EMAIL PROTECTED]
Verizon: [EMAIL PROTECTED]
Virgin Mobile: [EMAIL PROTECTED]
Cingular: [EMAIL PROTECTED]
Alltel: [EMAIL PROTECTED]
TMobile: [EMAIL PROTECTED]
Sprint: 

-- Josh




- Original Message - 
From: [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, July 12, 2006 9:29 AM
Subject: RE: sms msg and euent gateways


 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:
 -
 From: B V [EMAIL PROTECTED]
 Date: Wed, 12 Jul 2006 11:23:24 -0500
 To: cf-talk@houseoffusion.com
 Subject: sms msg and euent gateways


 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;



 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246290
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: sms msg and euent gateways

2006-07-12 Thread Jason Radosevich
sprint is[EMAIL PROTECTED]

On 7/12/06, Dave Carabetta [EMAIL PROTECTED] wrote:
 On 7/12/06, B V [EMAIL PROTECTED] wrote:
  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.

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246293
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: sms msg and euent gateways

2006-07-12 Thread Josh Nathanson
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



- Original Message - 
From: Burns, John D [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, July 12, 2006 9:48 AM
Subject: RE: sms msg and euent gateways


 Sprint: [EMAIL PROTECTED]

 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

 -Original Message-
 From: Josh Nathanson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 12, 2006 12:43 PM
 To: CF-Talk
 Subject: Re: sms msg and euent gateways

 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: [EMAIL PROTECTED]
 Verizon: [EMAIL PROTECTED]
 Virgin Mobile: [EMAIL PROTECTED]
 Cingular: [EMAIL PROTECTED]
 Alltel: [EMAIL PROTECTED]
 TMobile: [EMAIL PROTECTED]
 Sprint: 

 -- Josh




 - Original Message - 
 From: [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, July 12, 2006 9:29 AM
 Subject: RE: sms msg and euent gateways


 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:
 -
 From: B V [EMAIL PROTECTED]
 Date: Wed, 12 Jul 2006 11:23:24 -0500
 To: cf-talk@houseoffusion.com
 Subject: sms msg and euent gateways


 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;







 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246300
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Paul Hastings
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?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246302
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread B V
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.

On 7/12/06, Paul Hastings [EMAIL PROTECTED] wrote:

 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?

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246320
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread Paul Hastings
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)?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246325
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sms msg and euent gateways

2006-07-12 Thread B V
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..

On 7/12/06, Paul Hastings [EMAIL PROTECTED] wrote:

 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)?

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246343
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4