You need to checkout the meta-data branch from the CVS and build the
documentation from there.

I'm not sure there's an online version of the compiled HTML and/or PDF's.
Building from source can be tricky unless you have the right packages
installed (I've sent an email to the list with instructions and patches for
OSX Leopard a few weeks ago, on linux should be simpler, tough).

Regards,

Alejandro

On Thu, Oct 23, 2008 at 5:55 PM, Villada, Gustavo
<[EMAIL PROTECTED]>wrote:

>  Alejandro,
> do ou have any example of URL for sent sms with meta-data.
>
> and/or the userguide generated???
>
>
> regards
> Gustavo
>
>  ------------------------------
> *From:* Alejandro Guerrieri [mailto:[EMAIL PROTECTED]
> *Sent:* Friday, October 03, 2008 7:18 PM
> *To:* Villada, Gustavo
> *Cc:* [email protected]
> *Subject:* Re: trouble with smpp optional parameter
>
>  Hi,
>
> You need the meta-data patch, which is not (yet) part of the core Kannel
> distribution.
>
> Check here:
>
> http://www.nabble.com/-PATCH--meta-data-branch-vs.-CVS-HEAD-td19468597.html
>
> I've made a patch that documents it's functionality, which is available
> here:
>
>
> http://www.magicom-bcn.net/kannel/userguide-meta-data-cleanup-20080922.patch
>
> Hope it helps,
>
> Alejandro
>
>
>
> On Fri, Oct 3, 2008 at 6:10 PM, Villada, Gustavo <[EMAIL PROTECTED]
> > wrote:
>
>> Hello everyone,
>>
>> Our smsc provider require that we must send an optional parameter in the
>> message that we response.
>>
>> we must set the optional parameter 0x01D
>> (SMPP_additional_status_info_text) with our short number.
>>
>> We saw in gw/smsc/smpp_pdu_opt.def are defined this flag, but we don't saw
>> where is used or how.
>>
>> anyone can help us?
>>
>> copy our config file and part of log
>> we are using 1.4.1
>>
>>
>> regards in advance
>> Gustavo
>> PS: sorry any language mistake
>>
>> #########################################################################
>> # CORE
>> group = core
>> admin-port = 13000
>> admin-password = x
>> status-password = x
>> admin-deny-ip = "*.*.*.*"
>> admin-allow-ip = "127.0.0.1;10.240.*.*"
>> smsbox-port = 13001
>> #wapbox-port = 13002
>> box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>> wdp-interface-name = "*"
>> log-file = "/var/log/kannel/bearerbox.log"
>> log-level = 1
>> sms-incoming-queue-limit = -1
>>
>>
>> #SMPP 4545
>> group = smsc
>> smsc = smpp
>> smsc-id = smpp
>> host = iptoprovider
>> port = 7010
>> smsc-username = x
>> smsc-password = x
>> system-type = "VMA"
>> my-number = 4545
>> transceiver-mode=true
>> log-file = "/var/log/kannel/smsc.log"
>> log-level = 1
>>
>> #SMSBOX
>> group = smsbox
>> bearerbox-host = localhost
>> sendsms-port = 13113
>> sendsms-chars = "0123456789 +"
>> access-log = "/var/log/kannel/kannel.access"
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 1
>>
>>
>> #SS-SERVICE 4545
>> group = sms-service
>> keyword = OP
>> accepted-smsc = smpp
>> catch-all = true
>> concatenation = true
>> assume-plain-text = true
>> omit-empty = true
>> text = "gracias por participar"
>> #################################################
>>
>>
>> (we edit the cell number)
>> ---------------------------------------------
>> kannel.access file:
>> 2008-10-03 16:02:22 Log begins
>> 2008-10-03 16:02:24 SMS request sender:+54911xxxx4165 request: 'OP' fixed
>> answer: 'gracias por participar'
>>
>>
>> -----------------------------------------
>> smsbox.log file:
>> 2008-10-03 16:02:22 [13896] [0] INFO: Added logfile
>> `/var/log/kannel/smsbox.log' with level `1'.
>> 2008-10-03 16:02:22 [13896] [0] INFO: Logging accesses to
>> '/var/log/kannel/kannel.access'.
>> 2008-10-03 16:02:22 [13896] [0] INFO: Started access logfile
>> `/var/log/kannel/kannel.access'.
>> 2008-10-03 16:02:22 [13896] [0] INFO: HTTP: Opening server at port 13113.
>> 2008-10-03 16:02:22 [13896] [0] INFO: Set up send sms service at port
>> 13113
>> 2008-10-03 16:02:22 [13896] [0] INFO: Connected to bearerbox at localhost
>> port 13001.
>> 2008-10-03 16:02:24 [13896] [4] INFO: Starting to service <Op> from
>> <+54911xxxx4165> to <4545>
>>
>>
>>
>>
>>
>>
>

Reply via email to