RE: URL

2009-02-19 Thread Villada, Gustavo
Hi, he need URLENCODE the text parameter. I test with curl curl "http://localhost/service?sender=99&from=&text=its+a+good+game"; From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: Wednesday, Fe

RE: Falling send sms via balanced conections

2009-02-06 Thread Villada, Gustavo
Thanks Alejandro, but if a message is droped by an error. the DLR interface report the failure? TIA Gustavo From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Friday, February 06, 2009 1:37 PM To: Villada, Gustavo Cc: users@kannel.org

RE: Falling send sms via balanced conections

2009-02-04 Thread Villada, Gustavo
andro.guerri...@gmail.com] Sent: Wednesday, February 04, 2009 11:50 AM To: Villada, Gustavo Subject: Re: Falling send sms via balanced conections Gustavo, It depends on which error messages you're dealing with. Kannel fails on some and retries on others. For example, an invalid_dest_addr

Falling send sms via balanced conections

2009-02-04 Thread Villada, Gustavo
Hi, We have load balanced connections ( 2RX & 2TX connections with same provider) Kannel are working ok. But in homologation test cases with the provider, we have the next problem: On one TX connection the provider send us the submit_sm_resp message with error status, kannel receive this st

How to set esm_class to 0 (zero)

2008-12-05 Thread Villada, Gustavo
Hi, We are sending a sms via smsbox cgi, but I need set esm_class to zero, but we can't do it... I copy the http, plus debug output and smsc config. Thanks in advance, Gustavo $ curl "http://127.0.0.1:13113/cgi-bin/sendsms?username=use&password=pwd&from=&to=%2B5491100&text=prueba

How to receive deliver_sm

2008-11-07 Thread Villada, Gustavo
Hi, My doubt is very basic, but I can't found in the userguide nor list how I can capture deliver_sm messages and process it. Regards in advance. Gustavo

How to configure two conections, one for RX-only other for TX-oly

2008-10-29 Thread Villada, Gustavo
A SMSC say that us must receive (only) the messages via one connection and must send the responses via other connection... We have kannel correctly configured for others carriers... How we can configure this situation with kannel only? We think that adding a HTTP processor that receive by one a

RE: trouble with smpp optional parameter

2008-10-24 Thread Villada, Gustavo
stavo From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 3:56 PM To: Villada, Gustavo Cc: users@kannel.org Subject: Re: trouble with smpp optional parameter Gustavo, Here's the HTML and a PDF I've just compiled from my local source tree. Please ignore all

RE: trouble with smpp optional parameter

2008-10-23 Thread Villada, Gustavo
I can' t found any reference for the branch... the cvs viewer don' t show it... and here I have blocked cvs access :S regards Gustavo From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 3:35 PM To: Villada, Gustavo

RE: trouble with smpp optional parameter

2008-10-23 Thread Villada, Gustavo
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: users@kannel.org Subject

RE: Interactive SMS

2008-10-20 Thread Villada, Gustavo
Rodrigo, More easy is using sms-service keyword and text. By example group = sms-service keyword = A accepted-smsc = smpptest concatenation = true assume-plain-text = true omit-empty = true text = "You have selected the option A" group = sms-service keyword = B accepted-smsc = smpptest concaten

RE: Ubuntu trouble

2008-10-14 Thread Villada, Gustavo
Guillaume, Kannel 1.4.1 are in repositories... are divided into 3 packages... I download and compile from CVS too... with Ubuntu 8.04 I just need install libxml2-devel... regards Gus -Original Message- From: Guillaume Godart [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 12:

RE: sqlbox compiling

2008-10-08 Thread Villada, Gustavo
stavo From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 10:25 AM To: Villada, Gustavo Cc: users@kannel.org Subject: Re: sqlbox compiling Gustavo, Glad it helped. Could you please tell the list a little more about the problem and what you di

RE: sqlbox compiling

2008-10-08 Thread Villada, Gustavo
t Gustavo From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 4:44 PM To: Villada, Gustavo Cc: users@kannel.org Subject: Re: sqlbox compiling Looks like you're not alone: http://www.kannel.org/pipermail/users/2007-March/001757.html Nobody answered

RE: sqlbox compiling

2008-10-07 Thread Villada, Gustavo
n the list :'( From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 3:54 PM To: Villada, Gustavo Cc: users@kannel.org Subject: Re: sqlbox compiling Run: ./bootstrap and then ./configure Regards, Alex On Tue, Oct 7,

RE: sqlbox compiling

2008-10-07 Thread Villada, Gustavo
onf documentation. configure.ac:29: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.ac:31: error: possibly undefined macro: AM_MAINTAINER_MODE configure.ac:36: error: possibly undefined macro: AC_PROG_LIBTOOL some advice? regards in advance again Gustavo -Original Message- From: Vill

sqlbox compiling

2008-10-07 Thread Villada, Gustavo
Hi, I alredy download the package http://www.kannel.org/~mconte/sqlbox/sqlbox-standalone.tar.gz (06-Dec-2007 14:59 147K) I saw the instruction from the list http://www.kannel.org/pipermail/users/2006-October/000841.html but in the package aren't any file name configure just a configure.ac but

RE: trouble with smpp optional parameter

2008-10-07 Thread Villada, Gustavo
Alejandro. works fine. thanks!!! From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 10:48 AM To: Villada, Gustavo Cc: users@kannel.org Subject: Re: trouble with smpp optional parameter Ah, if you copied the patch from the HTML

RE: trouble with smpp optional parameter

2008-10-07 Thread Villada, Gustavo
18 PM To: Villada, Gustavo Cc: users@kannel.org 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

trouble with smpp optional parameter

2008-10-03 Thread Villada, Gustavo
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 wher