Hi,
but I've understood correctly. I only need kamailio and no other
software if I use the force_active switch?
Thanks
Jonathan
________________________________
Von: sr-users-bounces(a)lists.sip-router.org
[mailto:sr-users-bounces@lists.sip-router.org] Im Auftrag von Peter
Dunkley
Gesendet: Donnerstag, 26. Januar 2012 14:36
An: SIP Router "- Kamailio (OpenSER) and SIP Express Router (SER) -Users
Mailing "List
Betreff: Re: [SR-Users] Enable application/pidf+xml
Hi,
I am afraid I am not familiar with the configuration of those clients
for presence.
What should happen is that the client should PUBLISH at around the same
time as you REGISTER. When you change your presence information
(online/offline/busy, or your status message, or your avatar) the client
should send another PUBLISH updating your presentity.
When Kamailio receives the PUBLISH you should detect this and call
handle_publish() (in the presence module). It is handle_publish() that
populates the presentity table.
Regards,
Peter