Hi Ben Thanks for your info. I was able to successfully connect to clickatell.
in addition to your comments, there were an issue with the send-url. The config finally is: # SMSC HTTP CLICKATEL group = smsc smsc = http smsc-id = click system-id = XXXXX <--- API-ID system-type = clickatell port = 13015 smsc-username = YYYYYYY <--- Clickatell username smsc-password = ZZZZZZZZ <----- Clickatell password send-url = http://api.clickatell.com/http <---- Clickatell Http API base Url connect-allow-ip = 196.30.96.134 Regards and Thanks!!! Alvaro On 4/23/07, Ben Suffolk <[EMAIL PROTECTED]> wrote:
Alvaro, You need to specify the clickatell system-id, so add the following line :- system-id = xxxxx (where xxxx is your system id). I wonder if you mixed that up with smsc-id as you blanked that out? If you want DLRs you will need to specify the port = xxx option as well. Then set up clickatell to send DLRs to you on your public IP and the port you specified. Don't forget to open up your firewall to allow the connection in, and you will need to add a connect-allow-ip = 196.30.96.134 line as well. Regards Ben On 23 Apr 2007, at 06:23, Alvaro Cornejo wrote: > Hi All > > I'm trying to setup a link to clickatell. > # 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 >
