Denys-

This worked. Thank you very much!

 

Best,

Will & Rich

 

From: Denys Pozniak <denys.pozniak@gmail.com>
Date: Friday, March 29, 2019 at 6:08 PM
To: "Kamailio (SER) - Users Mailing List" <sr-users@lists.kamailio.org>
Cc: William Frenkel <william.frenkel@univoxx.com>
Subject: Re: [SR-Users] presence_dialoginfo module not sending publish on dialogue change

 

Hello!

 

I am using construction below to send PUBLISH to the SERVER on call state events and it works well.

Table watchers is emty on suscriber side too.

 

...

modparam("pua", "db_url", DB_URL)

modparam("pua", "outbound_proxy", SERVER)

modparam("pua_dialoginfo", "send_publish_flag", 8)

...

request_route {

...

setflag(8);

...

}

 

пт, 29 мар. 2019 г. в 23:28, Richard Nunley <richard.nunley@univoxx.com>:

To whom can be of assistance,

 

I’m am working towards enabling presence on my Kamailio proxy but have hit a bit of a brick wall. I’m seeing dialogues being created and persisted to the database, subscriptions are being handled and rows are being written to the active_watchers table but no PUBLISH is ever being received by the server to kickoff the sending of NOTIFY to the active watchers. Further, I’m never seeing a row in the watchers table though I don’t know that this isn’t expect behavior. I’ve attached my current config for review. Any help will be greatly appreciated!

 

Thank in advance!

_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


 

--

 

BR,

Denys Pozniak