| Author |
Message |
Dhiram
New member Username: Morpheus
Post Number: 2 Registered: 04-2004
| | Posted on Friday, April 30, 2004 - 08:59 am: | |
I want to configure NOW SMS using Clickatell service. I want to use HTTP service. Clickatell send sms using the foll command http://api.clickatell.com/http/sendmsg?session_id=xxxx&to=xxxx&text=xxxx . I tried entering in the same format but it does not work. |
Neil Edd Unregistered guest
| | Posted on Friday, April 30, 2004 - 01:38 pm: | |
I have the same problem, I need to configure SMSC via HTTP over TCPIP with a service provider using URL http://www.sms2email.com/sms/postmsg.php? and it takes the following variables: to_num= orig= message= username= password= my other NowSMS settings are: hostname:http://www.sms2email.com Port Number:80 username:my_account_name password:my_password The NowSMS checked and validated HTTP session in enabled for the URL and I sent a test message to mobile device but from NowSMS URL interface but never received at the end. I suspected my URL template text and URL template Binary settings could be wrong. I used custom server type with URL Template text: /?PhoneNumber=@@to_num@@&Text=@@message@@ Notice from the URL template text above, I have substituted variables expected on the SMSC service provider. Has anyone configured a fully working SMSC connection using HTTP over TCPIP? Neil
|
Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce
Post Number: 2436 Registered: 10-2002
| | Posted on Friday, April 30, 2004 - 07:36 pm: | |
Dhiram, The HTTP SMSC settings for Clickatell can be found in the following discussion thread: http://www.nowsms.com/discus/messages/1/136.html If possible, I recommend that you enable the SMPP option on your Clickatell account, and configure an SMPP SMSC connection instead, as this offers finer control over binary SMS messaging. -bn
|
Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce
Post Number: 2437 Registered: 10-2002
| | Posted on Friday, April 30, 2004 - 07:44 pm: | |
Neil, I think you're close, but you've got the @@ symbols around the wrong variables. The "@@" variables are values that we replace with the values from the actual message that is being submitted. Based upon the information in your message, I would suggest configuring as follows: hostname:www.sms2email.com Port Number:80 username:my_account_name password:my_password Send login credentials using HTTP Authorization haeaders: CHECKED Server type: CUSTOM URL Template text: /?to_num=@@PhoneNumber=@@&message=@@Text@@ Sender Address: (leave blank) Remove "+" from Recipient Phone Number: CHECKED Send long messages without segmentation: NOT checked Support any outbound message traffic: CHECKED Unfortunately, I do not know what the template would be for binary messages. |
Dhiram
New member Username: Morpheus
Post Number: 3 Registered: 04-2004
| | Posted on Saturday, May 01, 2004 - 07:55 am: | |
Bryce, The settings on http://www.nowsms.com/discus/messages/1/136.html did not work. |
Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce
Post Number: 2457 Registered: 10-2002
| | Posted on Monday, May 03, 2004 - 04:56 pm: | |
Dhiram, What happens? One of the most common problems is that people include the "***" in the example, when those characters are only present to draw attention to them. -bn |
Dhiram
New member Username: Morpheus
Post Number: 5 Registered: 04-2004
| | Posted on Tuesday, May 04, 2004 - 07:45 am: | |
Bryce this what I have entered /http/sendmsg?api_id=123456&user=dhiram&password=abcdef&to=@@PhoneNumber@@&text= @@Text@@ /http/sendmsg?api_id=123456&user=dhiram&password=abcdef&to=@@PhoneNumber@@&udh=@ @UDH@@&text=@@Text@@ Hostname - api.clickatell.com Use HTTP proxy - Unchecked Send login credentials using HTTP headers - Unchecked Username - Blank Password - Blank Sender address - Blank Remove "+" from Recipent Phone number - unchecked Send ling messages witout segmentation - unchecked Support any outbond message traffic - Checked Preferred SMSC connection - Blank I am unable to send messages, using the NOW SMS web interface. |
Dhiram
New member Username: Morpheus
Post Number: 6 Registered: 04-2004
| | Posted on Tuesday, May 04, 2004 - 07:46 am: | |
Port number - 80  |
Dhiram
New member Username: Morpheus
Post Number: 7 Registered: 04-2004
| | Posted on Tuesday, May 04, 2004 - 08:20 am: | |
Figured it out there was a mistake in the API ID. . Thanks a million Bryce. |
Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce
Post Number: 2465 Registered: 10-2002
| | Posted on Tuesday, May 04, 2004 - 12:48 pm: | |
quote:Figured it out there was a mistake in the API ID.
Excellent. |