<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.0">
</HEAD>
<BODY>
<BR>
hi,<BR>
<BR>
i m add <B><FONT COLOR="#0000ff">presence</FONT></B> module in openser 1.3.<BR>
but it not working properly. <BR>
<BR>
when x-lite send a subscribe to client-B, it receive notify but with different body.<BR>
i see in the table <FONT COLOR="#0000ff"><B>presentity </B></FONT><FONT COLOR="#313000">it shows right body.</FONT><BR>
<BR>
<BR>
where is the problem?????<BR>
<BR>
<BR>
<BR>
my configuration like this for subscribe and publish......<BR>
<BR>
<FONT COLOR="#0000ff">route[2]</FONT><BR>
<FONT COLOR="#0000ff">{</FONT><BR>
<FONT COLOR="#0000ff"> sl_send_reply("100","trying");</FONT><BR>
<BR>
<BR>
<FONT COLOR="#0000ff"> append_to_reply("Contact: <sip:sip.pyrogroup.com:5060>\r\n");</FONT><BR>
<FONT COLOR="#0000ff"> if (!t_newtran())</FONT><BR>
<FONT COLOR="#0000ff"> {</FONT><BR>
<FONT COLOR="#0000ff"> sl_reply_error();</FONT><BR>
<FONT COLOR="#0000ff"> exit;</FONT><BR>
<FONT COLOR="#0000ff"> };</FONT><BR>
<BR>
<FONT COLOR="#0000ff"> if(is_method("PUBLISH"))</FONT><BR>
<FONT COLOR="#0000ff"> {</FONT><BR>
<BR>
<FONT COLOR="#0000ff"> if($hdr(Sender)!= NULL)</FONT><BR>
<FONT COLOR="#0000ff"> handle_publish("$hdr(Sender)");</FONT><BR>
<FONT COLOR="#0000ff"> else</FONT><BR>
<FONT COLOR="#0000ff"> handle_publish();</FONT><BR>
<FONT COLOR="#0000ff"> t_release();</FONT><BR>
<FONT COLOR="#0000ff"> }</FONT><BR>
<FONT COLOR="#0000ff"> else</FONT><BR>
<FONT COLOR="#0000ff"> if( is_method("SUBSCRIBE"))</FONT><BR>
<FONT COLOR="#0000ff"> {</FONT><BR>
<FONT COLOR="#0000ff"> handle_subscribe();</FONT><BR>
<FONT COLOR="#0000ff"> t_release();</FONT><BR>
<FONT COLOR="#0000ff"> }</FONT><BR>
<BR>
<FONT COLOR="#0000ff"> exit;</FONT><BR>
<FONT COLOR="#0000ff">}</FONT><BR>
<BR>
<BR>
<BR>
Thanks & Regards,<BR>
Amit
</BODY>
</HTML>