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

Reply via email to