Re: Animated SMS & Blinking SMS AND NOW SOMETHING ABOUT JABBER

2002-03-31 Thread Valter Santos
> I have a working smsyahoo ;) Can you share it with us ?? :-) /valter - Original Message - From: "Bruno David Rodrigues" <[EMAIL PROTECTED]> To: "Cipher Strength" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 10:01 PM Subject: Re: Animated

Re: I don't want to run bearerbox as root

2002-02-16 Thread Valter Santos
Hi! I use the following script to run kannel as non-root user (its a adaptation from gatewway/utils/kannel-init.d): >>> start kannel-init.d #!/bin/sh # Start/stop the kannel boxes: One bearer box and one SMS box. # Make sure that the kannel binaries can be found in $BOXPATH or somewhe

Re: [PATCH] multi-cast support for sendsms

2002-01-17 Thread Valter Santos
yes! i try multicasting with blacklist right now seams to work okay! valter - Original Message - From: "Stipe Tolj" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 7:31 PM Subject: Re: [PATCH] multi-cast support for sendsms

Re: [PATCH] multi-cast support for sendsms

2002-01-17 Thread Valter Santos
I have tested the patch!... it works fine to me (for now!!!) cheers, Valter - Original Message - From: "Stipe Tolj" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 3:04 PM Subject: Re: [PATCH] multi-cast support for sendsms > yet anyone tested the code on a

Re: [PATCH] multi-cast support for sendsms

2002-01-17 Thread Valter Santos
thanks Stipe ;) Valter - Original Message - From: "Stipe Tolj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 9:55 PM Subject: [PATCH] multi-cast support for sendsms > Hi all, > > today I have implemented the multi-cast support within > gw/smsbox.c:smsbo

Re: Stripping Kannel

2002-01-04 Thread Valter Santos
> so you would agree to have a configure switch that strips down > everything WAP related in bearerbox, right?! I also agree with that! here we only use kannel for SMS purposes (for now ;) ) and it will be great if we don't need to compile wap related features! cheers, Va

Re: cvs mail post-process

2002-01-02 Thread Valter Santos
you have to subscribe to [EMAIL PROTECTED] : http://kannel.3glab.org/mailman/options/devel-reports/ Valter - Original Message - From: "Bernino Lind" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 3:24 PM Subject: cvs mail post-process > Hello dev team

Re: Errors in the docs..

2002-01-02 Thread Valter Santos
) will only return the last call result of smsbox_req_handle() :( please add a look to it and let me know your thoughts! Valter Santos - Original Message - From: "Stipe Tolj" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 2:18 PM Sub

Re: DLR and SMPP..

2002-01-02 Thread Valter Santos
c:566:handle_pdu.) I am using simulators for SMPP (openSMPP from logica and SMPPSim by Martin Woolley)... maybe these simulators don't handle very well DLR requests :( :( anyone have ideas about my problem??? thanks! Valter Santos - Original Message - From: "Stipe Tolj&quo

Re: english - specified...

2001-12-27 Thread Valter Santos
you are right :) - Original Message - From: "Bernino Lind" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 11:31 AM Subject: english - specified... > Hello developers, > > During my test of kannel, I run into a little error in english: > > "Spesified"

Configuring Kannel for optimal performace

2001-11-30 Thread Valter Santos
89 -+" log-file = "/opt/kannel/smsbox_dlr.log" log-level = 0 access-log = "/opt/kannel/access_dlr.log" group = sms-service keyword = nop text = "You asked nothing and I did it!" group = sms-service keyword = default text = "No service specified" group = sendsms-user username = tester password = foobar <<<< --- end smskannel.conf cheers, Valter Santos

Re: EMS Formatted Text

2001-11-22 Thread Valter Santos
I think that none of Ericsson's phone support EMS format text... Cheers! Valter - Original Message - From: "Jörg Pommnitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 22, 2001 4:16 PM Subject: EMS Formatted Text Hi List, I'm trying to send a formatted message

Re: Kannel queue list limitations

2001-11-22 Thread Valter Santos
7;s okay! i am using a test account (4 parallel session, 10 window, thoughtput 50/sec...) i think that the problem will be solved with a production LA account ;) thanks! Valter Santos - Original Message - From: "Andreas Fink" <[EMAIL PROTECTED]> To: "Valter Santos&q

Re: Kannel queue list limitations

2001-11-22 Thread Valter Santos
emains i put 6000 messages in queue, but the bearerbox process and send 200 to sms and delays a lot before send another 200... I dunno why! any suggestion??? Valter Santos - Original Message - From: "Andreas Fink" <[EMAIL PROTECTED]> To: "Valter Santos" <

Kannel queue list limitations

2001-11-22 Thread Valter Santos
predefined format (eg, receiver:message), and should be deleted when is pushed from the queue list... assuming that we have a OS limitation for 65k files per directory (that is a resonable number) we could create multiple queue directories as needed! Any suggestion??? Valter Santos - Original

Re: multi-cast implementation

2001-11-22 Thread Valter Santos
have well formated content (receiver:message , for instance) ... please let me know any suggestions from you before i try to commit this to CVS! thax in advance Valter Santos - Original Message - From: "Valter Santos" <[EMAIL PROTECTED]> To: "Kannel Developers"

Re: multi-cast implementation

2001-11-21 Thread Valter Santos
Stipe Tolj" <[EMAIL PROTECTED]> To: "Valter Santos" <[EMAIL PROTECTED]> Cc: "Kannel Developers" <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 3:42 PM Subject: Re: multi-cast implementation > Hi Valter, > > > someone can tell me if

multi-cast implementation

2001-11-21 Thread Valter Santos
Greetings List! someone can tell me if multi-cast feature is already implemented in smsbox??? anyone is working on that??? by multi-cast i mean send multiple sms messages using only one http post where the X-Kannel-To header contains multiple receivers! thanx in advance Valter Santos

Re: Bearerbox crashes when using SMPP DLR

2001-11-16 Thread Valter Santos
setting the smsc-id set in the smsc group will help! Thanks Nisan ;) Valter Santos - Original Message - From: "Erick Fuentes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 11:56 AM Subject: Bearerbox crashes when using SMPP DLR

Re: Bearerbox crashes when using SMPP DLR

2001-11-16 Thread Valter Santos
tstr.c:2032: seems_valid_real: Assertion `ostr != NULL' failed. (Called from gw/smsc_emi2.c:560:handle_operation.) >>>>>>> end bearerbox log I am using the snapshot from monday (12th november)! I have set a dummy dlr-url under sendsms-user in my configuration file! Any idea

Re: HTTP SMSC

2001-11-09 Thread Valter Santos
> I am wanting to make some mods and additions to the HTTP SMSC module, and > was wondering if anyone else is doing or is interested in these mods. > go ahead! i can help you on testing ;) - Original Message - From: "Nisan" <[EMAIL PROTECTED]> To: "Kannel Developers" <[EMAIL PROTECTED