RE: multiple bearer box ?

2003-02-20 Thread Illimar Reinbusch
Hi We have in total 14 connections to different operators SMSC in thee different countryes and in short term we have reached about 150-200 msg/sec. Illimar I think my peak was in a campaign that was delayed and then I needed every resource available to do it and I had something like

Re: multiple bearer box ?

2003-02-20 Thread Aarno Syvänen
I once stress tested stand-alone bearerbox. (Standalone meaning I was using smsboxes that did not do any fetch, but returned a standard text message instead.) I got value 1200 msg/s and must use ~20 smsboxes before I reached 100 % cpu utilisation. Cpu was AMD Athlon, 800 MHz. Aarno On

Re: multiple bearer box ?

2003-02-20 Thread Kalle Marjola
On Thu, 20 Feb 2003, Aarno Syvänen wrote: I once stress tested stand-alone bearerbox. (Standalone meaning I was using smsboxes that did not do any fetch, but returned a standard text message instead.) I got value 1200 msg/s and must use ~20 smsboxes before I reached 100 % cpu utilisation.

unsubscibe

2003-02-20 Thread lijl

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Alexander Malysh wrote: Not 100% true ;) We run one logical link per bearerbox (e.g. 3 sessions for one offerer). For now I have not seen any performance bottleneck issues with bearerbox. Some of our bearerboxes running with ~60sms/sec. Now you will ask, why multiple bearerboxes ;) It's

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Aarno Syvänen wrote: I once stress tested stand-alone bearerbox. (Standalone meaning I was using smsboxes that did not do any fetch, but returned a standard text message instead.) I got value 1200 msg/s and must use ~20 smsboxes before I reached 100 % cpu utilisation. Cpu was AMD Athlon,

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Kalle Marjola wrote: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] yes, in some sense. But that would mean you have an permanent(!) input stream of 100-200 msg/sec. and this is very unlikely. Of course

Re: multiple bearer box ?

2003-02-20 Thread Alexander Malysh
Am Donnerstag, 20. Februar 2003 09:35 schrieb Kalle Marjola: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] I have sent patch to the list for avoiding this issue , but unfortunately it was not accepted ;( I

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Alexander Malysh wrote: Am Donnerstag, 20. Februar 2003 09:35 schrieb Kalle Marjola: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] I have sent patch to the list for avoiding this issue , but

Re: multiple bearer box ?

2003-02-20 Thread Andreas Fink
On Donnerstag, Februar 20, 2003, at 10:32 Uhr, Stipe Tolj wrote: Kalle Marjola wrote: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] yes, in some sense. But that would mean you have an permanent(!) input

Re: multiple bearer box ?

2003-02-20 Thread Alexander Malysh
Am Donnerstag, 20. Februar 2003 11:44 schrieb Stipe Tolj: Alexander Malysh wrote: Am Donnerstag, 20. Februar 2003 09:35 schrieb Kalle Marjola: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] I have

Re: receiving a Vcard and save toa DB

2003-02-20 Thread joseph mercado
Thanks for the advice, one more thing, i did catchall the text message send using %a, do i need to specify a keyword so that kannel know if a plain text or vcard was send? below is what i did in my kannel.conf SERVICE DEFINITION ##SMS SERVICE ## catch vcard group = sms-service keyword = magnus

Re: receiving a Vcard and save toa DB

2003-02-20 Thread joseph mercado
okay i did what u just said, here is my config # SMS SERVICE Default # there should be default always keyword = default get-url = http://localhost/magnus/vcardhandler.php?num=%pmessage=%a; max-messages = 0 i made vcardhander.php to just dump the value pass to him to a flat file. Tried to send a

SMPP 3.3 trouble

2003-02-20 Thread Raphael Bellec
Hello, I am experiencing some trouble connecting Kannel to a Comverse SMSC. I tried Kannel 1.2.1, 1.3.1 and 1.3.0 with different configurations and I still have an error that I do not understand. This may come from the Comverse SMSC, but I would like to be sure. There is also an unknown SMPP_PDU

[PATCH] Re: SMPP 3.3 trouble

2003-02-20 Thread Alexander Malysh
Hi, please try this patch... For all: generic_nack command id is 0x8000 and not 0x Am Donnerstag, 20. Februar 2003 18:17 schrieb Raphael Bellec: Hello, I am experiencing some trouble connecting Kannel to a Comverse SMSC. I tried Kannel 1.2.1, 1.3.1 and 1.3.0 with different

Re: SMPP 3.3 trouble

2003-02-20 Thread Alexander Malysh
oops, fogot the patch ;) here is it... -- Best regards / Mit besten Grüßen aus Köln Dipl.-Ing. Alexander Malysh ___ Centrium GmbH Ehrenstraße 2 50672 Köln Fon: +49 (0221) 277 49 240 Fax: +49 (0221) 277 49 109 email: [EMAIL PROTECTED] web:

[PATCH] SMPP trivial

2003-02-20 Thread Alexander Malysh
Hi list, here is trivial SMPP generic_nack fix. generic_nack command id is 0x8000 instead of 0x Please apply ... -- Best regards / Mit besten Grüßen aus Köln Dipl.-Ing. Alexander Malysh ___ Centrium GmbH Ehrenstraße 2 50672 Köln Fon: +49

kannel

2003-02-20 Thread joseph lapuz
Hi Im using the sms gateway of your kannel in sending text messages, is there's a way to change the sender'smobile numberwhen sending a message? Thanks and more power to Kannel josephDo you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day

xml to txt

2003-02-20 Thread Oleg Titov
how I can convert xml documentation into txt format? any help is very appreciated as I was unable to figure out how to run jade to fulfill this task. I need txt files to make some files for Palm OS Weasel Reader. Oleg

Chinese character

2003-02-20 Thread Andy Elacion, Jr.
Is it possible for kannel to accept and reply in chinese? If your can you give me a hint on how to do it or point me to a readme/howto on how am I going to implement it. Thank you very much in advance, Andy

Re: multiple bearer box - Netikos?

2003-02-20 Thread Nisan Bloch
At 10:20 AM 2/20/03 +0100, Stipe Tolj wrote: Alexander Malysh wrote: that's true. That's why we implemented the 'include = file' feature for the config file handling, so you can structurize the global config file for your own needs. It's like you setup an apache config for every VHost you'd

Re: multiple bearer box ?

2003-02-20 Thread Nisan Bloch
At 10:29 AM 2/20/03 +0100, Stipe Tolj wrote: ok, as all of you kick-ass with benchmark figures, I'll do too ;)) The max. throughput we reached with a Dell PowerEdge 2x CPU (1.2 GHz) Linux 2.4 Kernel in a fakesmsc - bearerbox - smsbox chain was approx. 2400 msg/sec. We had also MO values while