Hi, this is Alvin again and you may remember the last message I sent asking about how to set up the SMS gateway to work with Clickatell's http API? As I am new to Kannel, I managed to get to the point where Kannel would accept the http web-browser command to send a SMS, and I can see it working through the smsbox log to the bearerbox log only to stop at the smsc log, where I cannot make a connection with Clickatell's http-api url. The smsc settings are below, and the most recent smsc activity in the log file has been attached. Can anyone please point out what I am doing wrong and/or provide me a sample /"conf/" file that works with Clickatell? Thanks!

group = smsc
smsc = http
smsc-id = clickatell
system-id = xxxx #api_id
system-type = clickatell
smsc-username = xxxx #clickatell username
smsc-password = xxxx #clickatel pass
send-url = "http://api.clickatell.com/http/sendmsg";
log-file = "C:/users/Alvin/Downloads/gateway-1.4.3/logs/smsc_http.log"
log-level = 0
port = 12010
allowed-smsc-id = clickatell
connect-allow-ip = "196.30.96.134";"67.184.17.35";"127.0.0.1"

Alvin
2011-09-18 22:42:03 [4844] [6] DEBUG: HTTP: No clients with requests, quitting.
2011-09-18 22:42:03 [4844] [6] DEBUG: HTTP[click]: httpsmsc_receiver dying
2011-09-18 22:42:03 [4844] [6] DEBUG: Thread 6 
(gw/smsc/smsc_http.c:httpsmsc_receiver) terminates.
2011-09-18 22:42:03 [4844] [7] DEBUG: HTTP[click]: httpsmsc_send_cb dying
2011-09-18 22:42:03 [4844] [7] DEBUG: Thread 7 
(gw/smsc/smsc_http.c:httpsmsc_send_cb) terminates.
2011-09-18 22:49:51 [3312] [6] DEBUG: HTTP: No clients with requests, quitting.
2011-09-18 22:49:51 [3312] [6] DEBUG: HTTP[click]: httpsmsc_receiver dying
2011-09-18 22:49:51 [3312] [6] DEBUG: Thread 6 
(gw/smsc/smsc_http.c:httpsmsc_receiver) terminates.
2011-09-18 22:49:51 [3312] [7] DEBUG: HTTP[click]: httpsmsc_send_cb dying
2011-09-18 22:49:51 [3312] [7] DEBUG: Thread 7 
(gw/smsc/smsc_http.c:httpsmsc_send_cb) terminates.
2011-09-18 22:56:30 [5456] [6] DEBUG: HTTP: No clients with requests, quitting.
2011-09-18 22:56:30 [5456] [6] DEBUG: HTTP[click]: httpsmsc_receiver dying
2011-09-18 22:56:30 [5456] [6] DEBUG: Thread 6 
(gw/smsc/smsc_http.c:httpsmsc_receiver) terminates.
2011-09-18 22:56:30 [5456] [7] DEBUG: HTTP[click]: httpsmsc_send_cb dying
2011-09-18 22:56:30 [5456] [7] DEBUG: Thread 7 
(gw/smsc/smsc_http.c:httpsmsc_send_cb) terminates.
2011-09-18 23:01:20 [5636] [6] DEBUG: HTTP: No clients with requests, quitting.
2011-09-18 23:01:20 [5636] [6] DEBUG: HTTP[clickatell]: httpsmsc_receiver dying
2011-09-18 23:01:20 [5636] [6] DEBUG: Thread 6 
(gw/smsc/smsc_http.c:httpsmsc_receiver) terminates.
2011-09-18 23:01:20 [5636] [7] DEBUG: HTTP[clickatell]: httpsmsc_send_cb dying
2011-09-18 23:01:20 [5636] [7] DEBUG: Thread 7 
(gw/smsc/smsc_http.c:httpsmsc_send_cb) terminates.

Reply via email to