Hi iain, Its in the core config sms-combine-concatenated-mo = true
but there is an issue with VAS related shortcode services : consider this: the SMSC charge each part of a long MO message as one MO so imagine you receive LONG LONG MO concatenated from 5 messages. you will get one MO from the SMSC, but they will charge the client for 5 ... hope the above to save you from getting in troubles :) cheers seik -----Original Message----- From: [email protected] [EMAIL PROTECTED] Sent: 15 Март 2008 г. To: seikath Subject:inbound sms concatenation > hi all, i'm still researching this but thought i'd send off a message here > in case anyone had some sample code they could share. i have the following > sms-service defined: > # SERVICES > group = sms-service > keyword = > keyword-regex = .* > catch-all = yes > max-messages = 0 > get-url = "http://localhost/inbound.php?from=%p&to=%Q&text=%a&udh=%u" > i tried with concatenation=true but it appears this only refers to the > outbound response messages. so i'm just wondering if anyone has any advice > on decoding that UDH to stitch the messages together using PHP. > also, the %P and %Q parameters are coming through as the port number of my > send sms port rather than the destination that the number was sent to, has > anyone seen this before?? > cheers > iain
