<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I’m trying to enable presence but for now the&nbsp;sip_presence table is always empty and I don’t know If that is ok or not.</div><div class="">This is my internal.xml&nbsp;<a href="https://pastebin.freeswitch.org/23666" class="">https://pastebin.freeswitch.org/23666</a>&nbsp;</div><div class="">I tried with the sqlite db and postgresql but nothing has changed.</div><div class=""><br class=""></div><div class="">The table exists but is always empty:</div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">select * from sip_presence ;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp;sip_user | sip_host | status | rpid | expires | user_agent | profile_name | hostname | network_ip | network_port | open_closed&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">----------+----------+--------+------+---------+------------+--------------+----------+------------+--------------+-------------</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">(0 rows)</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">The table sip_subscriptions contains entries like:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><div style="margin: 0px;" class="">&nbsp;sip &nbsp; | 99 &nbsp; &nbsp; &nbsp; | 192.168.130.130 | 12&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | 192.168.130.130 | 192.168.130.130,192.168.130.130,test-pbx | presence | "Raphael" &lt;<a href="sip:99@192.168.130.131:27050" class="">sip:99@192.168.130.131:27050</a>&gt; | N2RiMDQ2OTkwMWVhZjYzMjIwMDM0MGZlZjU4NDM1ZDY | "Raphael" &lt;<a href="sip:99@192.168.130.130" class="">sip:99@192.168.130.130</a>&gt;;tag=a4cb4203 | SIP/2.0/UDP 192.168.130.131:27050;branch=z9hG4bK-d8754z-53ed9718e7866617-1---d8754z-;rport=27050 | 1417537731 | Bria 4 4.1.1 74256-688c7d71-M | multipart/related, application/rlmi+xml, application/pidf+xml&nbsp; | internal &nbsp; &nbsp; | test-pbx | 27050&nbsp; &nbsp; &nbsp; &nbsp; | 192.168.130.131 |&nbsp; &nbsp; &nbsp; 16 |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &lt;<a href="sip:12@192.168.130.130" class="">sip:12@192.168.130.130</a>&gt;;tag=wkBl3G43vfhs</div><div class=""><br class=""></div><div class="">and with sofia_presence_data the status is always unknown:</div><div class=""><div style="margin: 0px;" class="">freeswitch@internal&gt; sofia_presence_data list */99</div><div style="margin: 0px;" class="">status|rpid|user_agent|network_ip|network_port</div><div style="margin: 0px;" class="">unknown|unknown|Bria 4 4.1.1 74256-688c7d71-M|192.168.130.131|27050</div><div style="margin: 0px;" class="">+OK</div></div><div class=""><br class=""></div><div class="">I have enabled debugging for presence:</div><div class=""><a href="https://pastebin.freeswitch.org/23667" class="">https://pastebin.freeswitch.org/23667</a></div><div class=""><br class=""></div><div class="">FreeSWITCH Version:</div><div class=""><div style="margin: 0px;" class="">FreeSWITCH Version 1.4.13+git~20141103T195300Z~b942d0faa8~64bit (git b942d0f 2014-11-03 19:53:00Z 64bit)</div></div><div class=""><br class=""></div><div class="">Any hint what I have configured wrong?</div><div class=""><br class=""></div><div class="">Thank you,</div><div class="">Raphael</div></div></body></html>