RE: special symbols with 7-bit encoding

2008-02-19 Thread Igor Ivoilov
:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 21:20 To: Igor Ivoilov Subject: Re: special symbols with 7-bit encoding This might be dependent on the SMSC type you use. On 19.02.2008, at 07:53, Igor Ivoilov wrote: > Please advice how to specify symbols like euro,yen,pound,dollar,@ &g

special symbols with 7-bit encoding

2008-02-18 Thread Igor Ivoilov
Please advice how to specify symbols like euro,yen,pound,dollar,@ and brackets {} and [] in post request to the kannel. I need to use 7-bit coding, so I specify coding=0, charset=windows-1252 and I tried to use windows-1252 codes of these symbols and gsm 03.38 codes. In both cases some garbage

RE: smpp server

2006-07-21 Thread Igor Ivoilov
Hi Anand, See perl module Net::SMPP, it has server side implementation. I use it for test purposes. Regards, Igor -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 16:48 To: Anand Gupta Cc: devel@kannel.org; users@kannel.org Subject: Re: smpp serve

RE: SAR_SEGM_SIZE

2005-03-07 Thread Igor Ivoilov
Hi All, In our infrastructure I am using SAR_SEGM_SIZE 1400 without any problem. But I am not sure if it is applicable everywhere. Minimum MTU according to standards is 576, though most equpment now has MTU 1500. So you can use higher SAR_SEGM_SIZE on your own risk. The risk does not look high,

RE: UCP/EMI 4.5

2005-01-11 Thread Igor Ivoilov
rom that I see that changes are mostly cosmetic and backward compatible Igor > -Original Message- > From: Christian Vandrei [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 6:12 PM > To: Igor Ivoilov > Cc: devel@kannel.org > Subject: Re: UCP/EM

UCP/EMI 4.5

2005-01-04 Thread Igor Ivoilov
Hi all, Can anybody share a spec for this beast? I need at least to understand if current version of kannel can work with it Igor

RE: how many sms?

2004-09-28 Thread Igor Ivoilov
>From my experince in GSM 900 it takes about 6-7 seconds to send an sms, in GSM 1800 it takes about 3-4 seconds > -Original Message- > From: Witold Szablewski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 10:15 AM > To: [EMAIL PROTECTED] > Subject: how many sms? > > > He

RE: [Q] OMA browser settings

2004-09-09 Thread Igor Ivoilov
SE T100 understands OTA in a way as Nokia and Ericsson specified that, not OMA. > -Original Message- > From: Paul P Komkoff Jr [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 3:51 PM > To: Vjacheslav Chekushin > Cc: [EMAIL PROTECTED] > Subject: Re: [Q] OMA browser settings >

RE: Core dump when accessing via http

2004-08-20 Thread Igor Ivoilov
I would advise to use version 1.3.2 of Kannel, reproduce the problem and then report it > -Original Message- > From: Carel Solomon [mailto:[EMAIL PROTECTED] > Sent: Friday, August 20, 2004 6:29 PM > To: '[EMAIL PROTECTED]' > Subject: Core dump when accessing via http > > > Hi, > > I am

RE: Client WAP stack (WSP / WTP / SAR)

2004-07-26 Thread Igor Ivoilov
I have written small wap client for such purposes in perl. You can find it here http://ivoilov.net/4kannel/wap_client.zip NACK is not implemented yet, but in real life I never need it. Igor > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 25, 2

RE: UCP format and checksum

2004-06-01 Thread Igor Ivoilov
Hi Ali, The way to calculate checksum is clearly described in UCP spec. But I see that you still can not understand this description. Below there is a perl function to calculate checksum that I use in my projects. The input parament is UCP string without checksum. Hope it will help you Igor sub

RE: PLEASE DISABLE YOUR AUTOREPLY FOR ML!!! (was Re: Automaattinenpoissaolovastaus: SMPP password "to long" (segfault ))

2004-03-23 Thread Igor Ivoilov
Everybody can send him sms with such request ;) > -Original Message- > From: David Chkhartishvili [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 11:47 AM > To: [EMAIL PROTECTED] > Subject: Re: PLEASE DISABLE YOUR AUTOREPLY FOR ML!!! (was Re: > Automaattinenpoissaolovastaus: SMPP

RE: Source TCP port for Kannel

2004-02-14 Thread Igor Ivoilov
Configuring NAT is not the only option. I have the same issue with outgoing local port with my local telco, and in my sms application written in perl I have easily passed it with LocalPort option of IO::Socket::INET object. I think it is done with bind(2) and can be easily implemented in kannel

RE: Questions

2004-02-02 Thread Igor Ivoilov
iptables helps me to solve both kind of problem > -Original Message- > From: zohar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 2:37 PM > To: [EMAIL PROTECTED] > Subject: Questions > > > Hi, > I tried getting some answers on the users' list, but nobody > answered. I hope

RE: PostgresSQL DLR support

2004-01-29 Thread Igor Ivoilov
limit in delete/update statement is mysql specific, it does not work with postgres. > -Original Message- > From: Marcin Sobieszczan'ski [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 6:03 PM > To: [EMAIL PROTECTED] > Subject: Re: PostgresSQL DLR support > > > Alexander Maly

RE: header rewriting in Kannel

2004-01-27 Thread Igor Ivoilov
To have configuration mapping on your application level is much much easy than to rewrite kannel each time new model comes out. Also mangled header will confuse another application if you some day decide to have it. > -Original Message- > From: Jakob Dalsgaard [mailto:[EMAIL PROTECTED] >

RE: [PATCH-RFC] adding pids to logging

2004-01-26 Thread Igor Ivoilov
For me pids in debug log looks very usefull, and I don't think that changing in debug log can affect production running of kannel, at least it's true for me. But for me everything except access log is debug ;) So I would vote +1 for changing default behavior without changing configuration option

RE: [PATCH] WAP access-log logging 502 (Bad Gateway) for HTTP requests failing

2003-12-16 Thread Igor Ivoilov
I have applied the patch, tested for 3 cases 1. DNS can not resolve host name 2. Page accessed gives 500 error 3. gw can not connect to the http server All error are logged in wap-access.log, no problem with gateway. Now this version of gw is running on my production server. So +1 to commit to cvs

RE: wapbox access log: where are failed attemps to get url?

2003-12-12 Thread Igor Ivoilov
I am +1 too Stipe, will you do it? > -Original Message- > From: Stipe Tolj [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 3:08 AM > To: Bruno Rodrigues > Cc: [EMAIL PROTECTED] > Subject: Re: wapbox access log: where are failed attemps to get url? > > > Bruno Rodrigues wrote

RE: WAP/MMS Specs suddenly password protected?

2003-12-10 Thread Igor Ivoilov
I have downloaded just now specs from http://www.openmobilealliance.org/tech/docs/#MMS without any password > -Original Message- > From: Jorg Pommnitz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 10, 2003 12:00 PM > To: Kannel-Devel (E-Mail) > Subject: WAP/MMS Specs suddenly pass

RE: wapbox access log: where are failed attemps to get url?

2003-12-09 Thread Igor Ivoilov
> > If you consider the Apache httpd, then you have an access_log and an > error_log. Semantically this "failing" requests in the WAP GW should > be logged to error_log instead of access_log, because they *have not* > accessed anything ;) > Apache logs errors in both logs with different details.

RE: wapbox access log: where are failed attemps to get url?

2003-12-09 Thread Igor Ivoilov
> > Any suggestions why this would be semantically necessary to log to > access-log? For me access log shows users activity. Even if they are not able to get something I have to see what they have tried to access.

wapbox access log: where are failed attemps to get url?

2003-12-08 Thread Igor Ivoilov
Hi all,   I can not find in wapbox access log file records of failed attemps to fetch the given url. Let's say in a case when this url is not available from the wap gateway. Is it done on purpose? Is there a way to configure wapbox to log it?   Thanks in advance, Igor  

RE: Problem with WAP-Gateway/File sizes

2003-11-21 Thread Igor Ivoilov
Nokia 6600 does not need wap gw, the same to SonyEricsson P800. I think that when we implement ESAR there will very few phones which use wap-gw ;) > -Original Message- > From: Bruno Rodrigues [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2003 4:04 PM > To: [EMAIL PROTECTED] > Cc:

RE: Problem with WAP-Gateway/File sizes

2003-11-21 Thread Igor Ivoilov
h WAP-Gateway/File sizes > > > But your phone does accept 500k downloads? Does it support > ESAR, then ? > > Aarno > > On 20.11.2003, at 23:52, Bruno Rodrigues wrote: > > > Igor Ivoilov <[EMAIL PROTECTED]> wrote: > >> I have changed packet size

RE: Problem with WAP-Gateway/File sizes

2003-11-21 Thread Igor Ivoilov
with WAP-Gateway/File sizes > > > Igor Ivoilov <[EMAIL PROTECTED]> wrote: > > I have changed packet size to be 1400 on my production server > > and don't see any problem for now. > > I have not see javagames more than 358k till now. > > > &

RE: Problem with WAP-Gateway/File sizes [PATCH]

2003-11-20 Thread Igor Ivoilov
nal Message- > From: Stipe Tolj [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 4:37 PM > To: Igor Ivoilov > Cc: [EMAIL PROTECTED] > Subject: Re: Problem with WAP-Gateway/File sizes > > > Igor Ivoilov wrote: > > > > I have changed packet size to

RE: Problem with WAP-Gateway/File sizes

2003-11-20 Thread Igor Ivoilov
I have changed packet size to be 1400 on my production server and don't see any problem for now. I have not see javagames more than 358k till now. So as a temporary work around it's very good me. I don't have any other problem. But we provide access to our wap gw only to our customers, and we p

RE: PANIC: gwlib/octstr.c ...

2003-11-11 Thread Igor Ivoilov
[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 2:45 PM > To: Alexander Malysh > Cc: Igor Ivoilov; [EMAIL PROTECTED] > Subject: Re: PANIC: gwlib/octstr.c ... > > > Alexander Malysh wrote: > > > > Hi Igor, > > > > ++1 for this patch... > >

RE: PANIC: gwlib/octstr.c ...

2003-11-07 Thread Igor Ivoilov
The problem with PANIC: gwlib/octstr.c:2159: seems_valid_real: Assertion `ostr->data[ostr->len] == '\0'' failed. (Called from gwlib/octstr.c:923:octstr_case_search.) I have fixed to myself with the patch below. It means that something is terribly wrong in immutable octstr. I will run the patche

RE: PANIC: gwlib/octstr.c ...

2003-11-06 Thread Igor Ivoilov
c2 = toupper(needle->data[j]); if (c1 != c2) break; } if (j == needle->len) return i; } return -1; } > -Original Message- > From: Alexander Malysh [mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003

RE: PANIC: gwlib/octstr.c ...

2003-11-03 Thread Igor Ivoilov
t: Monday, November 03, 2003 4:46 PM > To: Igor Ivoilov; [EMAIL PROTECTED] > Subject: Re: PANIC: gwlib/octstr.c ... > > > Hi Igor, > > would you please recompile your kannel as follows: > ./configure _your_params_here_ --with-cflags="-DSEGFAULT_PANIC=1" > > with t

PANIC: gwlib/octstr.c ...

2003-11-03 Thread Igor Ivoilov
Hi all, I am using CVS version of kannel as of 1/11/2003. I have tested it with fakewap, (I had to change the request it sends to make wapbox happy, I've added "Accept: */*" header), there was no problem, but when I put it on production server wapbox crashes every 2-3 minutes with PANIC: gwlib

RE: SAR well tested?

2003-09-17 Thread Igor Ivoilov
You' are right. NACK is not imlemented for receiption. I did not implement it yet just because I never met a problem with that and have other very urgent stuff. > -Original Message- > From: Marco Fassiotto [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 8:48 PM > To: [EMAIL PR

EU patents

2003-08-29 Thread Igor Ivoilov
Are we concerned about European Patentability rules? http://slashdot.org/articles/03/08/29/0510200.shtml?tid=155&tid=185&tid=99

RE: help!

2003-07-12 Thread Igor Ivoilov
What is the version of Kannel you are using? Try 1.3 or later. -Original Message-From: huangcy [mailto:[EMAIL PROTECTED]Sent: Friday, July 11, 2003 10:58 AMTo: [EMAIL PROTECTED]Cc: ??Subject: help! hi,all:     i am running a kannel wap gateway in linux9.0.the fellow

RE: announce: cookies, accept headers and multipart/mixed

2003-07-12 Thread Igor Ivoilov
> > Is there any flag that device uses to say "I want sar even if > it is 100 bytes" ? > SAR is used only when the client requests it. It is possible to reply without SAR but in this case MMS won't work. Actually the client requests SAR without knowing the size of page.

RE: announce: cookies, accept headers and multipart/mixed

2003-07-10 Thread Igor Ivoilov
> > After I finish this I'll need help to debug SAR because > kannel sometimes > > is very fast and other times you see it sending three > packets at a time, > > in logs, and it's very slow, and we need to understand the > difference. > > get into touch with those implemented SAR. Check ChangeL

RE: to all developers

2003-06-05 Thread Igor Ivoilov
.+?)\s+ > Alexander Malysh > > Bruno Rodrigues > > David Holland > > Stipe Tolj > > > > People are quiet now ? > > > > > > [EMAIL PROTECTED] /usr/src/kannel/gateway/doc$ cat > ChangeLog-1.3.1 | perl > > -ne > > '/^[0-9].

RE: [Fwd: BUG in kannel]

2003-03-19 Thread Igor Ivoilov
Of course it is not a solution, but just don't use wap proxy with your P800, it works much faster without it and is able to show mp4 that it's not possible to pump through the proxy I don't think that this issue is related to SAR implementation. Many mms has the last byte as 0, and I don't see an

RE: Erricsson MMS

2003-03-14 Thread Igor Ivoilov
As a documentation you can use what each phone tell about itself See links below > -Original Message- > From: Rodrigo Sousa Coutinho [mailto:[EMAIL PROTECTED] > Sent: Friday, March 14, 2003 4:41 PM > To: Igor Ivoilov > Subject: RE: Erricsson MMS > > > > Ericss

RE: Erricsson MMS

2003-03-14 Thread Igor Ivoilov
Ericsson understands a little bit different set of media types than nokia and is more sensitive to errors in MMS format With more details on what you are trying to send I can tell you more > -Original Message- > From: Maria Turk [mailto:[EMAIL PROTECTED] > Sent: Friday, March 14, 2003 2:

RE: Siemens SEO Specification

2003-03-11 Thread Igor Ivoilov
AFAIK, siemence ota has to be sent as 8-bit sms without any udh > -Original Message- > From: Aarno Syvanen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 10:13 AM > To: Dominik Simon > Cc: devel @ kannel . 3glab . org > Subject: Re: Siemens SEO Specification > > > Hi Dominic,

RE: MIDP application and Kannel

2003-03-04 Thread Igor Ivoilov
Title: RE: MIDP application and Kannel What is your mobile model? What is the size of midi files and midlets? What is the type of connection? Sessionless or session oriented? > -Original Message- > From: Максим Якименко [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 04, 2003 7:23