Re: [PATCH] WSP headers with value

2005-02-02 Thread Vjacheslav Chekushin
ng the rfc 2616. (Because this is a low level parsing function, you definitely want to test.) Aarno, did you have chances to test this with various phones? Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG -- Vjacheslav

Re: [PATCH] http client/server timeout

2005-01-27 Thread Vjacheslav Chekushin
boxes with high traffic earlier timeout check will catch). - timeout for each fd (IMHO: it's oversized for our needs) Comments & votes please! -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [PATCH] WSP headers with value

2005-01-27 Thread Vjacheslav Chekushin
= -1; > parse_limit(context, val); > return WSP_FIELD_VALUE_DATA; > @@ -126,7 +126,7 @@ > *well_known_value = -1; > /* We already consumed the Quote */ > return WSP_FIELD_VALUE_NUL_STRING; > -} else { >

Re: [PATCH] Siemens SX1 kludge

2005-01-21 Thread Vjacheslav Chekushin
media values, which have no well-known binary encoding Aarno On 21.1.2005, at 10:11, Vjacheslav Chekushin wrote: Stipe Tolj wrote: Vjacheslav Chekushin wrote: Just remark. SX1 behavior _NOT_ conforms to wap specification, because besides ge

Re: [PATCH] Siemens SX1 kludge

2005-01-21 Thread Vjacheslav Chekushin
Stipe Tolj wrote: Vjacheslav Chekushin wrote: Just remark. SX1 behavior _NOT_ conforms to wap specification, because besides general encoding there is well-known encoding for Accept header: 8.4.2.7 Accept field The following rules are used to encode accept values. Accept-value = Constrained-media

Re: [PATCH] Siemens SX1 kludge

2005-01-20 Thread Vjacheslav Chekushin
lto:info_{at}_wapme-systems.de http://www.wapme-systems.de/ ------- -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [PATCH] http client timeouts part1 (v2)

2004-11-05 Thread Vjacheslav Chekushin
will receive error poll event) check if connection still ok and if not destroy it 3) before return connection from pool, unregister dummy callback Comments/votes please! -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Co

Re: closing WSP sessions

2004-11-01 Thread Vjacheslav Chekushin
nnect to bearerbox? Or may be closing sessions (scavenging) must be automatically? I can set up system parameters rlim_fd_max and rlim_fd_cur, but I do not sure of that method (system overflow may be caused) Thanx for your answers. -- Vjacheslav Chekushinmailto:[

Re: [Q] OMA browser settings

2004-09-09 Thread Vjacheslav Chekushin
upports OMA at least for P800/900. I have doubts about T100. I'm pissed off. Ruined. Don't know what to do now. Maybe I'll give you all my stuff and you'll be so kind so will run it against your smsc and maybe even my phones? ;| -- Vjacheslav Chekushin

Re: [Q] OMA browser settings

2004-09-08 Thread Vjacheslav Chekushin
Stash(tm)) Comments? Maybe anyone have WORKING code, working xml, working headers, etc? -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

MMS indication on siemens cx65

2004-08-25 Thread Vjacheslav Chekushin
Hi, list Did someone successfully send mms indication to Siemens CX65? I mean with 1.3.2 version. Because I can send only if change default encoding version for push messages from 1.3 to 1.2 in wsp_unit.c. Is there the way to make this to work without changing the sources? -- Vjacheslav Chekushin

[PATCH] Memory leak in wap-appl.c

2004-08-24 Thread Vjacheslav Chekushin
rt and doesn't deallocate it even if we have compilation error. So in case of compilation error we must free it in wap-appl.c Provided patch fixes this problem. -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp

[PATCH] wml compiler panics on some wml files

2004-08-24 Thread Vjacheslav Chekushin
oblem. ]> 1 2 3 4 -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv --- ../gateway-1.3.2_base/gw/wml_compiler.c Wed Apr 21 13:45:35 200

[PATCH] datatype inconsistency in wsp_strings.c

2004-08-23 Thread Vjacheslav Chekushin
Hi, list. This patch fix quite obviouse data type inconsistency. This make sence in 64 bit environment where sizeof(int) != sizeof(long) -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: Question about Set-Cookie encoding

2004-03-15 Thread Vjacheslav Chekushin
Hi. It is funny how my SE P900 encode version-value in Cookie header: Version "0" it encodes as octet 80 (instead of "30 00") Version "1" it encodes as octet 81 (instead of "9F") Vjacheslav Chekushin wrote: Hi, Stipe. Thank for advice, I got SE P900 (it sup

Re: Question about Set-Cookie encoding

2004-03-15 Thread Vjacheslav Chekushin
Hi, Stipe. Thank for advice, I got SE P900 (it supports even 1.4) And it processed encoded cookie successfully. So I hope that my packing code is ok. Stipe Tolj wrote: Vjacheslav Chekushin schrieb: Hi, Stipe. No, I didn't ask. But if phone states in connect PDU that it supports version-enc

Re: Question about Set-Cookie encoding

2004-03-15 Thread Vjacheslav Chekushin
atory according to the WSP specs and unit conformance documents?! -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv VAS Technologies Division

Question about Set-Cookie encoding

2004-03-15 Thread Vjacheslav Chekushin
meter Cookie-version = Version-value Cookie-name = Text-string Cookie-val = Text-string) But seems phone does not accept it. (At least it does not send Cookie header back to server) I can't find out where I am wrong. Test phone is SonyEricsson t68i and it accepts encoding version 1.3 --

Re: Encoding-Version support

2004-03-12 Thread Vjacheslav Chekushin
Hi, Stipe. Stipe Tolj wrote: Vjacheslav Chekushin schrieb: Hi, Stipe. Cookies wsp packing/unpacking is the secondary problem. The primary problem for me now is Encoding-Version support. In wsp_headers.c Version-Encodning handled in some places, but not handled in another impotent places. This is

Re: Encoding-Version support

2004-03-11 Thread Vjacheslav Chekushin
. There is used hardcoded WSP_1_2 instead of real one. So Version-Encoding support is started but not completed. Is it planed to be completed? Which way? Can I help? Stipe Tolj wrote: Vjacheslav Chekushin wrote: I want to ask about Encoding-Version support. Looking in sources, I found that some steps

Encoding-Version support

2004-03-05 Thread Vjacheslav Chekushin
duplicate(e->response_body); /* Send TR-Result.req to WTP */ -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv VAS Technologies Division

Re: SMPP SUBMIT_SM optional Parameters - how to set?

2004-02-25 Thread Vjacheslav Chekushin
AG Münsterstr. 248 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:[EMAIL PROTECTED] http://www.wapme-systems.de/ ------- -- Vjacheslav Chekushinmailto:[EMAIL

Re: Bug in wsp_server_method_states.def

2004-02-19 Thread Vjacheslav Chekushin
trip test against an MMSC and the test fails with the code in and succeeds with it out. Anyway, regardless of the scenario, does it make any sense that the WSP layer chops off the last byte of its POST data just because it is == 0x00 ? No, of course it does'nt. -- Vjach

Re: [PATCH] octstr performance

2004-01-19 Thread Vjacheslav Chekushin
were hand-optimized but not all, means more work should be done;)). Also you can find some simple benchmarks in attached .txt file. Comments and votes please! -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Binding HTTP clients calls to specific interface

2003-12-18 Thread Vjacheslav Chekushin
by calling http_start_request with wished interface) ? >>> >>>e.g. one application with 2 threads: first thread starts http request >>>through eth0 and second thread through eth1. such is impossible with >>>attached patch or I'm missing something? >>>

Re: [PATCH] Binding HTTP clients calls to specific interface

2003-12-18 Thread Vjacheslav Chekushin
h http request (i.e. by calling http_start_request with wished interface) ? e.g. one application with 2 threads: first thread starts http request through eth0 and second thread through eth1. such is impossible with attached patch or I'm missing something? On Thursday 18 December 2003 09

[PATCH] Binding HTTP clients calls to specific interface

2003-12-18 Thread Vjacheslav Chekushin
Hi, Alexander. I've included update to userguide. Could you check, is it enough? Alexander Malysh wrote: On Tuesday 16 December 2003 13:53, Vjacheslav Chekushin wrote: Hi, Alexander. The problem is that I haven't write access to CVS ;). oops, I thought you have write access...

Re: [RFC] Call for more development participation

2003-12-16 Thread Vjacheslav Chekushin
nd no vetos are there. Only one comment from me: I'm +1 for this patch , but please add this new config option to userguide. We _must_ keep userguide uptodate. On Tuesday 16 December 2003 13:00, Vjacheslav Chekushin wrote: Hi, List. I agree with Angel about his feeling. As example I can po

Re: [RFC] Call for more development participation

2003-12-16 Thread Vjacheslav Chekushin
at is the kind of randomness I'm referring to. Nobody takes offense from my comments, please. I'm just trying to explain my thoughts. Cheers. Angel Fradejas Mediafusión España, S.A. [EMAIL PROTECTED] www.mediafusion.es -- Vjacheslav Chekushinmailto:[EMAIL

Re: [BUG] wsp_headers.c, header's handling in Connect PDU

2003-12-11 Thread Vjacheslav Chekushin
ipe mailto:[EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf, NRW, Germany -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [BUG] wsp_headers.c, header's handling in Connect PDU

2003-12-11 Thread Vjacheslav Chekushin
ectly to the section of the WSP spec where you "see" that a WSP header may be empty, hence with 0x00 as value?! Stipe -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [BUG] wsp_headers.c, header's handling in Connect PDU

2003-12-11 Thread Vjacheslav Chekushin
Hi, Stipe No, it doesn't PANIC. It simply doesn't serve request because think that client doesn't support wmlc. To be correct WAP gw send "Not Acceptable" response. Stipe Tolj wrote: Vjacheslav Chekushin wrote: Hi, list. I'm encounter problem in header's handli

[BUG] wsp_headers.c, header's handling in Connect PDU

2003-12-11 Thread Vjacheslav Chekushin
image/gif 2003-12-11 09:13:44 [3] DEBUG: Accept: audio/x-wav 2003-12-11 09:13:44 [3] DEBUG: Accept: application/java-archive 2003-12-11 09:13:44 [3] DEBUG: Accept: text/vnd.sun.j2me.app-descriptor 2003-12-11 09:13:44 [3] DEBUG: WSP: End of decoded headers. -- Vjacheslav Chekushin

Re: OMA provisioning (NETWPIN)

2003-12-08 Thread Vjacheslav Chekushin
Jury Cherepanov wrote: 123456789012345 => (hex encoded string, length 8) 21 43 65 87 09 21 43 F5 Length encoded in semi-octets is 15 (true len 8). May be that can help you ??? ST> Vjacheslav Chekushin wrote: Have somebody tried OMA bootstrap provisioning? I've sent configuration to pho

OMA provisioning (NETWPIN)

2003-12-03 Thread Vjacheslav Chekushin
Hi, list. Have somebody tried OMA bootstrap provisioning? I've sent configuration to phone using USERPIN method successfully, but can't do the same with NETWPIN. I'm using semi-octet encoded IMSI as key: 123456789012345 => (hex encoded string, length 8) 21 43 65 87 09 21 4

Re: [PATCH] Http-timeout

2003-12-03 Thread Vjacheslav Chekushin
nger Weg 80 40470 Düsseldorf Fon: +49 (0211) 74 84 51 80 Fax: +49 (0211) 277 49 109 email: [EMAIL PROTECTED] web: www.centrium.de msn: [EMAIL PROTECTED] icq: 98063111 _______ Please avoid sending me Word, Excel or PowerPoint attachments. See http://www.fsf.org/philosophy/

ambiguous POST data truncation.

2003-11-28 Thread Vjacheslav Chekushin
STs. Some samsung phones send this trailing NULL in jpegs. WAP gw truncate it. Samsung phone fails to receive such truncated message. I remove this ambiguous truncation to fix the problem. I'm not sure about these "certain cgi scripts" but to remove some data from POST not a good solution.

Re: [PATCH] Naive approach to HTTP-timeouts (Final?)

2003-11-28 Thread Vjacheslav Chekushin
and help :)). If there are no objections/corrections I would like to commit the patch. Note: configuration of the timeout-values is done in http.h. Best regards, David -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [PATCH] Naive approach to HTTP-timeouts

2003-11-27 Thread Vjacheslav Chekushin
ter. IMO the discussion difftime vs. thread is needless, because we should aim for scalability, and the thread-approach scales Thus I have merged my client stuff into your thread-stuff and voila, see the attached patch. Let me know what you think :) Regards, David Vjacheslav Chekushin schrie

Re: [PATCH] Naive approach to HTTP-timeouts

2003-11-26 Thread Vjacheslav Chekushin
lculation of a difftime. Regards, David Vjacheslav Chekushin schrieb: Hi, David. Ok. Let's suppose that we get realy high load on kannel http server. So we get, let's say, ~5 new connection in second. Threrefore we will check for timeouts ~5 times in second. I think it is not efficient

Re: [PATCH] Naive approach to HTTP-timeouts

2003-11-26 Thread Vjacheslav Chekushin
t;HTTP: gwthread_poll failed."); continue; break; default: /* should not happen */ panic(0, "This is not supposed to happen!"); } } check_timeout(); [snap] That should take care of loaded environments... Regards, David Vj

Re: [PATCH] Naive approach to HTTP-timeouts

2003-11-26 Thread Vjacheslav Chekushin
gards, David -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [PATCH] Naive approach to HTTP-timeouts

2003-11-24 Thread Vjacheslav Chekushin
port just doesn't exists in > the dictionary anymore. > > On Monday 24 November 2003 13:52, Vjacheslav Chekushin wrote: > -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [PATCH] Naive approach to HTTP-timeouts

2003-11-24 Thread Vjacheslav Chekushin
done in the http.h file, which I know is not a very sane approach. Please have a look at the patch. If anyone comes up with a better solution or finds errors/mistakes: I am happy to learn :))). Mit freundlichen Gruessen/Best regards David Schmitz Softwareentwicklung

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

2003-11-21 Thread Vjacheslav Chekushin
Hi, Stipe. You can close BUG #4 now. Stipe Tolj wrote: Vjacheslav Chekushin wrote: It is not enough just to change packet size. We must avoid PANIC if maximal document size exceeded. Wap gw must send abort indication instead of PANIC if segment's count more than 255. Attached patch do it.

[PATCH] Problem with WAP-Gateway/File sizes

2003-11-21 Thread Vjacheslav Chekushin
POOL WAP GW??! Stipe mailto:[EMAIL PROTECTED] --- Wapme Systems AG -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv wtp_sar.patch.gz

[PATCH] Bug in wml_compiler.c (wml file without DTD)

2003-10-21 Thread Vjacheslav Chekushin
+513,7 @@ } /* Return WML Version dependent on xml ExternalID string */ +if (document->intSubset != NULL) externalID = octstr_create(document->intSubset->ExternalID); if (externalID == NULL) { (*wbxml)->wml_public_id = 0x04; /* WML 1.1 Public ID */ -

[BUG] #78

2003-10-21 Thread Vjacheslav Chekushin
. -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: PANIC in wapbox (Too many immutable strings.)

2003-10-21 Thread Vjacheslav Chekushin
unfortubately I have no debug log, but can supply log with level 1 (if it helps): did you compile Kannel with debugging on? Beware that the debug version of the malloc wrappers have only a certain "room" to address. -- Vjacheslav Chekushinmailto

Re: PANIC in wapbox (Too many immutable strings.)

2003-10-20 Thread Vjacheslav Chekushin
address. Stipe --- -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: [PATCH] radius accounting proxy

2003-10-15 Thread Vjacheslav Chekushin
:48:08 [2] DEBUG: WSP: Mapping string `Accept-Ranges', WSP >>>version 1.2 to binary representation `0x0004'. >>>2003-10-15 11:48:08 [2] DEBUG: WSP: Mapping string `Content-Length', WSP >>>version 1.2 to binary representation `0x000d'. >>>

Re: [BUG] http.c (http_something_accepted())

2003-10-10 Thread Vjacheslav Chekushin
"text/plain") != 0, and conclusion from http_something_accept: text/plain not acceptable. This "multi-value HTTP representation" may be then used for several other header types too, like 'Content-Type', which can look very complex in some cases. Stipe -- Vjacheslav C

Re: [BUG] http.c (http_something_accepted())

2003-10-10 Thread Vjacheslav Chekushin
Hi, Stipe. Stipe Tolj wrote: Vjacheslav Chekushin wrote: Hi, list. octstr_compare() can't be used because http headers are packed by http_pack() and headers can contain many values. So octstr_search() must be used. ok, you consider that you have multi-valued headers, like for the &#

[BUG] http.c (http_something_accepted())

2003-10-10 Thread Vjacheslav Chekushin
Hi, list. octstr_compare() can't be used because http headers are packed by http_pack() and headers can contain many values. So octstr_search() must be used. By the way, why do you need octstr_convert_range() in this function if we could use octstr_case_search() ? -- Vjacheslav Chek

[PATCH] radius accounting proxy

2003-10-09 Thread Vjacheslav Chekushin
): 2003-10-08 11:59:25 [0] DEBUG: e8 a7 2d 08 0d 00 00 00 0e 00 00 00 00 00 00 00 Then something is wrong and memory leaks are exists. -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: charset transcoding question

2003-10-08 Thread Vjacheslav Chekushin
Hi, Stipe Stipe Tolj wrote: > Vjacheslav Chekushin wrote: > >>There is transcoding staff in wap-appl.c (static void return_reply()) and >>wml_compiler.c (some parsing routines, that do charset_convert). >>There are some bugs in this transcoding staff (I affraid - many bug

Re: Radius accounting proxy thread. (need help)

2003-10-07 Thread Vjacheslav Chekushin
IUS: Mapping table contains 1 elements 2003-09-30 16:44:23 [1] DEBUG: RADIUS: Session table contains 1 elements 2003-09-30 16:44:23 [1] DEBUG: RADIUS: Client table contains 1 elements ... -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

[PATCH] BUG #33 from Mantis

2003-10-07 Thread Vjacheslav Chekushin
@@ -166,6 +166,7 @@ switch (e->type) { case T_DUnitdata_Ind: newevent = unpack_datagram(e); + if (newevent != NULL) dispatch_to_appl(newevent); break; -- Vjacheslav Chekus

charset transcoding question

2003-10-07 Thread Vjacheslav Chekushin
double work if every phone supports UTF-8? Why we can't simply send content in UTF-8? Or at least recode to original encoding only if device doesn't support UTF-8 encoding? -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Pho

Re: Radius accounting proxy thread. (need help)

2003-10-06 Thread Vjacheslav Chekushin
DEBUG: RADIUS: Mapping table contains 5 elements 2003-10-06 14:09:11 [1] DEBUG: RADIUS: Session table contains 53 elements 2003-10-06 14:09:11 [1] DEBUG: RADIUS: Client table contains 53 elements Is it a bug or planned behavior? -- Vjacheslav Chekushinmai

Re: [PATCH] Radius accounting proxy thread.

2003-10-06 Thread Vjacheslav Chekushin
] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de -------

[PATCH] Radius accounting proxy thread.

2003-10-06 Thread Vjacheslav Chekushin
RADIUS: Mapping table contains 5 elements 2003-10-06 14:09:11 [1] DEBUG: RADIUS: Session table contains 53 elements 2003-10-06 14:09:11 [1] DEBUG: RADIUS: Client table contains 53 elements Is it a bug or planned behavior? -- Vjacheslav Chekushinmailto:[EMAIL PRO

RADIUS accnt. proxy

2003-10-02 Thread Vjacheslav Chekushin
from one global "forwarder") And second question. As I see ip<->msisdn mapping is kept internally. So if our WAP gateways restarts, than all mapping will be lost. Does exist any plans to implement external storage? -- Vjacheslav Chekushinmailto:[EMAIL

[PATCH] Binding HTTP clients calls to specific interface

2003-10-02 Thread Vjacheslav Chekushin
it seems not applyable to kannel. -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv http_interface.patch.gz Description: GNU Zip compressed data

[PATCH] Bug in wml_compiler.c

2003-10-02 Thread Vjacheslav Chekushin
not applyable. Best regards. -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv wml_comp.patch.tgz Description: application/compressed

Re: [RFC] cookie support per detault in wapbox?!

2003-06-20 Thread Vjacheslav Chekushin
directive from configure and make cookie support for wapbox now a permanent default feature. Any objections for doing this? no objections?! Votes please. Stipe -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv

Re: Access limitation on wap gateway side.

2003-06-06 Thread Vjacheslav Chekushin
(http-interface-name?) and use it as value for our_host. Do you agree with it? I can write patch for this. Angus M Wood wrote: On Fri, 06 Jun 2003 08:24:37 +0300, Vjacheslav Chekushin <[EMAIL PROTECTED]> wrote: Hi, Angus. Yes, it is simple solution, if I have one WAP gateway on host. But onc

Re: Access limitation on wap gateway side.

2003-06-05 Thread Vjacheslav Chekushin
this interface. And how do you plan allow connection from some WAP gateways, denying it from others with iptables? Angus M Wood wrote: On Thu, 05 Jun 2003 13:55:03 +0300, Vjacheslav Chekushin <[EMAIL PROTECTED]> wrote: Yes, it is possible. But in some cases it is not so easy. I don

Re: Access limitation on wap gateway side.

2003-06-05 Thread Vjacheslav Chekushin
Hi, Andreas. Andreas Fink wrote: On Donnerstag, Juni 5, 2003, at 09:50 Uhr, Vjacheslav Chekushin wrote: Hi, list. I have several WAP gateways on one host (bound to different interfaces). One of WAP gateways is allowed to go into private network, but others not

Access limitation on wap gateway side.

2003-06-05 Thread Vjacheslav Chekushin
tcpip_connect_nb_to_server function (check filters or not). What people think about it? I going to implement this functionality, and I want to choose right way. Is this functionality will be accepted? How it must be configured? Any comments|advices? -- Vjacheslav Chekushinmailto:[EMAIL