I hope that's not your real username & password there.
From: users [mailto:users-boun...@kannel.org] On Behalf Of Marius Erasmus Sent: maandag 20 april 2015 16:06 To: users@kannel.org Cc: de...@smss.co.za Subject: Generic Parameters Good day I just want to find out if it is possible to change the Generic HTTP parameters to concatenate 2 parameters before sending it to one of our Users. This is my current conf. group=smsc smsc = http system-type = generic smsc-id = BT port = 3308 allowed-smsc-id = BT #smsc-username = #smsc-password = send-url = https://api.transmitsms.com/send-sms.json?from=%P <https://api.transmitsms.com/send-sms.json?from=%25P&to=%25p&text=%25b&dlr-u rl=%25R&data=%25D> &to=%p&text=%b&dlr-url=%R&data=%D #dlr-url = BT connect-allow-ip = *.*.*.* status-success-regex = "ok" status-permfail-regex = "failure" status-tempfail-regex = "retry later" generic-status-sent = 200 generic-status-error = 404 generic-param-username = de...@smss.co.za generic-param-password = djbotes007 generic-param-from = "tlf" generic-param-to = "rem" generic-param-text = "msg" generic-param-account = "cla" generic-param-service = "id" what I want to do is send "cla" and "msg" together as generic param-text. Can this be done? Regards Marius