Hi All

I'm trying to setup a link to clickatell.

I'tried several configs for the usr/pass/api_id/send-url in the smsc
definition with no success. In most cases I get

2007-04-23 00:13:16 [7378] [11] DEBUG: Octet string dump ends.
2007-04-23 00:13:16 [7378] [7] ERROR: HTTP[2960797]: Message was
malformed or error was returned. SMSC response `ERR: 108, Invalid or
missing api_id'.
2007-04-23 00:13:16 [7378] [7] DEBUG: SMSC[2960797]: creating DLR message
2007-04-23 00:13:16 [7378] [7] DEBUG: SMSC[2960797]: DLR =
http://127.0.0.1/smssend//plugin/gateway/kannel/dlr.php?type=%d&slid=243&uid=1


as per smsc_http.c it seems that

   Octstr *username;   /* if needed */
   Octstr *password;   /* as said */
   Octstr *system_id;   /* api id for clickatell */

However id I set

smsc-id = XXXXXX where XXXXXX is the api id for clickatell I still
receiving the api-id error.

this is one of the kannel.conf I using:

# SMSC HTTP CLICKATEL

group = smsc
smsc = http
smsc-id = XXXXXX
system-type = clickatell
port = 13015
smsc-username = username
smsc-password = password
send-url = "http://api.clickatell.com/http/sendmsg?

what am I missing?

Regards

Alvaro

Reply via email to