Dear all,
I am connected to Clickatell using Kannel HTTP connection, and when We try to send Multi-part none English SMS it don't work, In English SMSs, whether short or long(multi-part) they work, In Arabic, only short ones work. Multi-parts don't. They said We should add "concat=5" in the URL, this is our configurations: group = smsc smsc-id = clickatell smsc = http system-id = ****** system-type = ****** smsc-username = ****** smsc-password = ****** send-url = "http://api.clickatell.com/http/sendmsg" port = 13015 allowed-smsc-id = clickatell connect-allow-ip = "127.0.0.1;192.168.100.*;196.30.96.134" log-file = "/var/log/kannel/clickatell/clickatell.log" log-level = 0 I tried adding: send-url = "http://api.clickatell.com/http/sendmsg?concat=5" But started getting "Invalid Destination Address" errors, the URL has mistakes as it seems: 2012-12-10 04:19:23 [22263] [9] DEBUG: HTTP[clickatell]: Sending request <http://api.clickatell.com/http/sendmsg?concat=5/sendmsg?to=*****&from==**** *&api_id=*****&user=*****&password=*****&cliMsgId=18cea0e457f5409dbde64f91ab d9c9c4&text=aaaaaaaaaaaaaaaaaa&charset=UTF-8> 2012-12-10 04:19:24 [22263] [8] ERROR: HTTP[clickatell]: Message was malformed or error was returned. SMSC response `ERR: 105, Invalid Destination Address'. 2012-12-10 04:22:48 [22263] [9] DEBUG: HTTP[clickatell]: Sending request <http://api.clickatell.com/http/sendmsg?concat=5/sendmsg?to=*****&from=***** &api_id=*****&user=*****&password=*****&cliMsgId=46de8092398a4c1e8c7ac4620cb c1df7&text=aaaaaaaaaaaaaaa&charset=UTF-8> 2012-12-10 04:22:48 [22263] [8] ERROR: HTTP[clickatell]: Message was malformed or error was returned. SMSC response `ERR: 105, Invalid Destination Address'. Thanks
