|
Kannel does provide ability to add TLV,
but it is not a "setup" thing, it requires
coding.
the files you need to look at are
smpp_pdu.def - to add tlv
definitions using macro like TLV_INTEGER
smsc_smpp.c:
you will have to add some code in msg_to_pdu() and
pdu_to_msg()
to transfer data
to/from the tlv
then somehow need to communicate the data to
there from the sendsms i/f and service i/f
suggest add a OCTSTR(oprinfo) to the msg
structure (msg-decl.h), so the information can be
passed as a url arg for
sendsms/service
Its not simple, put it that way.
|
- Re: setting up TLV parameters fred
- Re: setting up TLV parameters Juan Nin
- Re: setting up TLV parameters Juan Nin
