I receive sms with some TLV. Kannel gets string like
http://localhost/myscript?...&meta-data=%D&;...

In my case it is
[kannel.conf]

group = smpp-tlv
name = ServiceCode
tag = 0x1775
type = integer
length = 2
smsc-id = oper1

group = smpp-tlv
name = TransactionId
tag = 0x1776
type = integer
length = 2
smsc-id = oper1

sms-service
...
get-url = "
http://localhost/sms.php?text=%a&phone=%p&network=oper1&shortcode=%P&meta-data=%D";

...

In Apache Logs I see this:
"GET
sms.php?text=Test&phone=%2B77075170703&network=oper1&shortcode=1234&meta-data=%3Fsmpp%3F
HTTP/1.1" 200 - "-" "Kannel/1.5.0" and there is no TLV params! How can I
get them?

Reply via email to