Re: [PATCH] Sending catenated messages in incorrect order

2005-11-20 Thread Oded Arbel
into the queue. 2. be fast The current implementation offers only features 1 and 3, and as such - incomplete. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9611212 (204) +972-54-7340014 ::.. 'I was thinking of the immortal words of Socrates who said, I drank what?' -- from

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-17 Thread Oded Arbel
(though it looks like some kind of a heap tree), but it is definitely rearranges items with the same rank, and I think it shouldn't. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9611212 (204) +972-54-7340014 ::.. Save the Earth - kill a lawyer

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-10 Thread Oded Arbel
On Thursday 10 November 2005 10:20, Stipe Tolj wrote: Enver ALTIN wrote: Hey, I've been stuggling to find out why some catenated messages submitted by Kannel were getting rejected by our EMI SMSC. Apparently the problem was the supersmart SMSC expecting catenated messages to arrive in

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-10 Thread Oded Arbel
On Thursday 10 November 2005 12:22, Alexander Malysh wrote: sorry but it seems we make workarounds for buggy SMSC. I'm -1 for this patch. They must fix SMSC instead of adding some workarounds where those don't belong to. Priority has _nothing_ todo with receiver and udh. Instead SMSC devels

Re: DLR support in AT2

2005-07-19 Thread Oded Arbel
completed initialization of the modem, then further messages sent will be rejected by the modem (as it can no longer use the network) and will receive a NACK status from kannel. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9611212 (204) +972-54-7340014 ::.. Save gas, don't

Re: DLR support in AT2

2005-07-18 Thread Oded Arbel
restart? I think you have a confusion as to what is DLR. Anyway - the new AT driver (which was at2 previously) has full support for DLRs as of version 1.3.2 IIRC check out http://www.kannel.org/cgi-bin/lxr/source/gateway/gw/smsc/smsc_at.c#L1680 -- Oded Arbel m-Wise mobile solutions [EMAIL

Re: DLR support in AT2

2005-07-18 Thread Oded Arbel
On Monday, 18 בJuly 2005 21:50, Stanislav Sinyagin wrote: --- Oded Arbel [EMAIL PROTECTED] wrote: I think you have a confusion as to what is DLR. would be nice to have more explanation here. Is it for reporting only, and not for storing the queue of those not yet delivered? DLR is about

Re: Issue with Kannel as a wap gateway

2004-05-06 Thread Oded Arbel
Thursday 06 May 2004 12:37,Paul P Komkoff Jr: Replying to Oded Arbel: Please tell me what am I missing Have you tried putting same old version to machine which isn't working now? For those symptoms that you're described (and no more) I will suggest 2 things which can cause

Re: SOAP

2004-02-11 Thread Oded Arbel
as SOAP (and some do) but its always some sort of proprietary XML schema, which is what smsc_soap was designed to handle. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. We'll cross that bridge when we come back to it later.

Re: MySQL 4.0 license change

2004-01-26 Thread Oded Arbel
26 2004, 01:56, : Oded Arbel wrote: 25 2004, 13:41,adi: On Sun, Jan 25, 2004 at 01:21:16PM +0200, Oded Arbel wrote: If OTOH you want to redistribute Kannel w/o source code (which the Kannel license allows you to do), that also means you'd need to distrbute closed source

Re: MySQL 4.0 license change

2004-01-25 Thread Oded Arbel
, at which point MySQL AB are allowed to require you to buy a server license if they want to. Oded Arbel wrote: ? 21 ? 2004, 16:18 all is the safest way. If the GPL avoiding solution is technical superior to the previous one (e.g. wider choice of DBMS), then this is even

Re: MySQL 4.0 license change

2004-01-25 Thread Oded Arbel
of it. if you want to use their product not under the GPL, then both you and MySQL AB are not confined by the GPL license and therefor can require to purchase any license they have available. AFAIK, MySQL AB do not have client development licenses. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED

Re: GSM 03.38 packed data in SMPP messages

2003-12-25 Thread Oded Arbel
this for GSM modems as they speak directly on the wire. all SMPP SMSCs I've talked with do this for you so you don't need to worry about it. Or maybe unpatched Kannel has an option to do this unpacking that I'm unaware of? :/ See AT driver. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED

Re: GSM 03.38 packed data in SMPP messages

2003-12-25 Thread Oded Arbel
25 2003, 14:05,Rafael 'Dido' Sevilla: On Thu, Dec 25, 2003 at 01:42:42PM +0200, Oded Arbel wrote: Are such SMSC's that send text data packed as per GSM 03.38 common? you have to do this for GSM modems as they speak directly on the wire. all SMPP SMSCs I've talked with do

Re: Fastest modem polling

2003-07-20 Thread Oded Arbel
workaround. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.

Re: [ANNOUNCE] Compatibility breaking in next release

2003-07-20 Thread Oded Arbel
this to the list as I know how much people here dislike change (I'm all for you guys, don't like it myself ;-). but if we're already on the subject of breaking compatibility.. Patch attached. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014

Re: Fastest modem polling

2003-07-20 Thread Oded Arbel
On Sunday 20 July 2003 09:42, Oded Arbel wrote: To initialize the modem the first time I run kannel after a reboot I still have to load the at driver. Somehow this triggers something that at2 doesn't. Only need to do it once. This is a known issue - check the STATUS file for a simple

Re: [ANNOUNCE] Compatibility breaking in next release

2003-07-20 Thread Oded Arbel
On Sunday 20 July 2003 15:06, Alexander Malysh wrote: On Sunday 20 July 2003 13:23, Oded Arbel wrote: On Sunday 20 July 2003 14:39, Alexander Malysh wrote: I can not undestand , why this change should be done? We use msg id only for our internally purposes and msg id has nothing todo

Re: [ANNOUNCE] Compatibility breaking in next release

2003-07-20 Thread Oded Arbel
id. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. I thought my life would seem more interesting with a musical score and a laugh track. -- Calvin and Hobbes

Re: at2 DLR weirdness

2003-07-20 Thread Oded Arbel
them network message IDs of lost messages ? Is it easy to make these IDs appear in the kannel logfiles ? They appear on the AT2 log after CMGS response. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. We are all star stuff, we are the universe

Re: at2 DLR weirdness

2003-07-20 Thread Oded Arbel
. Is it possible to fingerprint an SMSC ? There are some unique bugs and features that can be detected on some SMSCs of some providers. I don't think a comprehensive list has ever been set up. I also think that the Kannel project is in a unique situation that allows us to do just that.. -- Oded Arbel m

Re: at2 DLR weirdness

2003-07-19 Thread Oded Arbel
messages on the network even though a DELIVERED dlr has been received. this is usually due to some SMSC abstraction (we usually do not conenct directly to the network SMSCs, but to a network operator's abstraction layer) that drops messages on the floor at convinient times. -- Oded Arbel

Re: [ANNOUNCE] dropping smsc_at and renaming smsc_emi/emi2

2003-07-19 Thread Oded Arbel
Bruno Rodrigues wrote: I'm gonna drop smsc_at module and rename at2 to at. I'm also gonna rename emi to emi_x25 and emi2 to emi, and document that this emi_x25 should be used for UCP/EMI through X25 unless someone wants to code it on smsc_emi (new one). Is it ok for you ? +1 from me on both

Re: smsc_soap.c fixed - comments?

2003-06-23 Thread Oded Arbel
it into the gwlib/utils.c file. I've sent a patch to Stipe. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Do you dream in colors or do you discriminate ?