<HTML >
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">

                                                                <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-16">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="EXPIRESABSOLUTE" CONTENT="Tue, 01 Jun 1999 12:00:00 GMT">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PRIVATE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<TITLE></TITLE>

<META content="MSHTML 6.00.2900.2838" name=GENERATOR></HEAD>
                                                        <BODY >
                                                                <DIV><!-- Converted from text/plain format -->
<P><FONT size=2>H i,<BR><BR>Thanks for your answer.<BR>I see in my logs that 
both %$registered_host&nbsp; and %si are same but<BR>if 
(!avp_equals_xl("$registered_host", "%si"))<BR><BR>fails !<BR><BR>I also tried 
:<BR>if (!avp_equals_xl("%$registered_host", "%si"))<BR><BR>But it also 
failed.<BR><BR>Any idea why ?<BR><BR>Could it be that they are different types 
of variables ? IP address and text 
?<BR><BR>Thanks,<BR>ilker<BR><BR>-----Original Message-----<BR>From: Miklos 
Tirpak [<A href="mailto:miklos@iptel.org">mailto:miklos@iptel.org</A> &lt;<A 
href="mailto:miklos@iptel.org">mailto:miklos@iptel.org</A>&gt; ]<BR>Sent: 
Wednesday, July 12, 2006 6:45 PM<BR>To: &#304;lker Aktuna (Ko&#231;.net)<BR>Cc: 
serusers@iptel.org<BR>Subject: Re: [Serusers] prevent INVITE without 
REGISTERing<BR><BR>&#304;lker Aktuna (Ko&#231;.net) wrote:<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
Thanks,<BR>&gt;<BR>&gt; That configuration is accepted but now my "registered" 
client is<BR>&gt; denied at both following lines:<BR>&gt;<BR>&gt; if 
(!lookup_user("From")) {<BR><BR>check if the From HF is the same in the INVITE 
as the To HF in the REGISTER, and check the uri table in your 
database<BR><BR>&gt; if ((!avp_equals_xl("$registered_host", "%si") ||<BR>&gt; 
!avp_equals_xl("$registered_port", "%sp"))) {<BR>&gt;<BR>&gt; How can I print 
$registered_host to log ?<BR><BR>xlog("L_ERR", "registered_host = 
%$registered_host \n");<BR><BR>&gt; I can print %si with xlog().<BR><BR>I 
guess<BR>xlog("L_ERR", "src ip = %si \n");<BR><BR>Miklos<BR><BR>&gt;<BR>&gt; 
Thanks,<BR>&gt; ilker<BR>&gt;<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; 
From: Miklos Tirpak [<A 
href="mailto:miklos@iptel.org">mailto:miklos@iptel.org</A> &lt;<A 
href="mailto:miklos@iptel.org">mailto:miklos@iptel.org</A>&gt; ]<BR>&gt; Sent: 
Wednesday, July 12, 2006 4:01 PM<BR>&gt; To: &#304;lker Aktuna (Ko&#231;.net)<BR>&gt; Cc: 
serusers@iptel.org<BR>&gt; Subject: Re: [Serusers] prevent INVITE without 
REGISTERing<BR>&gt;<BR>&gt; &#304;lker Aktuna (Ko&#231;.net) wrote:<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; Thanks Miklos,<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt; I think this is just what I'm looking for.<BR>&gt;&nbsp; 
&gt; But I get some errors for this line:<BR>&gt;&nbsp; &gt; if ((src_ip != 
@ruri.host) || (src_port != @ruri.port)) {<BR>&gt;<BR>&gt; You can access src_ip 
and src_port via xl_lib:<BR>&gt;<BR>&gt; $registered_host = @ruri.host;<BR>&gt; 
$registered_port = @ruri.port;<BR>&gt;<BR>&gt; if 
((!avp_equals_xl("$registered_host", "%si"))<BR>&gt; || 
(!avp_equals_xl("$registered_port", "%sp"))) {<BR>&gt; ...<BR>&gt;<BR>&gt; 
Miklos<BR>&gt;<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;&nbsp; 0(30074) parse error 
(175,16-17): syntax error&nbsp; &gt;&nbsp; 0(30074) parse<BR>&gt; error 
(175,16-17): ip address or hostname expected&nbsp; &gt;&nbsp; 0(30074) 
parse<BR>&gt; error (175,16-17): bad command&nbsp; &gt;&nbsp; 0(30074) parse 
error (175,21-22):<BR>&gt; bad command&nbsp; &gt;&nbsp; 0(30074) parse error 
(175,21-22): bad command&nbsp; &gt;<BR>&gt; 0(30074) parse error (175,26-27): 
bad command&nbsp; &gt;&nbsp; 0(30074) parse error<BR>&gt; (175,26-27): bad 
command&nbsp; &gt;&nbsp; 0(30074) parse error (175,28-30): bad<BR>&gt; 
command&nbsp; &gt;&nbsp; 0(30074) parse error (175,31-32): bad command&nbsp; 
&gt;&nbsp; 0(30074)<BR>&gt; parse error (175,32-40): bad command&nbsp; 
&gt;&nbsp; 0(30074) parse error<BR>&gt; (175,41-43): bad command&nbsp; 
&gt;&nbsp; 0(30074) parse error (175,44-45): bad<BR>&gt; command&nbsp; 
&gt;&nbsp; 0(30074) parse error (175,49-50): bad command&nbsp; &gt;&nbsp; 
0(30074)<BR>&gt; parse error (175,49-50): bad command&nbsp; &gt;&nbsp; 0(30074) 
parse error<BR>&gt; (175,54-55): bad command&nbsp; &gt;&nbsp; 0(30074) parse 
error (175,54-55): bad<BR>&gt; command&nbsp; &gt;&nbsp; 0(30074) parse error 
(175,55-56): bad command&nbsp; &gt;&nbsp; 0(30074)<BR>&gt; parse error 
(175,57-58): bad command&nbsp; &gt;&nbsp; &gt; Any idea why ?<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt; Thanks,<BR>&gt;&nbsp; &gt; ilker<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt; -----Original Message-----<BR>&gt;&nbsp; &gt; From: 
Miklos Tirpak [<A href="mailto:miklos@iptel.org">mailto:miklos@iptel.org</A> 
&lt;<A href="mailto:miklos@iptel.org">mailto:miklos@iptel.org</A>&gt; ]&nbsp; 
&gt; Sent: Wednesday,<BR>&gt; July 12, 2006 11:58 AM&nbsp; &gt; To: &#304;lker Aktuna 
(Ko&#231;.net)&nbsp; &gt; Cc:<BR>&gt; serusers@iptel.org&nbsp; &gt; Subject: Re: 
[Serusers] prevent INVITE without<BR>&gt; REGISTERing&nbsp; &gt;&nbsp; &gt; Hi 
Ilker,&nbsp; &gt;&nbsp; &gt; just my first idea, not tested:<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; 1. lookup the From HF<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt; if (!lookup_user("From")) {<BR>&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # reject the 
INVITE<BR>&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
...<BR>&gt;&nbsp; &gt; }<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; 2. save original 
To UID and Request URI&nbsp; &gt;&nbsp; &gt; $orig_to_uid =<BR>&gt; 
$tu.uid;&nbsp; &gt; $orig_req_uri = @ruri;&nbsp; &gt;&nbsp; &gt; 3. set To UID 
-- registrar<BR>&gt; module will use this in the lookup&nbsp; &gt;&nbsp; &gt; 
$tu.uid = $fu.uid;&nbsp; &gt;&nbsp; &gt; 4.<BR>&gt; lookup &gt;From HF and 
compare the source address of the INVITE with&nbsp; &gt;<BR>&gt; the source 
address of the REGISTER message&nbsp; &gt;&nbsp; &gt; if<BR>&gt; 
(lookup("location")) {<BR>&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ((src_ip != @ruri.host) 
|| (src_port != @ruri.port)) {<BR>&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
# reject the INVITE<BR>&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
...<BR>&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}<BR>&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # restore 
original To UID and Request URI<BR>&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $tu.uid = 
$orig_to_uid;<BR>&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
attr2uri("$orig_req_uri");<BR>&gt;&nbsp; &gt; } else {<BR>&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # reject the 
INVITE<BR>&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
...<BR>&gt;&nbsp; &gt; }<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; Note, that the 
above solution is a bit ugly, you can get into<BR>&gt; troubles&nbsp; &gt; when 
the user registers multiple contact addresses. It is<BR>&gt; better to&nbsp; 
&gt; disable branches (see append_branches parameter in<BR>&gt; registrar 
module),&nbsp; &gt; but you loose some functionality.<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt; Regards,<BR>&gt;&nbsp; &gt; Miklos<BR>&gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt; &#304;lker Aktuna (Ko&#231;.net) wrote:<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; Hi everyone,<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; I am still trying to find a solution to this 
problem. (but<BR>&gt; couldn't&nbsp; &gt; &gt; find&nbsp; &gt; yet)&nbsp; &gt; 
Victor was trying to help me but I think<BR>&gt; he's not&nbsp; &gt; able to 
reply these days.<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; Is 
there any idea to achieve what I need.<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; Thanks,<BR>&gt;&nbsp; &gt;&nbsp; &gt; 
ilker<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; 
&gt;<BR>&gt; 
----------------------------------------------------------------------<BR>&gt;&nbsp; 
&gt;&nbsp; &gt; --<BR>&gt;&nbsp; &gt;&nbsp; &gt; *From:* 
serusers-bounces@lists.iptel.org&nbsp; &gt;&nbsp; &gt;<BR>&gt; [<A 
href="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</A> 
&lt;<A 
href="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</A>&gt; 
] *On Behalf Of *&#304;lker Aktuna<BR>&gt; &gt; &gt; (Ko&#231;.net)&nbsp; &gt; *Sent:* 
Tuesday, July 11, 2006 1:41 PM&nbsp; &gt; *To:*<BR>&gt; Victor&nbsp; &gt; 
Stanescu&nbsp; &gt; *Cc:* serusers@iptel.org&nbsp; &gt; *Subject:* RE:<BR>&gt; 
[Serusers]&nbsp; &gt; prevent INVITE without REGISTERing&nbsp; &gt;&nbsp; &gt; 
Hi,&nbsp; &gt;&nbsp; &gt; What<BR>&gt; if my proxy&nbsp; &gt; does not handle 
authenticating INVITE messages ?<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; 
&gt;&nbsp; &gt; In that case I think the best way is to lookup location 
table<BR>&gt; for&nbsp; &gt; the&nbsp; &gt; source URI.<BR>&gt;&nbsp; &gt;&nbsp; 
&gt; If the source URI location matches the location in that table<BR>&gt; 
then&nbsp; &gt; we&nbsp; &gt; must permit INVITE message.<BR>&gt;&nbsp; 
&gt;&nbsp; &gt; How can I configure this ?<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; Thanks,<BR>&gt;&nbsp; &gt;&nbsp; &gt; 
ilker<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; -----Original 
Message-----<BR>&gt;&nbsp; &gt;&nbsp; &gt; From: 
serusers-bounces@lists.iptel.org&nbsp; &gt;&nbsp; &gt;<BR>&gt; [<A 
href="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</A> 
&lt;<A 
href="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</A>&gt; 
] On Behalf Of Victor Stanescu<BR>&gt; &gt; &gt; Sent: Monday, July 10, 2006 
1:49 PM&nbsp; &gt; Cc: serusers@iptel.org&nbsp; &gt;<BR>&gt; &gt; Subject: Re: 
[Serusers] prevent INVITE without REGISTERing&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt; Please read "domain" instead of "gtstelecom.ro":<BR>&gt;&nbsp; 
&gt;&nbsp; &gt; www_authorize("domain",<BR>&gt;&nbsp; &gt;&nbsp; &gt; 
"subscriber") and proxy_authorize("domain", "subscriber"),&nbsp; &gt;<BR>&gt; 
otherwise&nbsp; &gt; the code fragment will not be correct. I forgot to&nbsp; 
&gt;<BR>&gt; replace with a generic name.<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt; Victor Stanescu wrote:<BR>&gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp; &gt; I think it is easier to force him to authenticate the 
INVITE.<BR>&gt; If&nbsp; &gt; he&nbsp; &gt; is&nbsp; &gt; able to authenticate 
the INVITE, why do you care if<BR>&gt; he is&nbsp; &gt; &gt; registered&nbsp; 
&gt; or not?<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt; if (method=="REGISTER") {<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp; if(!src_ip=="other") {<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
(!www_authorize("gtstelecom.ro", "subscriber")) {<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
www_challenge("domain", "0");<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
break;<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
save("location");<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; log("Replicating 
REGISTER\n");<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t_replicate("other", 
"5060");<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp; } else 
{<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
save("location");<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp; break;<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt; } 
else {<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # this 
is an INVITE<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp; if 
(!proxy_authorize("gtstelecom.ro", "subscriber")) {<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
proxy_challenge("domain", "1");<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<BR>&gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # route the call<BR>&gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp; ...<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt; };<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp; &gt; &#304;lker Aktuna (Ko&#231;.net) wrote:<BR>&gt;&nbsp; 
&gt;&nbsp; &gt;&nbsp; &gt;&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt; Hi 
all,<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt;<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&gt; Is it possible to prevent any user calling without 
registering ?<BR>&gt;&nbsp; &gt;&nbsp; &gt; What&nbsp; &gt;&gt; is the best way 
to do this ?<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt; I guess I'll have to 
check if the source URI exists in<BR>&gt; location&nbsp; &gt; 
table.<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt; What is the easiest way to 
do this ?<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt;<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&gt; If there is a more robust way to do it, please 
suggest...<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt;<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&gt; Thanks,<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt; 
ilker<BR>&gt;&nbsp; &gt;&nbsp; &gt;&nbsp; &gt;&gt;<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;&nbsp; &gt;&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;&nbsp; 
&gt;<BR>&gt;&nbsp; &gt;&nbsp; &gt;<BR><BR></FONT></P>
<!--445D5241795C-->
<br><br><a href="http://387555.sigclick.mailinfo.com/sigclick/0A0C0204/04064E00/0A06054D/0319451132.jpg"><img src="http://387555.signature1.mailinfo.com/confirm2.6/0A0C0204/04064E00/0A06054D/0319451132.jpg" border="0" nosend="1"></a><!--445D5241795C//--></DIV>
                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">
                                                                        <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">_____________________________________________________________________________________________________________________________________________</DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa,&nbsp; icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz&nbsp; ve&nbsp; tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz.&nbsp; Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez. </DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential&nbsp; information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however,&nbsp; sender&nbsp; cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.</DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana">_____________________________________________________________________________________________________________________________________________</DIV>
                                                                                <DIV STYLE="FONT-SIZE: 7pt; COLOR: gray; FONT-FAMILY: verdana" ALIGN="justify">
</DIV>
</DIV>
</DIV></BODY></HTML>