RE: How implement tariff class

2003-01-07 Thread Oded Arbel
There are several billing/tariff patches that were submitted to the list - I'm not aware of any of them beind commited to the CVS, but you can hunt the devel list archives for some examples. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014

RE: How implement tariff class

2003-01-07 Thread Oded Arbel
Well, I can't vote on my own patch, now can I ? :-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. 90% of everything is crap -- T. Sturgeon 111% of crap is everything -- L. Wall -Original Message- From: Stipe Tolj [mailto:[EMAIL

RE: CMTI patch

2002-12-09 Thread Oded Arbel
Hi. I have not fully tested the CMTI patch, and there are several changes to AT2 driver since, and also several changes that are also holding off till I have time to pay attention to them. If you'd like to adapt Rene's patch to current CVS and test it I'd be grateful. -- Oded Arbel m-Wise

RE: Error in AT2 driver - 0 length PDU

2002-12-04 Thread Oded Arbel
Haven't encountered this, but it should be no problem -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. A critic is a bundle of biases held loosely together by a sense of taste. -- Whitney Balliett -Original Message

RE: Error in AT2 driver - 0 length PDU

2002-12-04 Thread Oded Arbel
, and un expected as such, and so should be logged. but its not a problem as the system can get over it pretty easily. As for the feature request - ok, if nobody will do it, I'll try to put it in next time I'm in the AT2 code. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972

RE: 1.2.1 Cygwin compile SMPP - Issue not receiving %a from SMSC

2002-11-26 Thread Oded Arbel
, but development is done on this issue). in order to succesfuly receive the message content, set interface-version to 33 (v3.3). -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Be sure to evaluate the bird-hand/bush ratio

RE: at2 swap_nibbles

2002-11-25 Thread Oded Arbel
i don't think its related to anything. the char type is a byte sized data storage, and the signed/unsigned behaviour is only important when casting to different types. -- Oded Arbel -Original Message- From: Sindunata Sudarmaji [mailto:[EMAIL PROTECTED

RE: at2 swap_nibbles

2002-11-25 Thread Oded Arbel
I see, ok. I'll fix, thanks. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Fingle's laws for existentialists - 10.If everything seems to be going well, you have obviously overlooked something. -Original Message- From: Richard

RE: at2 swap_nibbles

2002-11-25 Thread Oded Arbel
-Original Message-From: Andreas Fink [mailto:[EMAIL PROTECTED]]Sent: Monday, November 25, 2002 7:44 PMTo: Oded ArbelCc: [EMAIL PROTECTED]Subject: Re: at2 swap_nibbles It matters because of this: return ( ( byte 15 ) * 10 ) + ( byte 4 ); The

RE: at2 swap_nibbles

2002-11-25 Thread Oded Arbel
CTED]]Sent: Monday, November 25, 2002 8:05 PMTo: Oded ArbelCc: [EMAIL PROTECTED]Subject: Re: at2 swap_nibbles On Montag, November 25, 2002, at 06:54 Uhr, Oded Arbel wrote: Yes. will somebody just shoot me where I stand? will save me lots of trouble ;-) I shoud have

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-24 Thread Oded Arbel
that's a correct approach. coding anything to latin1 regardless of the SMSC's preferences or the user's preferences just because they user did not specificly enable a feature which should be auto-detected does not sound like a good idea to me. -- Oded Arbel m-Wise mobile solutions

Re: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-24 Thread Oded Arbel
. -- Oded Arbel m-Wise mobile solutions __ Scanned and protected by Inflex and McAfee AntiVirus

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-24 Thread Oded Arbel
yes but what I'm saying that is we should leave it in the character set it is. gsm_to_latin1 is something which is not a good idea either as it is run also on binary and unicode content in the current code. In a situation where you chain multiple kannels for incoming you simply

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-24 Thread Oded Arbel
one point though - how will you handle drivers (like SMPP) that allow you to send specific native character encodings instead of UCS-2 when using non-GSM compatible alphabets ? send only in unicode ? In that case the coding should indicate the specific native character set

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-24 Thread Oded Arbel
one point though - how will you handle drivers (like SMPP) that allow you to send specific native character encodings instead of UCS-2 when using non-GSM compatible alphabets ? send only in unicode ? In that case the coding should indicate the specific native

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-20 Thread Oded Arbel
My main concern is what the developers thing of having another hard-wired dependency to third-party software, iconv in this case. Yep, that wouldbe a problem. though current implementation means that if iconv isn't there, it will simply not encode- it won't break.

RE: repost: [PATCH] SMPP: data_coding (deliver_sm) votes?!

2002-11-20 Thread Oded Arbel
I would go for a ./configure --with-iconv where the default is without. So people who need it can use it and others who dont, wont. After the patch, configure will automaticly detect if iconv exist and will use it. if it does not exist, the charset_convert function will still be

RE: kannel 1.2.1 crashes then dlr in use

2002-11-10 Thread Oded Arbel
a panic - it should be a message with an empty body. what happens later is the application's developer/system integrator problem's. logging it even is redundant as various loggers on the system are logging the content of messages. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9

Re: kannel 1.2.1 crashes then dlr in use

2002-11-09 Thread Oded Arbel
, and with SMSC_FAIL you don't put it in at all), then calling DLR with one of those will remove the DLR record from storage. But thats all - no crash. - -- Oded Arbel m-Wise mobile solutions -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9zOC4R2fhD3

RE: kannel 1.2.1 crashes then dlr in use

2002-11-09 Thread Oded Arbel
received.) Why are you waiting for DLR_SMSC_SUCCESS in the dlr code ? all drivers I know that implement this functionality handle DLR_SMSC_SUCCESS internally (as they should). note about crash: i think crash occured in part of smsc_emi2.c code Sorry, don't know much about emi2. -- Oded Arbel

RE: kannel 1.2.1 crashes then dlr in use

2002-11-09 Thread Oded Arbel
storage, which doesn't really matter for persistancy, as you can't return the message to the bearerbox anyway before you get an ACK - so for sure you still have to keep it in the driver. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Daughters

RE: kannel 1.2.1 crashes then dlr in use

2002-11-09 Thread Oded Arbel
to log the fact that the message is empty : it gets sufficiently logged at other places. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. If you sell diamonds, you cannot expect to have many customers. But a diamond is a diamond even

RE: T68i as SMSC

2002-11-06 Thread Oded Arbel
as a DELIVER_SM, so it cannot be a legal SM according to the SPECS, and I don't expect that Kannel should be able to parse it correctly. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Time is what you make of it. -- Swatch slogan

RE: T68i as SMSC

2002-11-06 Thread Oded Arbel
do. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. I don't mind living in a man's world as long as I can be a woman in it. - Marilyn Monroe -Original Message- From: Oded Arbel Sent: Wednesday, November 06

Re: SMPP: data_coding (deliver_sm)

2002-11-01 Thread Oded Arbel
/msg04859/charset.patch - -- Oded Arbel m-Wise mobile solutions ::.. -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9wnpnR2fhD3+UKoQRAvxjAJ9E+2PwqenJhpse6HXbmw+vrwaDuACfVJYT HMHIya30sUQr2HYxggjLLJA= =FLFS -END PGP SIGNATURE-

RE: SMPP: data_coding (deliver_sm)

2002-10-31 Thread Oded Arbel
, but SMPP servers send GSM 7 bit alphabet encoded messages using data_coding 0x00. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. They're unfriendly, which is fortunate, really. They'd be difficult to like. -- Avon

RE: SMPP: data_coding (deliver_sm)

2002-10-31 Thread Oded Arbel
to generalize it, but I changed some stuff, to treat this code as untested. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Let's suppose you have a table with 2^n cups... Wait a second - is n a natural number? smsc_smpp.patch Description

RE: SMPP: data_coding (deliver_sm)

2002-10-30 Thread Oded Arbel
smsc weirdness? Yes.. :-/ actually it does. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Yacc owes much to a most stimulating collection of users, who have goaded me beyond my inclination, and frequently beyond my ability in their endless

RE: Chinese letter support

2002-10-29 Thread Oded Arbel
Use unicode UCS-2. you can also try to send Big5 (or your favorite chinese encoding) to Kannel and set 'charset' to your character set name and 'coding' to 3, so that Kannel can translate your character set to UCS-2 on the fly. GSM network do not specificly support chienses

RE: SMPP Limitation

2002-10-28 Thread Oded Arbel
No, this is not correct. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Famous Last Words 020-Hey, this chest just bit me! -Original Message- From: Cipher Strength [mailto:cipher_strength;hotmail.com] Sent: Monday, October 28

RE: SMPP Limitation

2002-10-28 Thread Oded Arbel
CMG is one of the better SMPP servers in my experience, and it does support async operation -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Whom the gods wish to destroy they first call promising. -Original Message- From: Cipher

RE: Configuration??

2002-10-27 Thread Oded Arbel
that you use Kannel on Linux, as that platform has a much better success ratio then windows and is also easier to administrate in case of problems. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. We all want for love to come along, but we pose

RE: [PATCH] smpp (sequence_id start with 1)

2002-10-24 Thread Oded Arbel
-1 for that patch : in msg_to_pdu(), counter_increase is called before calling pdu_create(), so the counter can never be 0 when pdu_create() is entered. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Who's more foolish? The fool, or the one

RE: tv_sec on smsc_at2

2002-10-24 Thread Oded Arbel
usec is microseconds. select will wait for 1/1000of a second and if it timed out (and got back-1 and an EAGAIN errno) it will return w/o doing anything.read the select man page. if you are sure that read_buffer() does not return then I guess there is something seriously wrong with your

RE: Message retry and backoff

2002-10-23 Thread Oded Arbel
-Original Message-From: Nisan Bloch [mailto:[EMAIL PROTECTED]] At 09:40 AM 10/23/02 +0200, you wrote: Everytime. that is - everytime the driver returns a message to the bearerbox with a non-terminal error. otherwise the message is discarded anyway. I can

RE: Message retry and backoff

2002-10-23 Thread Oded Arbel
. -Original Message-From: Nisan Bloch [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 22, 2002 10:48 PMTo: Oded Arbel; Kannel-devel (E-mail)Subject: Re: Message retry and backoffhisounds good.. Under what conditions do you retry?NisanAt 04:13 PM 10/22/02 +0200, Oded Arbel

RE: SMPP SMS-MO broken

2002-10-22 Thread Oded Arbel
the correct fix for this? just remove gsm_to_latin1 in the SMPP driver for MO's or only do gsm_to_latin1 in case coding is GSM character set? sounds simple enough. this will also make sure that binary MOs (ever got one of those?) will not be broken. -- Oded Arbel m-Wise mobile solutions [EMAIL

RE: access.log

2002-10-17 Thread Oded Arbel
to store logs in a database w/o the logging application being aware of the fact. why would you want to do that anyway ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. In a world full of people, Only some want to fly, Isn't that crazy? crazy

RE: bearerbox problem

2002-10-17 Thread Oded Arbel
Have you configured any SMSC groups ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Quickly, I must hurry, for there go my people and I am their leader. -Original Message- From: Guanghua Hou [mailto:[EMAIL PROTECTED]] Sent

RE: Small typo fix (smsc_smpp)

2002-10-17 Thread Oded Arbel
+1 for submission to CVS. this is already fixed in m-Wise private CVS, but I forgot to +synch it with the public CVS. sorry. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. peeling an orange in zero-g reminds me of a galaxy

RE: access.log

2002-10-17 Thread Oded Arbel
such stuff too and maybe you can find it publicly available. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. You know your apartment is small... when you can't know its position and velocity at the same time. you put your key in the lock

RE: access.log

2002-10-17 Thread Oded Arbel
. Another thing is to monitor the reply of our system. Another method that I forgot to mention, would be to get Kannel to log to syslog, or even a remote syslog and then write a new (or use an existing, I'm sure there are several) syslog daemon that logs to a database. -- Oded Arbel m-Wise

RE: [RFY] rolling 1.2.1 tarball?!

2002-10-17 Thread Oded Arbel
+1 here. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Do you dream in colors or do you discriminate ? -Original Message- From: Nisan Bloch [mailto:nisof;amagoblin.co.za] Sent: Thursday, October 17, 2002 10:55 AM To: Stipe Tolj

RE: bearerbox problem

2002-10-17 Thread Oded Arbel
looks weird. why would the SMPP connections be started so early ? in all of our setups the SMPP connections start at about 6 or 7th place. can I please have a look at your configuration file ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014

RE: access.log

2002-10-17 Thread Oded Arbel
Yes- thats something we already have, but sometimes its not enough - sometimes you do need the actual transactions logs. just the other day we encountered something like that. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. You single-handedly

RE: bearerbox problem

2002-10-17 Thread Oded Arbel
I have no idea. the sms router thread will stop if there are no message producers in the systems and no other flow threads. but you have SMSC connections which are message producers, and the wapbox which is also a message producers. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED

RE: [RFC] new stable maintainance release

2002-10-16 Thread Oded Arbel
Title: [RFC] new stable maintainance release yep - good idea. --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.-- Scott Adams -Original

RE: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Oded Arbel
Some SMPP servers send you in the ID a hex encoded number in the submit response and then as decimal encoded integer in the deliery message. don't ask me why. --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..I suspect people in non

RE: [RFC] SMPP TON detection

2002-10-16 Thread Oded Arbel
Yes - that sounds satisfactory (until we encounter another wierd SMPP server ;-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Myself, I'd trust him to the end of the Earth, said Ford. Oh yes, said Arthur, and how far is that ? About 12

RE: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Oded Arbel
For that we need to support optional fields in the SMPP driver - its not as easy as it looks. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Acting is not very hard. The most important things are to be able to laugh and cry. If I have

RE: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Oded Arbel
It will work as long as your SMSC sends you those optional fields. when kannel with those fields will try to parse a PDU that does not contain those fields (they are optional, after all) it will break horribly. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972

RE: Requesting the /status page...

2002-10-15 Thread Oded Arbel
Was that patch commited to CVS ? if not - I vote +1 for that patch. --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..The bear and Carl lived together in the cave for several years until, one day,the true savagery of Nature being

RE: Falcom GSM MODEM Support

2002-10-14 Thread Oded Arbel
It could be a modem problem or a sim problem - but I think its the later. have you tried sending a message with this sim using a phone ? have you tried to send a simple 7bit text message through the modem ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67

Re: smpp 3.2 compliant

2002-10-12 Thread Oded Arbel
so it may work for you. - -- Oded Arbel m-Wise mobile solutions ::.. When your life is a leaf that the seasons tear off and condemn They will bind you with love that is graceful and green as a stem. -- Leonard Cohen, Sisters of Mercy -BEGIN PGP SIGNATURE- Version: GnuPG

RE: using mobile phones as GSM modems

2002-10-10 Thread Oded Arbel
and developers please share modem success stories so that the list may be updated ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Shakespeare once said: Life is pretty stupid, with lot's of hubbub to keep you busy, but really not amounting

RE: Problem with using GSM Phone as virtual SMSC !!!

2002-10-09 Thread Oded Arbel
special drivers for normal serial lines, linux included, and so Kannel can work with them automaticly. there is a problem with the way AT2 opens serial ports - read the STATUS file for a simple work around. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014

RE: GSM Charset in kannel

2002-10-09 Thread Oded Arbel
the gsm_to_latin1 conversion table to see if it behaves correctly. it may also be a problem with the output charset. Is there any parameter, even to get a hex dump and then to decode it from my get-ulr script? You can get the message binary safe by using %b in the get-url -- Oded Arbel m-Wise

Re: smpp, ton and npi problem

2002-10-08 Thread Oded Arbel
logic to set TON to ALPHANUMERIC if the MSISDN has non-digit characters. correct me if I'm wrong. -- Oded Arbel m-Wise mobile solutions

RE: SMPP: no SMM text when receiving

2002-10-08 Thread Oded Arbel
can set the interface-version configuration directive to '33' and so instruct the SMPP server to be SMPP v3.3 compliant and delivery the SM test in the message_text parameter. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Celine: If word got

RE: SMPP: no SMM text when receiving

2002-10-08 Thread Oded Arbel
do need to have true SMPP v3.4 support, but I cannot do that currently - so some one else will have to. Thanks you very much for your quick reply. You're welcome. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. How to know if your an internet

RE: Kannel with CNMI patch

2002-10-08 Thread Oded Arbel
CNMI patch ? remind me what it does ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. The problem with people is that they're only human. -- Calvin and Hobbes -Original Message- From: Avner Sternheim [mailto:[EMAIL PROTECTED

RE: CNMI - CDSI

2002-10-06 Thread Oded Arbel
Just found out: In addition to CNMI indictations... +CDSI indications are not handled either. as in status-report notifications ? interesting. can the same patch be used to catch those with minimal modifications ? --Oded Arbelm-Wise mobile solutions[EMAIL

RE: smpp, ton and npi problem

2002-10-06 Thread Oded Arbel
send-sms service ? some people reply using the send-sms interface. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. It took a while to surface, but it appears that a long-distance credit card may have saved a U.S. Army unit from heavy

RE: CNMI - CDSI

2002-10-06 Thread Oded Arbel
2002 2:34 PMTo: Oded Arbel; [EMAIL PROTECTED]Subject: Re: CNMI - CDSI Yes, they are delivery reports. And yes... The same patch could be used. Syntax (example) is: +CDSI: "SM", 1 Having the CNMI patch already, implementation should be fairly e

RE: smpp, ton and npi problem

2002-10-03 Thread Oded Arbel
No need to change the source code in order to change the TON and NPI values used - the are configuration directives to do that. -- Oded Arbel m-Wise mobile solutions -Original Message- From: Damjan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:13 AM

Re: smpp, ton and npi problem

2002-10-03 Thread Oded Arbel
. And when you have the same setting in the source file, then you can ? that makes no sense to me, as the configuration directives simply override the defaults in the source file. -- Oded Arbel m-Wise mobile solutions

RE: [PATCH] Chararcter @ in SMPP

2002-10-02 Thread Oded Arbel
I'm sorry, but I have to vote -1 on this patch. I would have voted -2 if possible, because this patch breaks standard compatibility in Kannel entirly (GSM 03.38) in order to support a small number of broken SMSC. there is a problem with @ mapping in some non-standard compliant SMSCs, but

RE: SMPP server default data coding and all

2002-10-02 Thread Oded Arbel
, if the message has no UDH then it is unpacked. I think?! So it seems. How about contacting Comverse and asking them to fix their broken implementation ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. I believe it was Andrew Koenig who commented

RE: [PATCH] Chararcter @ in SMPP

2002-10-02 Thread Oded Arbel
-Original Message-From: Dedy Sutanto [mailto:[EMAIL PROTECTED]] But if you suspect this problem as broken implementation of SMSC, I am not agreed with you. I already test kannel 1.2.0 with 2 kinds of SMSC, Logica 2600 and Comverse SMSC. Regarding this problem,

RE: [BUG] failure to send DLR with SMPP

2002-10-02 Thread Oded Arbel
your patch - are you suggesting that getting the receiver of the original message in the source_addr field of the DLR report is not compliant with the SMPP protocol ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. The biggest lies: 23. Now, I'm

RE: [PATCH] Chararcter @ in SMPP

2002-10-02 Thread Oded Arbel
don't break the entire Kannel to support some broken implementation, breaking the SMPP driver is not better. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Everything that can be invented has been invented. -- Charles Duell, head

RE: [PATCH] Chararcter @ in SMPP

2002-10-02 Thread Oded Arbel
) but expect '@' as 0x40 and not 0x00, then that SMSC is broken. Except one SMSC which is a terribly broken SMPP implementation, I have not seen any SMSC that behaves such so I'd vote against any system wide changes to introduce support to said behaviour. -- Oded Arbel m-Wise mobile solutions

RE: [BUG] failure to send DLR with SMPP

2002-10-02 Thread Oded Arbel
or sender ? no relation to result of dlr_find. Ignore me it's late here ;-) That's ok :-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. If you can't win by reason, go for volume. -- Calvin and Hobbes On Wed, 2002-10-02 at 21:00, Oded

T68i Wap Browser.

2002-10-02 Thread Oded Arbel
Hi list. Does anyone know what is the user-agent identification string of the Wap Browser in the Ericsson T68i ? TIA --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..The President publicly apologized today to all those

RE: T68i Wap Browser.

2002-10-02 Thread Oded Arbel
: Wednesday, October 02, 2002 7:36 PMTo: Oded Arbel; Kannel-devel (E-mail)Subject: RE: T68i Wap Browser. Send them wap proxy identity headers too ;) -Original Message-From: Oded Arbel [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 02, 2002 8:26 PMTo: Igor

RE: smpp reconnect bugfix

2002-10-01 Thread Oded Arbel
; } Hmmm, I haven't understood the patch Oded. Can you point that a bit more out and tell us where it should be placed in the code? It's not patch - just pseodo code to explain the logic that I thought about. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67

RE: Set up.

2002-10-01 Thread Oded Arbel
is another Kannel. also, there is an experimental driver for Kannel that allows you to connect to an SMSC using XML over HTTP - e-mail me for more details about it. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. The Devil finds work for idle hands

RE: SMPP server default data coding and all

2002-10-01 Thread Oded Arbel
does not pack or unpack data in such a way, and IIRC no provider that we use is sending messages in such a way. AFAIK, the only drivers that actually pack and unpack 7 bit packed PDUs are the AT* drivers. Do you know which SMSC you are connecting to (manufacturer) ? -- Oded Arbel m-Wise mobile

RE: SMPP server default data coding and all

2002-10-01 Thread Oded Arbel
- you will see that both has the coding set to 0. one method of solving that problem is to have a configuration directive for the SMPP driver to name the vendor of the SMSC and then do quirks handling for each vendor with a broken implementation (Comverse is not the only one). -- Oded Arbel m-Wise

RE: SMPP server default data coding and all

2002-10-01 Thread Oded Arbel
assumptions. it doesn't say anything about having the data packed or not packed, so the Comverse SMSC is not really non-conforming to the specs, but it is implied that no packing is used when receiving or submitting 7 bit data. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116

RE: smpp reconnect bugfix

2002-09-30 Thread Oded Arbel
- the point of the excersize is to allow the receiver thread to change the status while giving precedense to the status set by the transmitter, and instead of setting SMSCCONN_ACTIVE_RECV, restore the status set by the transmitter. Comments please ? -- Oded Arbel m-Wise mobile solutions [EMAIL

RE: Incorrect Date/Time Bug?

2002-09-29 Thread Oded Arbel
not seen your original question. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Don't open airlock. Chances of being rescued Are negligible.

RE: smpp reconnect bugfix

2002-09-29 Thread Oded Arbel
able to change the status of the connection if a transmitter exist. maybe a better approach would be to have two status variables ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. 'I never met a piece of chocolate I didn't like.' -Original

RE: [BUG] SMPP

2002-09-25 Thread Oded Arbel
We're not using the latest CVS, but we have the max-pending-submits set to default (10 IIRC) , its working and I don't remember any change to SMPP that might cause the behaviour you are reporting. --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014

RE: AT parsing

2002-09-24 Thread Oded Arbel
may as well stick with what we have. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. It is far more impressive when others discover your good qualities without your help. -- Miss Manners

RE: send data message with Siemens M20 ERROR 500

2002-09-24 Thread Oded Arbel
I've seen this problem too, and I think that this is a modem specific problem - I have no problem sending the exact same data on another type of modem. I have yet to find a workaround. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014

RE: send data message with Siemens M20 ERROR 500

2002-09-24 Thread Oded Arbel
Nothing come to mind, but if you figure it out - let me know :-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Happiness often sneaks in through a door you didn't know you left open. -Original Message- From: Avner Sternheim

Re: Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Oded Arbel
instructions mostly). may I ? -- Oded Arbel m-Wise mobile solutions

RE: DLR receipts --- sms sent

2002-09-23 Thread Oded Arbel
in persistant storage) but some kind of textual description generated by the driver - often the actuall result code from the SMSC. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Reality is that which, when you stop believing in it, doesn't go

RE: Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Oded Arbel
recomendations. if we hate your code so much (not that I do) - we can change when it is in the CVS :-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. X windows: Putting new limits on productivity.

RE: Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Oded Arbel
and url encoding routines (for example). -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Never knock on Death's door. Ring the bell and run! Death hates that.

RE: Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Oded Arbel
-Original Message-From: Andreas Fink [mailto:[EMAIL PROTECTED]]Sent: Monday, September 23, 2002 4:13 PMTo: Oded ArbelCc: [EMAIL PROTECTED]Subject: Re: Octstr support for converting to and from HTML 4 entities. Oh. that was me - sorry. its no hard rule, but

RE: [REPOST] [PATCH] emi2 reconnection behaviour

2002-09-23 Thread Oded Arbel
I'd suggest to set the default of retry as 'yes', as most users do use EMI over TCP/IP. --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::.."Existence is not only temporary, it's pointless!"-- Calvin and Hobbes -Original Message-From:

RE: [PATCH] Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Oded Arbel
of writing my own test program (I'm lazy - one of the three virtues of a programmer ;-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. The most exciting phrase to hear in science, the one that heralds new discoveries, is not Eureka! but hm... that's

RE: [REPOST] [PATCH] emi2 reconnection behaviour

2002-09-23 Thread Oded Arbel
-Original Message-From: Angel Fradejas [mailto:[EMAIL PROTECTED]]Sent: Monday, September 23, 2002 4:39 PMTo: Oded ArbelCc: [EMAIL PROTECTED]Subject: RE: [REPOST] [PATCH] emi2 reconnection behaviour Oded, that's exactly what I did in my patch and wanted to do I even

RE: [REPOST] [PATCH] emi2 reconnection behaviour

2002-09-23 Thread Oded Arbel
-Original Message-From: Angel Fradejas [mailto:[EMAIL PROTECTED]] If you don't want a reconnection, you just can set the "reconnect-delay" to a very high value, and you're done (as in the rest of drivers). Wouldn't that mean that eventually Kannel will reconnect ?

[VOTE] changing Octstr comparison behaviour (was: converting to and from HTML 4 entities)

2002-09-23 Thread Oded Arbel
, right :-) thanks for pointing that out. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. If they wrote error messages in Haiku ? The ten thousand things How long do any persist? Netscape, too, has gone. OA -Original Message- OA

RE: Re[2]: [PATCH] Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Oded Arbel
- no memory leak. what I noticed was a bug in my changes to the test program and not anything in Octstr. sorry. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Reasons to Run Away 35-Because, when the GM said that there was an 'ogre' in the cave, he

RE: DLR receipts --- sms sent

2002-09-22 Thread Oded Arbel
Its not in the docs, but is otherwise obvious - embed your identifing parameter in the URL you submit to dlr-url, w/o kannel % parameter parsing. for example: dlrurl=http://myhnost/mycgi?myid=1234result=%d -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67

RE: CMTI patch - revisited...

2002-09-22 Thread Oded Arbel
depricated and replaced by the bb_smsccon functions? The SMSCented interface is the old driver API which was used for the AT module and other old modules. the AT2 driver uses the new SMSCConnn interface. I'll tell you what I think about the patch a bit later. thanks for re-submitting :-) -- Oded

  1   2   3   4   >