TLV
How can i send tlv to submit_sm i dont see any option in params for that ??
@Abiral2002 - you cannot add your own customer TLV params, you need to choose from existing variable. https://github.com/farhadi/node-smpp/blob/2a27d0bdfa38f566227a9b14799fd1ed8e439f20/lib/defs.js#L736
Make sure you send as Buffer
I am using message_payload for sending additional params
@Abiral2002 - you cannot add your own customer TLV params, you need to choose from existing variable. https://github.com/farhadi/node-smpp/blob/2a27d0bdfa38f566227a9b14799fd1ed8e439f20/lib/defs.js#L736
Make sure you send as
BufferI am using
message_payloadfor sending additional params
Hi, how's going? Hope you're doing well :-)
But this is not right.
You can add your own tlv with addTlv
Guys when i try to add tlv using addTLV or dynamically then it doesn't appear in PDU or even in trace...is it a known issue or is there anything i am missing ?
I think the reciever that you're trying to send the pdu doesn't support your customTLV
No i found out weird bug, when i updated my TLV inside defs.js then it works, but if i try to add them using addTlv method or adding to Smpp.tlvs then it doesn't work at all.