RE: DCS and PID handling in Kannel

2003-02-21 Thread Bruno David Rodrigues
Citando Paul Keogh [EMAIL PROTECTED]: This isn't Kannel's decision to make; this is data set by the end user's telephone, which may have requirements neither you nor I are (or could be) aware of. The analogy to a case-insensitive filesystem namespace is quite fitting if

Re: SMPP DLR Error

2002-08-15 Thread Bruno David Rodrigues
On Qui, 2002-08-15 at 11:21, Stipe Tolj wrote: David Chkhartishvili wrote: http://localhost:13013/cgi-bin/sendsms?username=*password=*to=***8text=Hello+worlddlrmask=31 hmmm, what's the dlrmask 31 for?! I don't see any reference for such a mask in the user's guide. Andreas, maybe

Re: [RFC] new module : SOAP.

2002-08-09 Thread Bruno David Rodrigues
On Qui, 2002-08-08 at 17:25, Nisan Bloch wrote: Hi Oded (...) And finally did you consider using a XSL processor - like Sablot? Generate a XSL style sheet to map the providers XML onto an internal form that Kannel knows about? +1 for an external XSL

Re: compiler warnings

2002-07-30 Thread Bruno David Rodrigues
On Ter, 2002-07-30 at 10:07, Harrie Hazewinkel wrote: HI, I noticed that Stipe fixed compiler warnings after my patch. So I thought using '--enable-warnings' to have '-Wall' as compile option, but I would like to add additional warnings like '-Wmissing-prototypes' and

[Fwd: Kannel automatic compilation test for *]

2002-07-29 Thread Bruno David Rodrigues
Could everyone that do code for kannel do subscribe the devel-reports mailing list and fix the existing warnings ? -Forwarded Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Kannel automatic compilation test for SunOS Date: 29 Jul 2002 07:09:32 +0200 Kannel

Kannel deb and rpm

2002-07-18 Thread Bruno David Rodrigues
I've setup links for deb and rpm packages for 1.2.0 Please test them and bug-report to devel or to my email. rpm file is alienized from debian, so I don't know if it is ok.

Re: AW: AW: Phone as MMSC

2002-07-18 Thread Bruno David Rodrigues
On Thu, 2002-07-18 at 13:03, Stipe Tolj wrote: What we need is a reverse wapbox. something that listens for http and send wsp packets. This way I could point opie-konqueror to use pawbox (reverse wap) as a proxy and have a wml browser. konqueror supports wml. Something like

Re: Phone as MMSC

2002-07-18 Thread Bruno David Rodrigues
On Thu, 2002-07-18 at 13:06, Stipe Tolj wrote: Yes. You have a regular wap configuration plus one mms-url, wich contains the mmsc server's url. You just need to use your usual connection and point to your favorite mms-url. But I thing operators will block MMS traffic to other

Re: [FYI] patch commited for 'allowed-receiver-prefix' insms-service groups

2002-07-18 Thread Bruno David Rodrigues
On Mon, 2002-07-15 at 13:24, Stipe Tolj wrote: I just commited a patch that allows to allow, deny routing of inbound messages based on the receiver numbers and their prefixes. This is very usefull if you have several shortcut numbers and want to allow only certain of them (let's say those

Re: R: Siemens M35

2002-07-18 Thread Bruno David Rodrigues
On Thu, 2002-07-11 at 13:29, Stefano Baronio wrote: Stefano Baronio wrote: For whoever may be interested I got a Siemens M35i mobile phone (M20 family I think) working with kannel 1.2. Jus add an init-string in the modems group init-string = AT+CNMI=1,2,0,0,1 Sorry, forgot to

cross-compiling kannel

2002-06-24 Thread Bruno David Rodrigues
I'm gonna try to cross-compile kannel to ARM architecture and I'm having some problems so far. I need to know if someone has already cross-compiled it and need every info and note that could help me. I don't need the *box, probably only the fakewap to simulate a client on an iPaq. Besides, and

Re: Download of large Files (gif / mmf / jad / jar)

2002-06-15 Thread Bruno David Rodrigues
On Sat, 2002-06-15 at 16:05, Tobias Selig wrote: Hi everbody! Can anybody explain me, how the download of large files via wap is supposed to work? Many new mobile phones have nice features like polyphonic ringtones in smaf format or can accept gifanimations as background images as well

Re: Kannel automatic compilation test for SunOS

2002-06-14 Thread Bruno David Rodrigues
On Thu, 2002-06-13 at 22:34, Stipe Tolj wrote: Oded Arbel wrote: Hi. Just had a talk with my resident GCC guru, and his suggestion (which seems to work for me) is to #define the functions as nothing, i.e. #define func_name(a) thats it. nothing after that. now GCC is happy :-)

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-05 at 09:39, Aarno Syvänen wrote: Paul Keogh kirjoittaa tiistaina, 4. kesäkuuta 2002, kello 14:51: Yes, but when this is triggered bb_smscconn_receive () logs the event and returns -1. All the SMSC drivers except HTTP ignore the return code from bb_smscconn_receive ().

RE: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 10:40, Warren Liu wrote: There may be a possibility on the lack of ram on your machine maybe? On our production machine, there are times during high traffic hours where apache plus kannel was eating up almost everything in terms of ram and cpu. Pushing close to the kind

Re: AT1

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 11:50, Andreas Fink wrote: On Wed, 2002-06-12 at 11:21, Stephen Rothwell wrote: Guys, I am looking at the code here in smsc_at.c Could we drop AT module on release 1.2 ? Is it there something still lacking in AT2 ? +1 from me. Same question applies to

Re: REF:- SMSC - GSM Modem - Modem Type Auto Detect

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 11:48, Stephen Rothwell wrote: Sorry my earlier email was in error and I am looking smsc_at2.c and I do have smsc=at2. I am expecting to see a command like AT+GMM / AT+GMI but cannot see them. Maybe I have an old version - 1.1.6?? ATI, line 1876

Re: Dropping EMI1

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 12:19, Andreas Fink wrote: Same question applies to EMI version 1. But don't emi1 supports X25 and emi2 don't ? (Not that I like x25) there is no native support of X25 anywhere in Kannel so in all cases you have to connect throught tcp/ip to a router which

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 11:36, Stipe Tolj wrote: Bruno David Rodrigues wrote: I recall that smsbox*.log have each and every message but bearerbox_*.log lost almost 25%. but those messages that have been logged in smsbox.log, but *not* in bearerbox.log have to be queued in the store file

[FYI] patch applied

2002-06-11 Thread Bruno David Rodrigues
I've commited to cvs a fix to NACK/04 bug in emi2. besides, I've changed the pdf creation. Please see if everything is ok with you (it should) instead of xml-tex-ps-pdf, it will do xml-tex-pdf directly I've added extra debug to http.c to print the fd being used, and reactivated KEEPALIVE. This

Re: EMI2 crash

2002-06-10 Thread Bruno David Rodrigues
On Mon, 2002-06-10 at 13:43, Stipe Tolj wrote: Dima Milentiev schrieb: Hi list, emi2 was crashed with this log: 2002-06-08 14:01:45 [11] DEBUG: EMI2[2022]: Got packet from the main socket 2002-06-08 14:01:45 [11] DEBUG: EMI2[2022]: emi2 parsing packet: ^B31/00079/R/51/N/04/ N

RE: Store size

2002-06-10 Thread Bruno David Rodrigues
On Mon, 2002-06-10 at 09:00, Oded Arbel wrote: Kannel should not have a 5Mb store size May we set malloc=native and localtime=enabled per default in configure ? and what about assertiondefault ? should we leave if enabled or disable it ? --with-defaults=speed disables it. I do already have

RE: Store size

2002-06-10 Thread Bruno David Rodrigues
On Mon, 2002-06-10 at 08:29, Warren Liu wrote: Kannel choked with a 5 meg store compiled with malloc=debug, it handled a 2 meg store with no issues on a binary compiled with malloc=native. However all the replies it sent out on that 2 meg store defaulted to Empty reply from provider. I think

RE: smpp unbind

2002-06-07 Thread Bruno David Rodrigues
That looks like a major rewrite from Lars at Dec 21 2000, from diffing 1.26 to 1.27 (1.23.2.3 is relative to another branch). I don't see any unbind in 1.27 code, nor in a quick grep for unbind and UNBIND in current cvs code. Can anyone see if unbind pdu is needed and add the code please ? I

Re: Kannel log rotation

2002-06-06 Thread Bruno David Rodrigues
On Thu, 2002-06-06 at 16:24, Alex Judd wrote: Has anyone looked into making the logging in Kannel (at file level at least) a little more intelligent than it is at the moment? Currently even in info mode it generates fairly large logs which require continued sorting. One suggestion I thought

Re: REF:- Wap Push

2002-06-06 Thread Bruno David Rodrigues
On Thu, 2002-06-06 at 15:22, Stephen Rothwell wrote: Hi, Sorry to be a pain - just reading the stable documentation. Two quick questions In order to send ring tone,logo's etc it is necessary to correclty configure the UDH and then send the appropiate xml document. 1.) Do the UDH and

Re: %b parameter question

2002-06-06 Thread Bruno David Rodrigues
On Tue, 2002-06-04 at 18:44, Avner Sternheim wrote: Hi all, I've encountered a problem while using %b parameter in the SMS-service section in the configuration file, while using this option I can't redirect the message to different URL, since the Kannel can't read the the keyword

RE: [patch] smsbox memory leaks and service header

2002-06-06 Thread Bruno David Rodrigues
On Sun, 2002-06-02 at 18:25, Oded Arbel wrote: Let me see if I get this correctly : you want to be able to set, in the HTTP response for a GET or POST query generated by sms-service, the service name for the MT generated from that response. right ? What is it good for ? the only reason I

Re: Animated SMS Blinking SMS AND NOW SOMETHING ABOUT JABBER

2002-04-01 Thread Bruno David Rodrigues
: Valter Santos [EMAIL PROTECTED] To: Bruno David Rodrigues [EMAIL PROTECTED]; Cipher Strength [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, April 01, 2002 4:12 AM Subject: Re: Animated SMS Blinking SMS AND NOW SOMETHING ABOUT JABBER I have a working smsyahoo ;) Can you

Re: Animated SMS Blinking SMS

2002-03-29 Thread Bruno David Rodrigues
I've tested now, and it's working ok. Why shouldn't it ? ;) Would I forget the concatenation ? Don't forget that unicode is almost like binary concatenation, plus the caring of not breaking the last char... - Original Message - From: Oded Arbel [EMAIL PROTECTED] To: Cipher Strength

Re: Problem..

2002-03-28 Thread Bruno David Rodrigues
I've tested it just now and everything works ok. when I send fslog, I receive a service unavailable (the reply-couldnotfetch) when I send fslog a, I receive the default service exactly the reverse of what you say. Which version are you using ? - Original Message - From: Stefan Cars

Re: [ANN] Rolling the tarball for 1.1.6

2002-03-27 Thread Bruno David Rodrigues
ok for me. Do please later tell us how to use the cvs. Are we going to have a HEAD/CVS branch and 1.1.6 branch ? is it just cvs -r 1.1.6 co for 1.1.6 and usual cvs co for cvs/head ? - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March

Re: Rif: RE: speed (smsc_at2.c)

2002-03-27 Thread Bruno David Rodrigues
But that's why there is a speed in modems.conf. That's why Siemens M20 have a 19200, because *every* works at 19200 and not at 9600. But the problem is that *every*. There's equal modems at one speed and others at other speed (wavecom). That's why there is a speed in smsc group, to force a

Re: DLR with virtual SMSC (Nokia 7110)

2002-03-26 Thread Bruno David Rodrigues
There's no dlr implentation yet in smsc_at* modules. - Original Message - From: Shridhar Raju [EMAIL PROTECTED] To: Kannel Developers [EMAIL PROTECTED] Cc: Kannel Users [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 12:11 PM Subject: DLR with virtual SMSC (Nokia 7110) Hi, Has

Re: [BUG] include directive

2002-03-26 Thread Bruno David Rodrigues
Yep, it was I. I'll commit soon this patch: Index: gwlib/cfg.c === RCS file: /home/cvs/gateway/gwlib/cfg.c,v retrieving revision 1.13 diff -r1.13 cfg.c 349c349 list_insert(stack, 0, filename); ---

date.sec 61 ??

2002-03-26 Thread Bruno David Rodrigues
Index: gwlib/date.c===RCS file: /home/cvs/gateway/gwlib/date.c,vretrieving revision 1.10diff -r1.10 date.c49c49 tm.tm_sec 0 || tm.tm_sec 61) {--- tm.tm_sec 0 || tm.tm_sec 59) { May I apply this patch or is there any

Re: WAP over SMS?

2002-03-26 Thread Bruno David Rodrigues
Is it worth to code it now that new gprs phones don't have wap over sms option ? - Original Message - From: Aarno Syvänen [EMAIL PROTECTED] To: Hanz Hager (ESF) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 11:18 AM Subject: Re: WAP over SMS?

Re: speed (smsc_at2.c)

2002-03-26 Thread Bruno David Rodrigues
I could be more explicit in documentation... If you have modemtype = auto in smsc, kannel would autodetect speed and modem. If you set the modemtype, kannel will use the group from modems.conf, and if speed is unset in it, kannel uses 9600. If you explicitly want kannel to autodetect, use

Re: speed (smsc_at2.c)

2002-03-26 Thread Bruno David Rodrigues
Just set the speed on the smscgroup you want - Original Message - From: Andrea Viscovich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 4:27 PM Subject: Re: speed (smsc_at2.c) If you set the modemtype, kannel will use the group from modems.conf, and if speed

Re: Bug in smsc_emi2.c?

2002-03-26 Thread Bruno David Rodrigues
is to have mclass=0...3, not 1 to 4 :P But only after the release. How is it doing, Oded? - Original Message - From: Steve Rapaport [EMAIL PROTECTED] To: Bruno David Rodrigues [EMAIL PROTECTED] Cc: Kannel-devel (E-mail) [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 8:48 PM Subject: RE

Re: Snapshot kannel with Nokia 7110

2002-03-25 Thread Bruno David Rodrigues
besides adding include = modems.conf, you shouldn't have to change anything else Kannel DO still autodetect the speed. If modemtype=autodetect, kannel use speed value from smsc group, or autodetect speed. if modemtype=something, kannel uses speed from modem group, speed from smsc if set, of

Re: PID bug?

2002-03-22 Thread Bruno David Rodrigues
- Original Message - From: Steve Rapaport [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Bruno David Rodrigues [EMAIL PROTECTED] Sent: Friday, March 22, 2002 9:54 PM Subject: PID bug? My guys worked overtime this week sending EMS's with kannel, and they report that they were not able

Re: msg-sms.smsc_id versus cfg_get(grp, octstr_imm(smsc-id))

2002-03-20 Thread Bruno David Rodrigues
it's not easy to do that in the current code. You'll have to have a preferred-smsc in your smsc group or even an allowed-smsc/denied-smsc what I'm thinking to do is to have a default prefered smsc, like if the message has a msg.smscid=A, it should preferelly go through A - Original Message

Re: Broken Ericsson T68

2002-03-17 Thread Bruno David Rodrigues
. This way we could trim SMSC AT2 and leave all the little ugly details in an external chat script. What do you think? Regards Jörg -Ursprüngliche Nachricht- Von: Bruno David Rodrigues [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 15. März 2002 18:41 An: Kannel-devel (E-mail) Betreff: Broken

Re: Broken Ericsson T68

2002-03-17 Thread Bruno David Rodrigues
- Original Message - From: Bruno David Rodrigues [EMAIL PROTECTED] To: Kannel-devel (E-mail) [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 2:56 PM Subject: Re: Broken Ericsson T68 This modem is even works!! This modem is even worst!!! I mean

Re: AT2 with wavecom again

2002-03-17 Thread Bruno David Rodrigues
- Original Message - From: Richard Braakman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 11:16 AM Subject: Re: AT2 with wavecom again Actually there seems to be a much bigger bug in the piece of code in question: if(modem_type_string != NULL) {

[Patch] at2 fixes

2002-03-17 Thread Bruno David Rodrigues
I've commited to cvs the fixes to at2.

Broken Ericsson T68

2002-03-15 Thread Bruno David Rodrigues
I've discovered that Ericsson T68 is REALLY broken! When receiving SMS's, there's at least two bugs. First non-bug is that the init string have to be AT+CNMI=3,3 Because that's almost the only parameteres accepted: AT+CNMI=? +CNMI: (3),(0,1,3),(0,2),(0),(0) but that's ok, because it

Re: messages with udh

2002-03-14 Thread Bruno David Rodrigues
- Original Message - From: Avner Sternheim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 9:19 AM Subject: RE: messages with udh The SMSC operator wrote me that they are using the udh instead of the DCS. There's no using udh instead of the DCS. This don't make

Re: messages with udh

2002-03-14 Thread Bruno David Rodrigues
I've tried the patch in my system and commited it to CVS. I hope it now works for you. - Original Message - From: Avner Sternheim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 9:19 AM Subject: RE: messages with udh The SMSC operator wrote me that they are

Re: Character set recoding.. Can we eliminate it?

2002-03-13 Thread Bruno David Rodrigues
- Original Message - From: Worik Macky Turei Stanton [EMAIL PROTECTED] To: kannel-devel [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 11:18 PM Subject: Character set recoding.. Can we eliminate it? Friends. I am only working with SMPP for now, and have no knowledge of other

Re: messages with udh

2002-03-13 Thread Bruno David Rodrigues
- Original Message - From: Avner Sternheim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 3:43 PM Subject: messages with udh I'm using 2 versions of KANNEL. one: 1.1.5 other : last CVS version. I'm sending via http the same message with the same paramters

Re: [RFI] convert and cygwin

2002-03-13 Thread Bruno David Rodrigues
ny to have the alligata png's converted "from fat32 to ntfs" hihihiih) - Original Message - From: Oded Arbel To: Bruno David Rodrigues ; Kannel-devel (E-mail) Sent: Wednesday, March 13, 2002 8:48 AM Subject: RE: [RFI] convert and cygwin I'm not su

Re: charset question (Greek)

2002-03-13 Thread Bruno David Rodrigues
- Original Message - From: Richard Braakman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 11:11 AM Subject: Re: charset question (Greek) On Wed, Mar 13, 2002 at 10:22:40AM +0100, Andreas Fink wrote: I would suggest that recoding doesnt occur at all unless

Re: [RFI] convert and cygwin

2002-03-13 Thread Bruno David Rodrigues
- Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Bruno David Rodrigues [EMAIL PROTECTED] Cc: Kannel-devel (E-mail) [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 10:29 PM Subject: Re: [RFI] convert and cygwin Bruno David Rodrigues wrote: ... checking for convert

Re: Kannel broken with Nokia 7110

2002-03-13 Thread Bruno David Rodrigues
Title: RE: Kannel broken with Nokia 7110 It's fixed now. It's not that keepalive = -1 if undefined. I forgot *blush* to check if keepalive != 0 when sending the command. - Original Message - From: Oded Arbel To: Andreas Fink ; [EMAIL PROTECTED] Sent: Monday, March 11,

Re: alphanumeric senderid not working?

2002-03-13 Thread Bruno David Rodrigues
Could you please check last patch in cvs ? - Original Message - From: Andrea Viscovich [EMAIL PROTECTED] To: Dieter Kneffel [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 9:07 AM Subject: Re: alphanumeric senderid not working? I had same problems. I think in the

Re: charset question (Greek)

2002-03-12 Thread Bruno David Rodrigues
Can't you do a get like ...coding=1text=insert utf-8 herecharset=utf-8 kannel should convert your chars to iso-8859-1 and then to gsm alphabet and send the 7bit message correctly I know it works (or worked?) because I've sent every gsm_alphabet to my mobile to test it (and then discovered that

Re: Another coding question.

2002-03-12 Thread Bruno David Rodrigues
I've done the lamer way. I'm searching for # text and if present, fall back to ucs2 That's somewhere in urltrans.c, check for mo_recode - Original Message - From: Oded Arbel [EMAIL PROTECTED] To: Kannel-devel (E-mail) [EMAIL PROTECTED] Sent: Monday, March 11, 2002 5:45 PM Subject:

Re: [RFI+Patch] AT2 Modems.conf

2002-03-12 Thread Bruno David Rodrigues
I've now added alphanumeric sender awareness in received messages andmsg-sms.pid set on received. - Original Message - From: Bruno David Rodrigues To: [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 8:31 PM Subject: [RFI+Patch] AT2 Modems.conf Attached

[RFI] convert and cygwin

2002-03-12 Thread Bruno David Rodrigues
... checking for convert... (cached) /cygdrive/c/WINDOWS/system32/convert ... Ouch. There's a convert in windows ? Could any of you M4 Masters make some patch to check this ? :D

Re: [RFI+Patch] AT2 Modems.conf

2002-03-12 Thread Bruno David Rodrigues
messages; added interpretation of international sender to received messages, adding a '+' on it; added setting pid field in message received; And the diff to the modems.conf is attached - Original Message - From: Bruno David Rodrigues To: [EMAIL PROTECTED] Sent: Tuesday, March

[RFI] UDH in MO messages

2002-03-08 Thread Bruno David Rodrigues
Can anyone send me a UCP example string of a long text message and a picture message so I can see if my smsc is broken or if we're gonna have a problem with MO udh interpretation... This is the first part of a picture message:

Re: [RFI] UDH in MO messages

2002-03-08 Thread Bruno David Rodrigues
- Original Message - From: Andreas Fink [EMAIL PROTECTED] To: Bruno David Simões Rodrigues [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 08, 2002 10:19 PM Subject: Re: [RFI] UDH in MO messages I've found the problem why my Siemens TC35 doesnt want to work with latest

[BUG] Bearerbox don't detect smsbox's dead

2002-03-07 Thread Bruno David Rodrigues
Bearerbox don't detect when smsbox quits (with -TERM or -KILL or PANIC) and therefor bearerbox thread count grows. I had a bug in smsbox that makes it crash and restart, and after a while, I had 300 bearerbox threads. Then I've connected to the internet and fixed the bug and restarted

next patch

2002-03-07 Thread Bruno David Rodrigues
Tomorrow, I'm gonnacommit the following, after triple-checking everything, write documentation and changelog: -mysql configuration - odded patch and something more -uniformization in at2 and emi2 logs: every debug/info/etc line says EMI2[%s]: or AT2[%s]: at2 remains with device name, emi2

Re: [RFI] octstr_recode

2002-03-06 Thread Bruno David Rodrigues
Ok. Before we think about real unicode, as we usually inject iso-8859-1 when we are sending a message, if (and only if) you set mo-recode = true in smsbox group, smsbox will try to recode the ucs2 to iso-8859-1 when it receive a message. As usually, if you don't want it, just don't set mo-recode

Re: [RFC] open issues befoer tagging and feature freeze

2002-03-06 Thread Bruno David Rodrigues
can anyone check this bug in smpp please ? Wasn't already available a patch for it ? - Original Message - From: P. A. Bagyenda [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 10:54 AM Subject: Re: [RFC] open issues befoer tagging and feature freeze Definitely add

Re: [RFI] octstr_recode

2002-03-06 Thread Bruno David Rodrigues
-BE. - Original Message - From: Oded Arbel [EMAIL PROTECTED] To: Bruno David Rodrigues [EMAIL PROTECTED]; Kannel-devel (E-mail) [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 3:03 PM Subject: RE: [RFI] octstr_recode Sorry - I didn't understand : with which setting it will recode UCS2 to utf

Re: 8 bit message problem

2002-03-05 Thread Bruno David Rodrigues
If you set udh and don't set coding, this defaults to 8 bit. But are you saying that one operating system interprets udh as present and other don't ? We use octstr_len(udh) to check the udh value, so even if udh is defined, it should be empty and the code should still set coding=7Bits. Can

Re: [RFY] Unicode in MO Messages and other patch

2002-03-05 Thread Bruno David Rodrigues
having a range of short-numbers redirected to one connection, or having the numbers +351999* are apreciated too) - Original Message ----- From: Andreas Fink To: Bruno David Rodrigues Cc: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 8:36 AM Subject: Re: [RFY] Unicode in

Re: [RFI] octstr_recode

2002-03-05 Thread Bruno David Rodrigues
Fink To: Bruno David Rodrigues Cc: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 7:38 PM Subject: Re: [RFI] octstr_recode I'm trying to use the octstr_recode function to convert a MO message from UCS2 to ISO-8859-1 or UTF-8 I was thinking in try

Re: AT2 Problem with Wavecom (latest CVS)

2002-03-04 Thread Bruno David Rodrigues
it looks like some modems (like my ericsson t68) reply with +CPIN:READY and one or two seconds later with a OK, and some modems don't issue the OK Or else, as the function have a timeout, this value should be set bigger between the +CPIN and the OK. - Original Message - From: Oded

Re: Delivery Report crash Kannel

2002-03-04 Thread Bruno David Rodrigues
Line 572 (in my code) is an octstr_get_cstr(msg-sms.receiver). It's very strange if there is no receiver at that time. If there was some changes in the code, it could be the octstr_get_cstr(msg-sms.dlr_url). Do he have a dlr-url defined in configuration ? could you please test adding a

[RFY] Unicode in MO Messages and other patch

2002-03-04 Thread Bruno David Rodrigues
I'm gonna send a patch tomorrow (after some more testing) with this: 2002-03-03 Bruno Rodrigues [EMAIL PROTECTED] * gw/smsc_emi2.c: keepalive time is now only updated after sending an operation 51 or the keepalive itself * doc/userguide/userguide.xml: added my-number information to at2

[BUG] Smsbox crash with empty messages

2002-03-01 Thread Bruno David Rodrigues
I just love CVSWEB and checking-malloc;) smsbox panics on smsbox line 1180 because of a empty text field (NULL): http://www.kannel.3glab.org/cgi-bin/viewcvs.cgi/gateway/gw/smsbox.c? annotate=1.174#1180 In patch 1.164 at 2002/01/25: udh == NULL ? ( text == NULL ? : octstr_get_cstr(text) ) :

Re: timeout

2002-02-28 Thread Bruno David Rodrigues
and where could the bug be reintroduced. (MWI has text empty, so my kannel-smsbox crashes everytime I receive a new mail :P. I'm glad I have a script to always respawn it) - Original Message - From: Andrea Viscovich [EMAIL PROTECTED] To: Bruno David Rodrigues [EMAIL PROTECTED] Sent: Tuesday

[RFY] Card size (Was: Re: Kannel DNS Problem. kannel 1.0.3)

2002-02-28 Thread Bruno David Rodrigues
is there a limit in kannel ? fixed or do it see the useragent/something and kannel addapts to it ? Nokia 3210 supports 2,5k maximum cards, Ericsson 3k and Nokia 9210 do more. and, could you help me getting ideas to an algorythm to split wml cards to a given size ? Ex: given an large card, I

Re: [PATCH] +CPIN: READY response parsed as time out

2002-02-28 Thread Bruno David Rodrigues
-devel (E-mail) [EMAIL PROTECTED] Cc: Bruno David Rodrigues [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 11:48 AM Subject: [PATCH] +CPIN: READY response parsed as time out -Original Message- From: kannel [mailto:[EMAIL PROTECTED]] Subject: Daily patch: gateway +2002-02-25 Bruno

Re: New Stable release

2002-02-25 Thread Bruno David Rodrigues
Cant we have it configurable in ./configure or config file to choose between direct, sim card or phone memory has I suggested before ? - Original Message - From: Alexei Pashkovsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 25, 2002 10:40 PM Subject: Re: New Stable

Re: last CVS updates

2002-02-25 Thread Bruno David Rodrigues
- Original Message - From: Stipe Tolj [EMAIL PROTECTED] Cc: Kannel-devel (E-mail) [EMAIL PROTECTED]; Nick Clarey [EMAIL PROTECTED]; David Holland [EMAIL PROTECTED] Sent: Monday, February 25, 2002 1:09 PM Subject: Re: last CVS updates Oded Arbel wrote: Hi list. I was wandering

Re: New Stable release

2002-02-25 Thread Bruno David Rodrigues
things and add config variable , than we have to test it for a few weeks .. are you sure thats what you want ? - Original Message - From: Bruno David Rodrigues [EMAIL PROTECTED] To: Alexei Pashkovsky [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 25, 2002 5:43 AM Subject

Re: New Stable release

2002-02-25 Thread Bruno David Rodrigues
can, someone has to merge two things and add config variable , than we have to test it for a few weeks .. are you sure thats what you want ? - Original Message - From: Bruno David Rodrigues [EMAIL PROTECTED] To: Alexei Pashkovsky [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February

Re: loadable modules ?

2002-02-25 Thread Bruno David Rodrigues
Or have a simple just-text smsbox and aditional smsbox modules to OTA, NSM, EMS, etc ;) - Original Message - From: Bernino Lind [EMAIL PROTECTED] To: Stipe Tolj [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 7:53 AM Subject: RE: loadable modules ? Dear

Ericsson T68 as SMSC

2002-02-25 Thread Bruno David Rodrigues
Oh great. Could we remove every smsc_at* to protest to the manufacturers that don't follow the standards ? (and then we could get some cheap ss7 cards and do a new smsc code :)) So, first tests (and already disapointed) Context: I'm using now (it's late at night) a cygwin version on

ETSI docs and AT

2002-02-25 Thread Bruno David Rodrigues
I've seen that +CMT is defined on 07.05 (or the new one, 27005 at ftp://ftp.3gpp.org/Specs/latest/Rel-4/27_series/27005-410.zip) but where's defined the +AFC ?!?! (I hate the information organization of 3gpp.org)

Re: SMPP throttling

2002-02-25 Thread Bruno David Rodrigues
Use more than one smsbox if necessary and disable checking malloc to allow the store.lock file to grow if necessary - Original Message - From: Matthew Flax [EMAIL PROTECTED] To: gatewayZgalore [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 6:46 AM Subject: SMPP throttling Hello,

Re: SMPP throttling

2002-02-25 Thread Bruno David Rodrigues
, $file.lock); print X $line\n; close(X); } command: #!/bin/bash lynx -source -dump 'http://localhost:13013/sendsms?user=userpass=passfrom=12345text=somethi ngto='$1 - Original Message - From: Matthew Flax [EMAIL PROTECTED] To: Bruno David Rodrigues [EMAIL PROTECTED] Cc

Re: Kannel Development

2002-02-25 Thread Bruno David Rodrigues
- Original Message - From: Andreas Fink [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 1:16 AM Subject: Re: Kannel Development yes. I'm sending a few million SMS through it every month. I would be pushing close to this number every

Re: ems sendsms sample

2002-02-25 Thread Bruno David Rodrigues
EMS is a ETSI/3GPP standard Check document 23040 at ftp://ftp.3gpp.org/Specs/latest/Rel-5/23_series/23040-520.zip BTW, for the list: Documentation refers that to send a big image, we have to send several small images (the image goes on UDH and have a limit of 32x32). Then, it says that if

Re: concatenation = true

2002-02-24 Thread Bruno David Rodrigues
You receive 8bit chars in text mode pdus ? That's wrong. Text mode is 7 bits. That means there's something wrong with the code that creates the UDH with concatenation values but does not preserve the coding value (if coding is unset, the presence of udh defines if it's 7bits or 8 bits, like

Re: SMPP causing smsbox to crash?

2002-02-22 Thread Bruno David Rodrigues
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 11:00 PM Subject: SMPP causing smsbox to crash? When kannel GETS this message looped back to itself, it freaks out and crashes. I sent the original message (to the smsc) with

Re: [REPOST] [PATCH] emi2 driver login behaviour

2002-02-22 Thread Bruno David Rodrigues
I've commited a patch that adds a reply configuration variable (boolean) to emi2 and at2. I've tested it with an test account and I won't be able to put it in production machines for a week or two BTW... What is a +1 in STATUS * smsc_emi2.c does not try to re-connect if the initial login

Re: Doing things easier - discussion

2002-01-13 Thread Bruno David Rodrigues
- Original Message - From: Tim Kehres [EMAIL PROTECTED] To: Stipe Tolj [EMAIL PROTECTED]; Bernino Lind [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, January 13, 2002 11:34 AM Subject: Re: Doing things easier - discussion Hello, There are some things which could be done

No sar implemented?

2001-11-30 Thread Bruno David Rodrigues
2001-11-30 22:19:04 [6] DEBUG: WTP_RESP: no sar implemented,aborting transaction I'm trying to connect a Ericsson T68 to kannel and I got this (and no page), why ? Is ericsson different from nokia 6210 with wap?

Re: System error 22

2001-11-29 Thread Bruno David Rodrigues
2001-11-29 07:49:27 [0] DEBUG: Started thread 5 (gwlib/http.c:write_request_thread) 2001-11-29 07:49:31 [6] INFO: Starting to service key from number to number2001-11-29 07:49:31 [5] DEBUG: HTTP: Sending request:2001-11-29 07:49:31 [5] DEBUG: Octet string at 0x404032f8:2001-11-29

Re: Several remarks about DLR ?

2001-11-15 Thread Bruno David Rodrigues
On Thu, 2001-11-15 at 13:33, Gildas PERROT wrote: Hi, 1) since dlrurl is present as a sendsms-user variable and as a CGI variable, it should be also the case of dlrmask, wouldn't it be ? The idea was to lock the dlr-url if you don't want your client to change it. And you don't want

Re: AW: SEGV on program termination

2001-11-15 Thread Bruno David Rodrigues
On Thu, 2001-11-15 at 13:30, Jrg Pommnitz wrote: am I the onliest one who sees regular crashes on program termination (all the boxes)? They are hard to track down (gdb is useless, no core dumps) so I'd like to hear other ideas. I started to have that problem when using

Re: AW: [RFC]: strip_blanks in smsbox

2001-11-15 Thread Bruno David Rodrigues
. But the messages usually work and are nice (well, some jokes sucks like hell, but again, not my problem) Regards Jrg -Ursprngliche Nachricht- Von: Bruno David Rodrigues [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 15. November 2001 15:02 An: [EMAIL PROTECTED] Betreff: [RFC

Re: dlr-url

2001-11-08 Thread Bruno David Rodrigues
um abraço, -- Bruno David Rodrigues - Original Message - From: Matthew Flax [EMAIL PROTECTED] To: gatewayZgalore [EMAIL PROTECTED] Sent: Thursday, November 08, 2001 6:23 AM Subject: dlr-url Hi, What in the msg-sms structure would I change to notify using the dlr-url msg

  1   2   >