Re: setting up TLV parameters
"fred" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <052b01c703d0$8b436840$2d02a8c0@FRED4> |
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.
----- Original Message -----
From: Juan Nin
To: [email protected]
Sent: Thursday, November 09, 2006 1:20 AM
Subject: setting up TLV parameters
Hi!
I need to send TLV parameters through an SMPP connection, for billing purposes, but Kannel doesn't provide such ability...
I know some patches were made for this some time for Kannel 1.3.x
Is there any patch for Kannel 1.4.0 or Kannel 1.4.1 that allow to do this??
I've been trying to Google, but links to posts of this topics are not working.. :(
If there are patches for this, where an I find them?
Are they going to be added to next releasr or are they included on CVS?
Thanks in advance,
Juan