<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>Thanks for the information.<BR>I have both CVS and snapshot 
versions. Which one should I use really ?<BR><BR>Both versions do not have xcap 
as module. So this config is rejected:<BR>modparam("xcap", "xcap_root", "<A 
href="http://xcap-server.somewhere.com/xcap">http://xcap-server.somewhere.com/xcap</A>")<BR><BR>How 
can I do that ?<BR><BR>Thanks,<BR>ilker<BR><BR><BR>-----Original 
Message-----<BR>From: Vaclav Kubart [<A 
href="mailto:vaclav.kubart@iptel.org">mailto:vaclav.kubart@iptel.org</A>]<BR>Sent: 
Friday, April 28, 2006 1:53 PM<BR>To: &#304;lker Aktuna (Ko&#231;.net)<BR>Cc: 
serusers@lists.iptel.org<BR>Subject: Re: [Serusers] IM and presence 
problems<BR><BR>&gt; I found the issue with storing message. It was a database 
issue.<BR>&gt; I had used the example full configuration from presence handbook; 
but I didn't have the database msilo created.<BR>&gt; I think you should add 
these to the presence handbook (requirements<BR>&gt; for modules in the example 
config)<BR><BR>Good idea! Thanks.<BR><BR>&gt;<BR>&gt; Now I have a problem with 
presence. It's not working.<BR>&gt; Everytime I run the client, I receive the 
same popup saying that other client is requesting permission to see the 
presence.<BR>&gt; But even if I press "allow" each time, the other user can't 
see that I'm online.<BR><BR>This will be problem with XCAP server. Do you have 
one?<BR>If not set "auth" param of PA module to "none":<BR>&nbsp;&nbsp; 
modparam("pa", "auth", "none")<BR>If yes, take care that XCAP root given to 
client must be the same as XCAP root given to XCAP module (CVS version only! 
presence snapshot has this as parameter to PA module):<BR>&nbsp;&nbsp; 
modparam("xcap", "xcap_root", "<A 
href="http://xcap-server.somewhere.com/xcap">http://xcap-server.somewhere.com/xcap</A>")<BR><BR>There 
is a possibility of changing the XCAP root during message processing using 
function set_xcap_root (CVS version only!):<BR>&nbsp;&nbsp; set_xcap_root("<A 
href="http://">http://</A>...");<BR><BR>There can be another problem - your 
clients might use other filename with presence rules on XCAP server than default 
"presence-rules.xml". This can be changed using PA module parameter 
"pres_rules_file" (CVS 
version<BR>only!):<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modparam("pa", 
"pres_rules_file", "pres-rules.xml")<BR><BR>&gt;<BR>&gt; Could it be that I need 
to create other database or tables for presence ?<BR>&gt;<BR>&gt; Btw, I 
sometimes get the following error after some PUBLISH messages:<BR>&gt; "Warning: 
run_failure_handlers: no UAC support (0, 256)"<BR>&gt;<BR><BR>This might be (I'm 
not sure, you have to watch network traffic what happens<BR>there) due to that 
sent notification to watcher was rejected with a 4xx 
response...<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Vaclav<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&gt; Apr 28 13:21:33 
sesapp /root/sexr/sbin/ser[26607]: MSILO: publish<BR>&gt; offline messages for 
sip:200000900568888887@sip.test.net dumped Apr 28<BR>&gt; 13:21:37 sesapp 
/root/sexr/sbin/ser[26609]: SIP to XX: PUBLISH from:<BR>&gt; 
sip:200000900568888887@sip.test.net to:<BR>&gt; 
sip:200000900568888887@sip.test.net<BR>&gt; Apr 28 13:21:40 sesapp 
/root/sexr/sbin/ser[26622]: Warning:<BR>&gt; run_failure_handlers: no UAC 
support (0, 256) Apr 28 13:21:41 sesapp<BR>&gt; /root/sexr/sbin/ser[26611]: SIP 
to XX: PUBLISH from:<BR>&gt; sip:200000900568888887@sip.test.net to:<BR>&gt; 
sip:200000900568888887@sip.test.net<BR>&gt; Apr 28 13:21:41 sesapp 
/root/sexr/sbin/ser[26611]: MSILO: publish<BR>&gt; offline messages for 
sip:200000900568888887@sip.test.net dumped<BR>&gt;<BR>&gt; Thanks,<BR>&gt; 
ilker<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: Vaclav Kubart [<A 
href="mailto:vaclav.kubart@iptel.org">mailto:vaclav.kubart@iptel.org</A>]<BR>&gt; 
Sent: Friday, April 28, 2006 11:24 AM<BR>&gt; To: ?lker Aktuna (Ko&#231;.net)<BR>&gt; 
Cc: serusers@lists.iptel.org<BR>&gt; Subject: Re: [Serusers] IM and presence 
problems<BR>&gt;<BR>&gt; Hi.<BR>&gt;<BR>&gt; &gt; /root/sexr/sbin/ser[25819]: 
Delivering MESSAGE using usrloc<BR>&gt; &gt; /root/sexr/sbin/ser[25817]: MSILO: 
MESSAGE forward failed - storing<BR>&gt; &gt; it<BR>&gt; &gt; 
/root/sexr/sbin/ser[25817]: ERROR: warning_builder: buffer size<BR>&gt; &gt; 
exceeded<BR>&gt; &gt; /root/sexr/sbin/ser[25817]: WARNING: warning skipped -- 
too big<BR>&gt; &gt;<BR>&gt; &gt; There are 2 errors:<BR>&gt; &gt;<BR>&gt; &gt; 
1- message forward fails - how can I understand why ?<BR>&gt;<BR>&gt; May be, 
that destination user is not registered or something like that.<BR>&gt; You can 
catch network traffic and look into it, where could be problem.<BR>&gt;<BR>&gt; 
&gt; 2- when storing with MSILO buffer size exceeds - why ? And how can I fix it 
?<BR>&gt;<BR>&gt; I think, that this is not when storing MESSAGE content, but 
when sending reply. SER tries to add Warning header inside it and generated text 
is too long. This could be probably ignored.<BR>&gt;<BR>&gt; You can look into 
database, if the message was 
stored.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Vaclav<BR>&gt;<BR>&gt; &gt;<BR>&gt; &gt; I really need help on these issues. 
Please don't ignore my question...<BR>&gt; &gt;<BR>&gt; &gt; Thanks,<BR>&gt; 
&gt; ilker<BR>&gt; &gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;&nbsp;<BR>&gt; 
&lt;http://387555.sigclick.mailinfo.com/sigclick/06090304/030C4A02/030148<BR>&gt; 
03/15141696.jpg&gt;<BR>&gt; 
______________________________________________________________________<BR>&gt; 
______________________________________________________________________<BR>&gt; _ 
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor<BR>&gt; 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.<BR>&gt; 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.<BR>&gt; 
______________________________________________________________________<BR>&gt; 
______________________________________________________________________<BR>&gt; 
_<BR></FONT></P>
<!--445D5241795C-->
<br><br><a href="http://387555.sigclick.mailinfo.com/sigclick/0A090505/04064D02/0F024E02/19120131.jpg"><img src="http://387555.signature1.mailinfo.com/confirm2.6/0A090505/04064D02/0F024E02/19120131.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>