Userguide daily snapshot outdated

2016-02-23 Thread Juan Nin
Hi guys! The Userguide daily snapshot is outdated, I guess the process that's supposed to compile it is broken or something. http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html is the userguide to rev. 5114 (November 11th, 2014) while the latest is rev. 5160 (February 15th, 20

[Request] send real error instead of "NACK/Retries Exceeded"

2014-04-10 Thread Juan Nin
Hi! When Kannel fails delivering an MT to a remote SMSC, if it's a temporary error it will retry to resend it according to the "sms-resend-freq" and "sms-resend-retry" settings. If we then reach "sms-resend-retry" number of attempts kannel will generate a "NACK/Retries Exceeded" error. On SMPP th

[Request] regex version of "smsc-id" directive in smpp-tlv group

2014-04-10 Thread Juan Nin
Hi! There are several groups which contain smsc-id related directives that allow to use a regex, e.g.: - in group "smsc" we got "allowed-smsc-id" and the regex version is "allowed-smsc-id-regex" - in group "sms-service"" we got "accepted-smsc" and the regex version is "accepted-smsc-regex" But i

Re: bug in redmine

2014-03-10 Thread Juan Nin
nteractive Websites - .mobi Sites - Mobile Apps(Android, iPhone, > Blackberry, Nokia) - Premium Rated SMSs and short codes - SMS competitions > and campaigns - Lead Generation - opt-in subscription Billing - MMS > campaigns - USSD campaigns - WAP - Outlook SMS - Bulk SMS and Bulk Ema

Re: bug reporting about the retry of message when smpp gateway receive error code from smsc

2014-02-13 Thread Juan Nin
16:00 schrieb > : > > > Hi, > > > > Any idea when the patch for retry handling will be submitted, as > > otherwise kannel will keep retrying if the SMSC returns the wrong > > error code to kannel? > > I'm concerned this patch will not be submitted and we will

Re: bug reporting about the retry of message when smpp gateway receive error code from smsc

2014-02-05 Thread Juan Nin
Hi Alex! Stipe already fixed the retry logic during December, I guess he still has not commited his code. Regards. On Fri, Jan 24, 2014 at 2:09 PM, Alexander Malysh wrote: > Hi Marc, > > the issue is due to fact that SMSC returns wrong error code to kannel. > 0x58 is throttling error and not q

Re: [PATCH] SMPP command_status as meta-data

2012-10-26 Thread Juan Nin
What about the protocol on regular DLRs which are submitted by the remote SMSC on a deliver_sm? Wouldn't a new parameter %whatever be a good idea? That way we could use it on both cases and avoid modifying the current ACK/NACK formats Juan On Fri, Oct 26, 2012 at 8:32 AM, Alexander Malysh wrote:

Re: [PATCH] SMPP command_status as meta-data

2012-10-25 Thread Juan Nin
Hi! Yesterday we were talking about the same thing, that an ACK is an ACK, so you don't really need the error code there. But IMHO it anyway makes it more tidy to use the same approach for both ACK and NACK, providing the same syntax on both. It won't provide any real benefit to anyone, but looks

Re: [PATCH] SMPP command_status as meta-data

2012-10-24 Thread Juan Nin
Something that I was thinking after that discussion we had today, is the following: It sounds good idea to me to add the protocol on the ACK/NACK DLRs text for the mentioned reason. Now, on regular DLRs we might be missing a similar approach... This is a sample DLR log: 2012-10-24 22:18:17 Recei

Re: Small bug on dead-start directive

2012-10-22 Thread Juan Nin
t all. On Mon, Oct 22, 2012 at 3:29 PM, spameden wrote: > Could this potentially lead to problems if there is pending queue? > > (and you don't want to process specific messages through speicific SMSC) > > > 2012/10/22 Juan Nin > >> Hi! >> >>

Re: Small bug on dead-start directive

2012-10-22 Thread Juan Nin
Bug #662 has been submitted for this. On Mon, Oct 22, 2012 at 3:23 PM, Juan Nin wrote: > Hi! > > There's a small bug on the dead-start directive (smsc group) > implementation. > It seems that the dead-start code is executed after the TCP network > connection is atte

Small bug on dead-start directive

2012-10-22 Thread Juan Nin
Hi! There's a small bug on the dead-start directive (smsc group) implementation. It seems that the dead-start code is executed after the TCP network connection is attempted. So on a case where there's connectivity to the remote SMSC's specified host and port(s) a TCP connection will be establishe

Re: [PATCH] start-at-boot / userguide

2012-10-08 Thread Juan Nin
Sounds good! Thanks! On Mon, Oct 8, 2012 at 2:40 PM, Stipe Tolj wrote: > Am 03.10.2012 22:36, schrieb Juan Nin: > >> Was this ever commited? >> > > Hi Juan, > > nop, this never made it's way to the SVN trunk. I'm winding this up right > now. > >

Re: [PATCH] start-at-boot / userguide

2012-10-03 Thread Juan Nin
Was this ever commited? On Thu, Sep 1, 2011 at 4:34 AM, Juan Nin wrote: > See attached patch for adding the start-at-boot directive (smsc group) to > the Kannel User's Guide. > This was the only missing part so as to get Alejandro Guerrieri's > start-at-boot pa

Development request (1 bug fix and 1 feature)

2012-10-03 Thread Juan Nin
Hi guys! I've just submitted a bug and a feature request into Kannel's Redmine. *Bug #658: http-queue-delay directives not being properly honoured* https://redmine.kannel.org/issues/658 *Feature #659: Persist messages on smsbox* https://redmine.kannel.org/issues/659 The first one was discussed

Re: Making SMPP esm_class configurable?

2011-09-08 Thread Juan Nin
+1 On 9/8/11 9:26 AM, Alejandro Guerrieri wrote: Ops, missed the point, sorry. IMHO restricted to 0 and 3 should cover most cases. You could take it further and allowing 0 _to_ 3 to make it slightly more flexible as well. Default should be 3 to keep it backwards-compatible. Regards, -- Aleja

Re: Making SMPP esm_class configurable?

2011-09-08 Thread Juan Nin
Yep, I had to patch it in the past at least for Telefonica Movistar on several South American countries, among them Mexico On 9/8/11 8:37 AM, Alejandro Guerrieri wrote: Having to patch and recompile Kannel a few times in the past to change that parameters to make it work in South America, I ca

[PATCH] start-at-boot / userguide

2011-09-01 Thread Juan Nin
on is a no-no. Commenting a configuration file off-line is convenience. My 2 cents, Nikos - Original Message - From: Juan Nin To: Kannel Devel Sent: Tuesday, April 19, 2011 4:41 AM Subject: Re: useful patches for everyone That's what we do today, but the idea is not to have to do any &q

Re: Setting priority flag

2011-08-23 Thread Juan Nin
On 8/23/11 1:59 PM, Alexander Malysh wrote: Hi, Am 22.08.2011 um 20:22 schrieb Juan Nin: Note that the user guide is wrong, it says 0 is the higher priority while it's the lowest and 3 is the highest fixed in SVN... Thanks Alex! This has been noted multiple times on the list

Re: Setting priority flag

2011-08-22 Thread Juan Nin
Note that the user guide is wrong, it says 0 is the higher priority while it's the lowest and 3 is the highest This has been noted multiple times on the list, not sure why the docs have not been fixed though On 8/22/11 2:03 PM, Rene Kluwen wrote: See: priority on http://www.kannel.org/dow

Re: useful patches for everyone

2011-04-18 Thread Juan Nin
. > > Stopping service to modify configuration is a no-no. Commenting a > configuration file off-line is convenience. > For me and many others convenience is having a directive like start-at-boot, and not having it is a nuisance :) Juan > > My 2 cents, > Nikos >

Re: useful patches for everyone

2011-04-18 Thread Juan Nin
That's what we do today, but the idea is not to have to do any "extra" work, neither having to comment/uncomment things out, nor have to add/remove config files. Having the start-at-boot directive allows you to just keep the configuration defined, but the smsc does not start. So anytime you need i

Re: useful patches for everyone

2011-04-18 Thread Juan Nin
-- > >> > >> Message: 1 > >> Date: Tue, 25 Jan 2011 15:08:00 +0200 > >> From: "Hillel" > >> To: > >> Cc: devel@kannel.org > >> Subject: [PATCH] on speed/throughput meters and "start-at-boot" > >&g

Re: Stable release

2011-04-13 Thread Juan Nin
Thx Alex for the explanation on why the 1.5.0 branch! :) On Wed, Apr 13, 2011 at 9:01 AM, Alexander Malysh wrote: > Hi, > we have at this point in time too much patches flighting and because of lack > of time we are unable to > process all of them or fix bugs that were found. We are only few pe

Re: Stable release

2011-04-12 Thread Juan Nin
I work with Alex Guerrieri at the same company, so I know perfectly well that Kannek SVN is very stable. Now... when Kannel 1.5.0 was announced, I asked what did it exactly mean, and got no answer about it... See here: http://permalink.gmane.org/gmane.comp.mobile.kannel.user/27072 Any insights ab

Re: speed/throughput meters on a per-smsc basis and start-at-boot paramater

2011-01-20 Thread Juan Nin
I can't say much about the code, but the features are both very useful!!! On Tue, Jan 18, 2011 at 10:15 AM, Hillel wrote: > Hi, > > We would like to wish all Kannel uses and developers a great 2011. > We also want to thank all those that have contributed patches and especially > the Kannel devel

Re: Discussion: Prepaid counting

2010-08-07 Thread Juan Nin
n't been tested yet and probably contains a bug or two. >> >> But I am posting it anyway to see what the almighty Kannel Developers have >> to say about it. >> >> This patch is especially useful if you want your clients to have access to >> an open smppbox with a limited amount of credits. But also it works for >> smsboxes and sqlboxes, as you please. >> >> I made a small patch to open smppbox that allows passing of binfo. >> >> == Rene >> >> > > > -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: reenable HTTP_MAX_RETRIES and HTTP_RETRY_DELAY for dlr-url

2010-07-04 Thread Juan Nin
same. So please try with >> those 2 config options. >> >> Thanks, >> Alexander Malysh >> >> Am 25.02.2010 um 14:54 schrieb Juan Nin: >> >>> Alex, I'm not sure if you were that night on Barcelona with Alejandro, >>> Stipe, etc, but I

Re: Bug? receiver bind being created when transceiver-mode is enabled and receive-port is also specified

2010-05-06 Thread Juan Nin
Nice! I see on your commit that it's now being ignored, and a warning is also issued. Thanks! :) On Thu, May 6, 2010 at 4:51 AM, Alexander Malysh wrote: > Hi, > > fixed in svn. > > Thanks, > Alexander Malysh > > > Am 06.05.2010 um 02:41 schrieb Juan Nin: &g

Bug? receiver bind being created when transceiver-mode is enabled and receive-port is also specified

2010-05-05 Thread Juan Nin
9] DEBUG: command_id: 2147483649 = 0x8001 2010-05-05 20:20:16 [25778] [69] DEBUG: command_status: 0 = 0x 2010-05-05 20:20:16 [25778] [69] DEBUG: sequence_number: 2 = 0x0002 2010-05-05 20:20:16 [25778] [69] DEBUG: system_id: "GatewayName" 2010-05-05 20:20:16 [25778]

Re: reenable HTTP_MAX_RETRIES and HTTP_RETRY_DELAY for dlr-url

2010-02-25 Thread Juan Nin
gt; until it gets through. > > So why is it disabled? > > Arkadiy Kulev mailto:e...@ethaniel.com > +7 495 5070602 > Moscow, Russia > > > > -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: interface to configure kannel

2009-12-07 Thread Juan Nin
e to configure kannel . >> Can You help me to solve this issue? >> -- >> View this message in context: >> http://old.nabble.com/interface-to-configure-kannel-tp26657557p26657557.html >> Sent from the Kannel - Dev mailing list archive at Nabble.com. >> >> >> > > -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: DLR counters on the status page

2009-11-26 Thread Juan Nin
t;>>>> >>>>>> Please find a zip with the full folder attached. >>>>>> >>>>>> It's almost a full code rewrite, with lots of changes on the code >>>>>> structure and UI as well, apart from support for the dlr f

Re: Kannel right for me

2009-11-22 Thread Juan Nin
mean kannel connected to real-world SMSC and servicing) please let me know. > > Thanks in advance > > Regards, > syed asim > > > -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: RE: DLR parsing issue with SMPP

2009-09-29 Thread Juan Nin
3 [9399] [14] DEBUG: immutable: 0 >> 2009-09-28 17:45:23 [9399] [14] DEBUG: data: 31 30 37 39 38 34 39 33 35 36 >> 30 30 31 30 30 31 1079849356001001 >> 2009-09-28 17:45:23 [9399] [14] DEBUG: data: 30 39 30 39 32 38 31 37 34 35 >> 30 39 30 39 32 38 0909281745090928 >> 20

Re: Kannel wiki

2009-09-28 Thread Juan Nin
details, then I can get you access > to edit wiki. > > Thanks, > Alexander Malysh > > Am 28.09.2009 um 01:24 schrieb Juan Nin: > >> Tthe User Guide already includes an example, but the idea is that on >> the wiki you could far expand it. >> I have heard here be

Re: Kannel wiki

2009-09-27 Thread Juan Nin
> > ----- Original Message - From: "Juan Nin" > To: "Kannel Devel" > Sent: Monday, September 28, 2009 1:23 AM > Subject: Kannel wiki > > >> Hi! >> >> Around year and a half ago, I proposed creating a Kannel Wiki, where >> people

Kannel wiki

2009-09-27 Thread Juan Nin
ven asking, cause it's easier to find stuff there than search mailing lists... I had proposed this on the users mailing list, but I guess it's better to do it here where the main developers coexist (you're also on the users list, but most don't participate that much on it). What do

Re: Claro http communication

2009-05-25 Thread Juan Nin
some carriers and another one for others, It's also nice to do it via Kannel cause it already implements stuff like it's internal queue, etc Regards, -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com On Mon, May 25, 2009 at 5:22 PM, Milan P. Stanic wrote:

Re: [PATCH] Support for MS-SQL and Sybase via FreeTDS

2009-04-30 Thread Juan Nin
oft many years ago, and MS SQL Server was born from that Sybase code, so obviously they are very similar!!! Of course over the years each one has implemented its own stuff, but the base is the same -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: [RFC] Redmine for kannel.org

2009-02-25 Thread Juan Nin
ported from Mantis DB. But it's not >>  possible to import user passwords. >> Please use forgot password option to reset your password. >> >> This installation is just to play with Redmine and will be cleaned up  if >> we decide to use it for kannel.org >> >> Thanks, >> Alex >> > > -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: HTTP format (linefeed in PHP)

2008-04-07 Thread Juan Nin
gt; "{$row['home_score']}  " . > "{$row['quarter']}" . > "\n"; > } > > The lines still run together. > > Thanks for your help. > > Bill Rigdon > > > -- > View this message in context: > http://www.nabble.com/HTTP-format-tp3405578p16538529.html > Sent from the Kannel - Dev mailing list archive at Nabble.com. > > > -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com

Re: Proposal: Kannel Wiki

2008-03-10 Thread Juan Nin
well, probably the docs need on some parts more info to be added, but not sure if filling the docs too much with examples is good idea, it would get too crowded of info on the wiki you can put all sort of specific configurations for this and that thing, code examples, etc without cluttering the do

Re: sqlbox kannel and scheduling

2008-03-04 Thread Juan Nin
right now if u want scheduling u got to do it on the app side i'm not sure it would be a good idea to put it into sqlbox.. sqlbox job is sending the messages, any scheduling u may want to do can be easily done on your app, with schedules tables, and a cronjob that reads them and feeds into sqlbox

Re: Shared Memory, semaphores and a new "box"

2008-03-04 Thread Juan Nin
On Tue, Mar 4, 2008 at 10:33 AM, Andreas Fink <[EMAIL PROTECTED]> wrote: > I think the problem is not Kannel or HTTP, the problem is your way of using > it in PHP. > > If you for example use something like file("http://localhost/sendsms=...";) > in php to send an SMS, PHP will stop and wait until K

Re: more than 1 submit_sm being sent on same data packet

2008-01-21 Thread Juan Nin
On Jan 6, 2008 12:46 PM, Andreas Fink <[EMAIL PROTECTED]> wrote: > > > On 04.01.2008, at 22:10, Juan Nin wrote: > what I mean is 2 submit_sm PDU's on 1 TCP packet... > > seeing the traffic capture on Wireshark (ethereal) I see this: > http://img221.imageshack

Re: more than 1 submit_sm being sent on same data packet

2008-01-04 Thread Juan Nin
SMPP. > > > > On 04.01.2008, at 15:20, Juan Nin wrote: > > > Hi! > > > > I got an application where I got to send blasts of many messages as > > quick as possible. > > > > I'm having the problem that sometimes 2 submit_sm are sent on the

more than 1 submit_sm being sent on same data packet

2008-01-04 Thread Juan Nin
Hi! I got an application where I got to send blasts of many messages as quick as possible. I'm having the problem that sometimes 2 submit_sm are sent on the same data packet, and there the SMSC returns a Throttling error for receiving the 2 submit_sm too fast. Is there any way of preventing Kann

Re: sending out Wap Push SMS problem

2008-01-02 Thread Juan Nin
SoNG, This question should be posted to the users mailing-list, not to the devel one.. Set up the SMSC connection log level to 0 and check it you see it being sent at SMPP level (which should be as wapbox said it was ok) Check there if the SMSC didn't give any error while receiving it Stupid que

Re: Kannel Deployment

2007-12-09 Thread Juan Nin
this question is not for the devel list, it's for the users one... anyway.. for SMPP traffic it's not the SMSC who has to connect to you Kannel box it's your kannel box which connects to the SMSC so u just NAT the traffic from you kannel box on your gateway and that's it (if it was the SMSC which

Re: Include miliseconds in logging

2007-11-29 Thread Juan Nin
nice :) what will be the name of the runtime config for this? regards, Juan On Nov 29, 2007 7:52 PM, Stipe Tolj <[EMAIL PROTECTED]> wrote: > Guillaume Cottenceau schrieb: > > > Well, runtime config not necessarily means runtime checks, if you > > use a function pointer set at config time. > >

Re: Include miliseconds in logging

2007-11-29 Thread Juan Nin
On Nov 29, 2007 2:02 PM, Stipe Tolj <[EMAIL PROTECTED]> wrote: > Vincent CHAVANIS schrieb: > > ++1 But, > > > > with a config var that allow to activate/desactivate it. > > and by default disabled. So no compatibility breaks > > grrr, runtime config? No way, this means we have a "branch check (if

Re: Include miliseconds in logging

2007-11-29 Thread Juan Nin
ec / 1000; > sprintf(p, "%04d-%02d-%02d %02d:%02d:%02d.%03d ", > tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, > tm.tm_hour, tm.tm_min, tm.tm_sec, millis); > > p = strchr(p, '\0'); > } > > > > > > -Origin

Re: Include miliseconds in logging

2007-11-28 Thread Juan Nin
VANIS <[EMAIL PROTECTED]> wrote: > Ive already posted a patch on this a year ago. > Please refer to the archives > > Vincent. > > > - Original Message - > From: "Juan Nin" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, November 28, 2007 6:2

Include miliseconds in logging

2007-11-28 Thread Juan Nin
Hi! Sorry for this stupid question, but my C skills are very poor and I'm not being able to do this correctly... I want to be able to see miliseconds on my logs, something like having this in gwlib/log.c sprintf(p, "%04d-%02d-%02d %02d:%02d:%02d (%d)", tm.tm_year + 1900, tm.tm_mon + 1,

Re: Throughput patches

2007-11-27 Thread Juan Nin
been received. > If yes, then drop it. If not, insert it into your db. > > Vincent > -- > Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR) > Service Technique/Reseau - NOC > Developpement SMS/MMS/Kiosques > http://www.telemaque.fr/ > [EMAIL PROTECTED] > > > - O

Re: Throughput patches

2007-11-26 Thread Juan Nin
few times. > > If you have a problem I will take a closer look at what I have running > right now and verify this is the right patch. > > > Juan Nin wrote: > > I've tried Stuart Beck's patch, but it isn't working for me, as soon > > as an ACK is received

Re: Throughput patches

2007-11-26 Thread Juan Nin
> The main idea to temporatily fix thjis is to check for each msg, if > > they have already been received. > > If yes, then drop it. If not, insert it into your db. > > > > Vincent > > -- > > Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR) > > Service Technique/R

Re: Throughput patches

2007-11-26 Thread Juan Nin
Hi! Any feedback on this? Thanks in advance Juan On Nov 16, 2007 12:35 PM, Juan Nin <[EMAIL PROTECTED]> wrote: > Hi! > > I've been reading the different threads about the problem with > throughput, being this the last one (I think): > http://www.mail-archive.com/deve

Re: [PATCH] SMPP Optional Parameters

2007-11-26 Thread Juan Nin
That's what Alexandar just said... You're using: ?smpp-tlv?MBbilling= and it should be: ?smpp?MBbilling= regards, Juan On Nov 26, 2007 12:33 PM, Kyriacos Sakkas <[EMAIL PROTECTED]> wrote: > Call: (Relevant values inserted of courser) >$post .= "X-Kannel-Meta-Data: > ?smpp-tlv?MBbillin

Throughput patches

2007-11-16 Thread Juan Nin
Hi! I've been reading the different threads about the problem with throughput, being this the last one (I think): http://www.mail-archive.com/devel@kannel.org/msg06847.html Apparently that fixes the outgoing traffic throughput, but impacts incoming ACKs. Is there any new version of the patch whi

Re: DLR TLVs

2007-11-13 Thread Juan Nin
Hi Kyriacos! Alexander Malysh created an SMPP Optional Parameters patch. You have already participated on that thread: http://www.nabble.com/-PATCH--SMPP-Optional-Parameters-t4223169.html The other day I tested it, and found that nothing came back with %D I sent e-mail to the devel list, and Ale

Re: [PATCH] SMPP Optional Parameters

2007-11-09 Thread Juan Nin
tch. The patch was only to allow operator specific TLVs. > TLVs from SMPP spec. should be handled by kannel on regular basis (IMHO). > > > > Juan Nin wrote: > > > oks, great! :) > > > > to be able to plan my stuff, when do you think you can have some time to >

Re: [PATCH] SMPP Optional Parameters

2007-11-09 Thread Juan Nin
oks, great! :) to be able to plan my stuff, when do you think you can have some time to do it? thnx again On Nov 9, 2007 1:31 PM, Alexander Malysh <[EMAIL PROTECTED]> wrote: > It's easier for me todo it myself instead of write how to do it :) > > > Juan Nin wrote: >

Re: [PATCH] SMPP Optional Parameters

2007-11-09 Thread Juan Nin
t; Hi again, > > in metadata you will receive only vendor specific TLVs. > > It could be expanded to all TLVs if needed. > > > Juan Nin wrote: > > > On Nov 9, 2007 11:54 AM, Alexander Malysh <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >>

Re: [PATCH] SMPP Optional Parameters

2007-11-09 Thread Juan Nin
On Nov 9, 2007 11:54 AM, Alexander Malysh <[EMAIL PROTECTED]> wrote: > Hi, > > seems I just forgot about DLRs and data_sm :) > > Please try attached patch instead of previous one. cool! :) I just tried it, and now it's passing it! BUT, it's not passing back all of the received optional parameter

Re: [PATCH] SMPP Optional Parameters

2007-11-09 Thread Juan Nin
any feedback on this? thnx again! Juan On Nov 8, 2007 3:17 PM, Juan Nin <[EMAIL PROTECTED]> wrote: > Hi Alexander! > > I've made some tests with your patch. > These are the Optional SMPP parameters I've configured: > > > # Specifies if message must or not

Re: [PATCH] SMPP Optional Parameters

2007-11-08 Thread Juan Nin
Hi Alexander! I've made some tests with your patch. These are the Optional SMPP parameters I've configured: # Specifies if message must or not be billed group = smpp-tlv name = charge_type tag= 0x2151 type = integer length = 1 # Specifies amount to be billed group = smpp-tlv name =

Re: [PATCH] SMPP Optional Parameters

2007-11-07 Thread Juan Nin
Hi! 3 months have passed by, and just today I was able to start testing this!!! Haven't been able to test too much yet though I've sent some premium messages, making them billable and setting it's pricepoints via TLVs and everything went ok Tomorrow I'm going to make more tests, I want to test it

Re: [PATCH] SMPP Optional Parameters

2007-09-27 Thread Juan Nin
Hi Alex! Unfortunately I haven't been able to test it yet... :( I'm opening a new company, and starting this monday, so I've been very busy! Compiled Kannel with the patch with no problem On tuesday a partner of mine from the US is comming down here, so during the week I'll make tests with his

Re: [PATCH] SMPP Optional Parameters

2007-08-06 Thread Juan Nin
On 8/6/07, Alexander Malysh <[EMAIL PROTECTED]> wrote: > > Hi, > > Juan Nin wrote: > > > Alexander. > > > > First of all, many many thanks for this :) > > Long awaited patch! > > > > I will be setting up a test SMPP connection wit

Re: [PATCH] SMPP Optional Parameters

2007-08-06 Thread Juan Nin
Alexander. First of all, many many thanks for this :) Long awaited patch! I will be setting up a test SMPP connection with OpenMarket from the US, I hope this week, so I'll test it with them. Will let you know about the results!!! Question, will it compile against Kannel 1.4.1 or needs

ESM CLASS again :)

2007-02-10 Thread Juan Nin
Hi! Sorry for the cross-listing! Long ago Enver Altin submitted a patch for setting esm_class via a sendsms cgi variable. It was discussed that it was not the best way to do it, since it was something too SMPP specific for adding to sendsms cgi And then it was said of the possibility of crea

Re: [X-MAS] all the best wishes and a big THANK YOU!

2006-12-26 Thread Juan Nin
Stipe Tolj wrote: seik wrote: Hello all, Marry Christmas to all of you :) As an end user of Kannel project, I would like to thank all of you, have to say, I earn my salary thank to the excellent Kannel behavior at high peaks of MO-MT traffic. So, thank you again, wish you all the best, and

Re: 3 patches seem to be forgotten

2006-11-17 Thread Juan Nin
On 11/17/06, Stipe Tolj <[EMAIL PROTECTED]> wrote: Hillel wrote: > Hi, > > There are 3 patches that seem to be forgotten and we were wondered if they > can be added: > > 1)Noor Entertainment [EMAIL PROTECTED] sent in on Date: Wed, 12 > Jul 2006 02:35:43 -0700 (PDT) > " Please find attached a sm

[PATCH] setting the Wap Push sender

2006-11-17 Thread Juan Nin
0 = 0x 2006-11-17 00:03:29 [8226] [7] DEBUG: sequence_number: 1513 = 0x05e9 2006-11-17 00:03:29 [8226] [7] DEBUG: SMPP PDU dump ends. Regards, Juan -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]>] Sent: 15 November 2006 01:23 To: [

Re: Future of Kannel

2006-11-13 Thread Juan Nin
Enver ALTIN wrote: On Mon, 2006-11-13 at 19:45 +0100, Stipe Tolj wrote: Now, we're heading towards: a) a more flexible automake, libtool et all build system and .dso support for the SMSC modules. b) various upgrades in the WAP 1.2.x stack c) integration of HTTP proxy abilities to play WAP

Re: setting up TLV parameters

2006-11-10 Thread Juan Nin
does anyone have a comment on this? thanks in advance, Juan Juan Nin wrote: ok, but as you said, it's not simple, and it requires C programming skills... I could try it, but it's not simple for me, and I need it quite urgent.. :( has nobody made a patch for this?? I

Re: setting up TLV parameters

2006-11-09 Thread Juan Nin
n can be passed as a url arg for sendsms/service Its not simple, put it that way. ----- Original Message - *From:* Juan Nin <mailto:[EMAIL PROTECTED]> *To:* users@kannel.org <mailto:users@kannel.org> *Sent:* Thursday, November 09, 2006 1:20 AM *Su

setting sender on Wap Push

2006-06-14 Thread Juan Nin
Hi! I got PPG running for sending Wap Push and everything works fine. It seems Kannel sends "1234" as the default sender in Wap Pushes, but I want to set it to the short code where the user has sent his MO to. I've found no parameter where to set that on PPG or anyhting... The only possibili