Hi, I'm working wich SER and making it to suport presence.<br>
<br>
Now I have SER instaled with the mySQL and pa modules loaded, the thing
is than I make the pa module to use db to store the presence data, but
when I send a Notify to the server its don't store any data in the
presentity_contact table, and I want to know why it dosen't store
anything in there.<br>
<br>
If some one knows why isn't stored any data, of if I make the notify
bad, or if I doing this in the wrong way... please tell me, my objetive
is to store the presentity status in teh data base.<br>
<br>
here is the notify than I use:<br>
<br>
NOTIFY sip:<a href="http://10.22.1.5:5060">10.22.1.5:5060</a> SIP/2.0<br>
To: &lt;<a href="mailto:sip:angel@10.22.1.249">sip:angel@10.22.1.249</a>&gt;<br>
From: &lt;<a href="mailto:sip:angel@10.22.1.249">sip:angel@10.22.1.249</a>&gt;;tag=edf6b60e8b292eeca4ee51d20e01ffa7-e36a<br>
CSeq: 1 NOTIFY<br>
Call-ID: af2756608d177822<br>
Content-Length: 244<br>
User-Agent: Sip EXpress router(0.9.3 (i386/linux))<br>
Event: presence<br>
Content-Type: application/pidf+xml<br>
Subscription-State: active;expires=594<br>
<br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br>
&lt;!DOCTYPE presence PUBLIC &quot;//IETF//DTD RFCxxxx PIDF 1.0//EN&quot; &quot;pidf.dtd&quot;&gt;<br>
&lt;presence entity=&quot;<a href="mailto:sip:ninguna@10.22.1.249">sip:ninguna@10.22.1.249</a>&quot;&gt;<br>
&lt;tuple id=&quot;9r28r49&quot;&gt;ser&quot;&gt;<br>
&nbsp; &lt;status&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;basic&gt;closed&lt;/basic&gt;<br>
&nbsp; &lt;/status&gt;<br>
&lt;/tuple&gt;<br>
&lt;/presence&gt;<br>