Hi, bellow is my config for my httpsmsc, when i send more than 160 character the message gets delivered as 2 separate messages. what do I add to the config to allow for concatenation or allow the message to deliver as one sms?
group = smsc smsc = http system-type = generic port = 13015 send-url = "http://nusms.nuobjects.com/?user=xxx&pass=xxx&to=%p&from=%P&msg=%b" status-success-regex = "sent" status-permfail-regex = "failure" status-tempfail-regex = "error" generic-foreign-id-regex = "<id>(.+)</id>" generic-param-from = "phoneNumber" generic-param-to = "shortCode" generic-message-sent = "sent" generic-status-sent = 200 generic-status-error = 404 smsc-id=nuobjects Regards, Michael
