<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; I am trying to configure latest 
ser from cvs&nbsp;with pa module, but I haven't succeeded yet. When I run ser, 
and try to connect from a SIP client, I get the following errors:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>10(30497) parse_hfs(): Error while parsing headers<BR>10(30497) 
pa_handle_registration(): Error while parsing headers<BR>10(30497) WARNING: 
script writer didn't release transaction<BR>15(30502) parse_hfs(): Error while 
parsing headers<BR>15(30502) pa_handle_registration(): Error while parsing 
headers<BR>15(30502) WARNING: script writer didn't release 
transaction<BR>13(30500) parse_hfs(): Error while parsing headers<BR>13(30500) 
pa_handle_registration(): Error while parsing headers<BR>13(30500) WARNING: 
script writer didn't release transaction<BR>10(30497) parse_hfs(): Error while 
parsing headers<BR>10(30497) pa_handle_registration(): Error while parsing 
headers<BR>12(30499) parse_hfs(): Error while parsing headers<BR>12(30499) 
pa_handle_registration(): Error while parsing headers<BR></DIV>
<DIV>For handling presence, I use this code in ser.cfg:</DIV>
<DIV>&nbsp;</DIV>
<DIV>if(t_newtran()){<BR>&nbsp;if (method=="REGISTER"){ 
<BR>&nbsp;&nbsp;pa_handle_registration("registrar");<BR>&nbsp;&nbsp;break;<BR>&nbsp;};</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;if (method=="SUBSCRIBE"){ 
<BR>&nbsp;&nbsp;handle_subscription("registrar");<BR>&nbsp;&nbsp;break;<BR>&nbsp;};<BR>&nbsp;if 
(method=="PUBLISH"){ 
<BR>&nbsp;&nbsp;handle_publish("registrar");<BR>&nbsp;&nbsp;break;<BR>&nbsp;};</DIV>
<DIV>};<BR></DIV>
<DIV>I'm not sure&nbsp;whether this&nbsp;code&nbsp;makes sense or not. If not, 
can anybody tell me the right&nbsp;configuration for the presence agent ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; Regards,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Rafa</DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>