Set the smsc to debug level and check the PDU dumps to see if you're really
receiving the TLVs


On Tue, Dec 18, 2012 at 1:14 PM, Artem Chekulaev <slon...@gmail.com> wrote:

> I receive messages with TLV and route them to sms-service, but can’t see
> any TLV in GET query. Did I something wrong?
>
> kannel.conf
>
> group = sms-service
> keyword = default
> name = send
> accepted-smsc = user
> get-url = "
> http://localhost/sms/send.php?text=%a&phone=%p&network=%i&shortcode=%P&meta=%D
> ”
> concatenation = true
> omit-empty = true
> max-messages = 0
>
> group = smpp-tlv
> name = mes_id
> tag = 0x3040
> type = octetstring
> length = 11
> smsc-id = user
>
> This is part of Apache log
>
> 127.0.0.1 - - [18/Dec/2012:18:02:37 +0300] "GET
> /sms/send.php?text=test&phone=123&network=user&shortcode=777777777&meta=%3Fsmpp%3F
> HTTP/1.1" 200 - "-" "Kannel/svn-r4995M”
>
> And I expect something like &meta=%3Fsmpp%3Fmes_id=11111 in log. Is it
> correct or not? Where is trouble with TLV codes?
>

Reply via email to