<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>Hi again,<BR><BR>Really your information is helping me very 
much.<BR>I re-compiled the CVS version with xcap module. And added parameters 
you suggested.<BR><BR>Now, I registered one client and I see 3 errors :<BR>1- 
after a REGISTER message I see the following line 2 times:<BR>t_uac: no socket 
found<BR><BR>2- after a SUBSCRIBE message (after register) I see the following 
errors:<BR>check_message(): Unsupported event package<BR>ERROR: subscribe.c:860: 
Error while checking message<BR>ERROR: subscribe.c:948: handle_subscription 
about to send_reply and return -2<BR><BR>3- after another SUBSCRIBE message I 
see the following lines:<BR>t_uac: no socket found<BR>ERROR: notify.c:398: Can't 
send watcherinfo notification (-7)<BR>send_winfo_notify returned -7<BR><BR>What 
is watcherinfo and why doesn't it work with the config 
?<BR><BR>Thanks,<BR>ilker<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 2:38 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; Thanks for the information.<BR>&gt; I have both CVS and 
snapshot versions. Which one should I use really ?<BR><BR>You are 
welcome.<BR><BR>CVS version is still not documented (changed parameters of 
modules, new module functions), should have some advantages like separated XCAP 
module, some performance improvements (using undocumented parameters ;-)), some 
little bugs are corrected and some features are added (details in ChangeLog 
files in module directories).<BR><BR>The snapshot should have documented all 
needed module parameters and functions, was tested for all presence 
functions.<BR><BR>You can choose, but I recommend to use presence 
snapshot.<BR><BR>&gt; Both versions do not have xcap as module. So this config 
is rejected:<BR>&gt; modparam("xcap", "xcap_root", "<A 
href="http://xcap-server.somewhere.com/xcap">http://xcap-server.somewhere.com/xcap</A>")<BR><BR>CVS 
version has XCAP module, really. (run "cvs update -d" needed?) There should be 
directory modules/xcap in source tree. For compiling it you have to add it to 
include_modules:<BR><BR>make install include_modules="dialog pa rls presence_b2b 
xcap mysql xmlrpc"<BR><BR>You need to call loadmodule in config file (like other 
modules). I recommend to have this before loading other presence 
modules:<BR><BR>loadmodule 
"/usr/lib/ser/modules/xcap.so"<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Vaclav<BR>&gt;<BR>&gt; How can I do that ?<BR>&gt;<BR>&gt; Thanks,<BR>&gt; 
ilker<BR>&gt;<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 1:53 PM<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; &gt; I found the issue with storing message. It was a 
database issue.<BR>&gt; &gt; I had used the example full configuration from 
presence handbook; but I didn't have the database msilo created.<BR>&gt; &gt; I 
think you should add these to the presence handbook (requirements<BR>&gt; &gt; 
for modules in the example config)<BR>&gt;<BR>&gt; Good idea! 
Thanks.<BR>&gt;<BR>&gt; &gt;<BR>&gt; &gt; Now I have a problem with presence. 
It's not working.<BR>&gt; &gt; Everytime I run the client, I receive the same 
popup saying that other client is requesting permission to see the 
presence.<BR>&gt; &gt; But even if I press "allow" each time, the other user 
can't see that I'm online.<BR>&gt;<BR>&gt; This will be problem with XCAP 
server. Do you have one?<BR>&gt; If not set "auth" param of PA module to 
"none":<BR>&gt;&nbsp;&nbsp;&nbsp; modparam("pa", "auth", "none")<BR>&gt; 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>&gt;&nbsp;&nbsp;&nbsp; modparam("xcap", "xcap_root",<BR>&gt; "<A 
href="http://xcap-server.somewhere.com/xcap">http://xcap-server.somewhere.com/xcap</A>")<BR>&gt;<BR>&gt; 
There is a possibility of changing the XCAP root during message processing using 
function set_xcap_root (CVS version only!):<BR>&gt;&nbsp;&nbsp;&nbsp; 
set_xcap_root("<A href="http://">http://</A>...");<BR>&gt;<BR>&gt; There can be 
another problem - your clients might use other filename<BR>&gt; with presence 
rules on XCAP server than default "presence-rules.xml".<BR>&gt; This can be 
changed using PA module parameter "pres_rules_file" (CVS<BR>&gt; version<BR>&gt; 
only!):<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modparam("pa", 
"pres_rules_file", "pres-rules.xml")<BR>&gt;<BR>&gt; &gt;<BR>&gt; &gt; Could it 
be that I need to create other database or tables for presence ?<BR>&gt; 
&gt;<BR>&gt; &gt; Btw, I sometimes get the following error after some PUBLISH 
messages:<BR>&gt; &gt; "Warning: run_failure_handlers: no UAC support (0, 
256)"<BR>&gt; &gt;<BR>&gt;<BR>&gt; This might be (I'm not sure, you have to 
watch network traffic what<BR>&gt; happens<BR>&gt; there) due to that sent 
notification to watcher was rejected with a 4xx 
response...<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Vaclav<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&gt; &gt; Apr 28 
13:21:33 sesapp /root/sexr/sbin/ser[26607]: MSILO: publish<BR>&gt; &gt; offline 
messages for sip:200000900568888887@sip.test.net dumped Apr<BR>&gt; &gt; 
28<BR>&gt; &gt; 13:21:37 sesapp /root/sexr/sbin/ser[26609]: SIP to XX: PUBLISH 
from:<BR>&gt; &gt; sip:200000900568888887@sip.test.net to:<BR>&gt; &gt; 
sip:200000900568888887@sip.test.net<BR>&gt; &gt; Apr 28 13:21:40 sesapp 
/root/sexr/sbin/ser[26622]: Warning:<BR>&gt; &gt; run_failure_handlers: no UAC 
support (0, 256) Apr 28 13:21:41 sesapp<BR>&gt; &gt; /root/sexr/sbin/ser[26611]: 
SIP to XX: PUBLISH from:<BR>&gt; &gt; sip:200000900568888887@sip.test.net 
to:<BR>&gt; &gt; sip:200000900568888887@sip.test.net<BR>&gt; &gt; Apr 28 
13:21:41 sesapp /root/sexr/sbin/ser[26611]: MSILO: publish<BR>&gt; &gt; offline 
messages for sip:200000900568888887@sip.test.net dumped<BR>&gt; &gt;<BR>&gt; 
&gt; Thanks,<BR>&gt; &gt; ilker<BR>&gt; &gt;<BR>&gt; &gt; -----Original 
Message-----<BR>&gt; &gt; From: Vaclav Kubart [<A 
href="mailto:vaclav.kubart@iptel.org">mailto:vaclav.kubart@iptel.org</A>]<BR>&gt; 
&gt; Sent: Friday, April 28, 2006 11:24 AM<BR>&gt; &gt; To: ?lker Aktuna 
(Ko&#231;.net)<BR>&gt; &gt; Cc: serusers@lists.iptel.org<BR>&gt; &gt; Subject: Re: 
[Serusers] IM and presence problems<BR>&gt; &gt;<BR>&gt; &gt; Hi.<BR>&gt; 
&gt;<BR>&gt; &gt; &gt; /root/sexr/sbin/ser[25819]: Delivering MESSAGE using 
usrloc<BR>&gt; &gt; &gt; /root/sexr/sbin/ser[25817]: MSILO: MESSAGE forward 
failed -<BR>&gt; &gt; &gt; storing it<BR>&gt; &gt; &gt; 
/root/sexr/sbin/ser[25817]: ERROR: warning_builder: buffer size<BR>&gt; &gt; 
&gt; exceeded<BR>&gt; &gt; &gt; /root/sexr/sbin/ser[25817]: WARNING: warning 
skipped -- too big<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; There are 2 
errors:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 1- message forward fails - how can I 
understand why ?<BR>&gt; &gt;<BR>&gt; &gt; May be, that destination user is not 
registered or something like that.<BR>&gt; &gt; You can catch network traffic 
and look into it, where could be problem.<BR>&gt; &gt;<BR>&gt; &gt; &gt; 2- when 
storing with MSILO buffer size exceeds - why ? And how can I fix it ?<BR>&gt; 
&gt;<BR>&gt; &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; &gt;<BR>&gt; &gt; You can 
look into database, if the message was stored.<BR>&gt; &gt;<BR>&gt; 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Vaclav<BR>&gt; &gt;<BR>&gt; 
&gt; &gt;<BR>&gt; &gt; &gt; I really need help on these issues. Please don't 
ignore my question...<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Thanks,<BR>&gt; &gt; 
&gt; ilker<BR>&gt; &gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; 
&gt;<BR>&gt; &gt;<BR>&gt; &gt; 
&lt;http://387555.sigclick.mailinfo.com/sigclick/06090304/030C4A02/0301<BR>&gt; 
&gt; 48<BR>&gt; &gt; 03/15141696.jpg&gt;<BR>&gt; &gt; 
____________________________________________________________________<BR>&gt; 
&gt; __<BR>&gt; &gt; 
____________________________________________________________________<BR>&gt; 
&gt; __ _ Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor<BR>&gt; 
&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; 
&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; &gt; 
____________________________________________________________________<BR>&gt; 
&gt; __<BR>&gt; &gt; 
____________________________________________________________________<BR>&gt; 
&gt; __<BR>&gt; &gt; _<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;&nbsp;<BR>&gt; 
&lt;http://387555.sigclick.mailinfo.com/sigclick/0A090505/04064D02/0F024E<BR>&gt; 
02/19120131.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/07000606/04004F01/020C4D01/24813153.jpg"><img src="http://387555.signature1.mailinfo.com/confirm2.6/07000606/04004F01/020C4D01/24813153.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>