Dear All,<div><br></div><div><div>I am having some unexpected behaviour with SIP presence and would like some clarification.</div><div><br></div><div>I have a FS server setup to manage sip presence (manage-presence=true in the SIP profile) and have two clients connected. The clients online/offline status is reported correctly however when a client publishes an activity of "away" the other client only receives status "open" without the associated activity. Here is the XML that I have observed on the wire (IP addresses replaced):</div>
<div><br></div><div>PUBLISH (sent by client)</div><div><br></div><div><div><?xml version="1.0" encoding="UTF-8"?></div><div><presence xmlns="urn:ietf:params:xml:ns:pidf"</div><div> xmlns:es="urn:ietf:params:xml:ns:pidf:status:rpid-status"</div>
<div> entity="sip:3011@a.b.c.d"></div><div> <tuple id="sg89ae"></div><div> <status></div><div> <basic>open</basic></div><div> <es:activities></div>
<div> <es:activity>away</es:activity></div><div> </es:activities></div><div> </status></div><div> <contact priority="0.8">sip:3011@a.b.c.d</contact></div><div>
<note>away</note></div><div> </tuple></div><div></presence></div></div><div><br></div><div>NOTIFY (sent by FS)</div><div><br></div><div><div><?xml version="1.0" encoding="ISO-8859-1"?> </div>
<div><presence xmlns='urn:ietf:params:xml:ns:pidf' </div><div> xmlns:dm='urn:ietf:params:xml:ns:pidf:data-model' </div><div> xmlns:rpid='urn:ietf:params:xml:ns:pidf:rpid' </div>
<div> xmlns:c='urn:ietf:params:xml:ns:pidf:cipid' entity='sip:3011@a.b.c.d'></div><div> <tuple id='t6a5ed77e'></div><div> <status></div><div> <basic>open</basic></div>
<div> </status></div><div> </tuple></div><div> <dm:person id='p06360c4a'></div><div> <dm:note>Available</dm:note></div><div> </dm:person></div><div></presence></div>
</div><div><br></div></div><div>I observe the same behaviour when a client sends other activities such as dnd, busy, etc.</div><div><br></div><div>I thought that FS would just forward the published status/activity to the subscribers. Is there a way to configure FS to behave in this way?</div>
<div><br></div><div>Thank you very much in advance.</div><div><br></div><div>Anthony</div>