Sending TLV Parameters

AhmedNegm <[email protected]> Mon, 12 Jun 2017 12:10:17 -0700 (MST)
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
I have been requested from my SP to send TLV parameters while sending SMS,
so, I have configured Kannel.conf to have:

group = smpp-tlv
name = PRICEPOINT
tag = 0x1400
type = integer
length = 4
smsc-id = Ooredoo

group = smpp-tlv
name = PRODUCT
tag = 0x1401
type = integer
length = 4
smsc-id = Ooredoo

group = smpp-tlv
name = PARTNER_ROLE_ID
tag = 0x1402
type = integer
length = 4
smsc-id = Ooredoo

But also, I was not able to send the message as the SP got an exception on
SMSC which is related to PRICEPOINT, so, should I add something to this
callback??

http://localhost:13013/cgi-bin/sendsms?username=xxxx&password=xxxxx&to=xxxxxxxxxxxx&text=Test%20from%20Negm%20by%20Kannel&from=91823&smsc=Ooredoo



--
View this message in context: http://kannel.6189.n7.nabble.com/Sending-TLV-Parameters-tp32896.html
Sent from the Kannel - Dev mailing list archive at Nabble.com.