My SMS service provider asked me to set the below TLV parameters while connecting to him over SMPP:
- PRICEPOINT (0x1400)
- PRODUCT (0x1401)
- PARTNER ROLE ID (0x1402)
How to configure the same in Kannel as it is the first time for me using this SMPP client app, I set the below data in Kannel.conf file, but when I pushed/sent a message, the gateway didn't feel the TLV which I have set.
group = smpp-tlv
name = PRICEPOINT
tag = 0x1400
type = integer
length = 4
smsc-id = SMSC01
group = smpp-tlv
name = PRODUCT
tag = 0x1401
type = integer
length = 4
smsc-id = SMSC01
group = smpp-tlv
name = PARTNERROLEID
tag = 0x1402
type = integer
length = 4
smsc-id = SMSC01
But in the live TCP trace, I didn't find it: