Hi David,
overrride_lifetime modify the "presence duration" for the dialog, early,
confirmed or terminated.
The patch I created, modify the lifetime after the call terminates, to remove
it from pua.
When the call i active, I use the lifetime of the dialog.
/Kristian.
On Wednesday 23 October
Hello,
I may have misunderstood the thread, but why not use the
override_lifetime parameter ?
http://kamailio.org/docs/modules/stable/modules/pua_dialoginfo.html#idp15277344
Would this not be easier than patching the code?
David
On 13-10-23 09:54 AM, Kristian F. Høgh wrote:
Hi,
I have se
Hi,
I have send the patch directly to Toni.
I try attaching it here again for completeness, as I wasn't subscribed to the
list using this email address.
/Kristian.
On Wednesday 23 October 2013 15:35:42 SIP Guru wrote:
Hi Kristian,
thank you. I'll check this. I think in some cases we are usi
Hi,
I think I've got the same issue.
At call creation we set dialog lifetime to 6 hours.
pua_dialoginfo uses that value and send PUBLISH for each hour, even after the
dialog terminates.
After 6 hours the entry is deleted.
To prevent the updates, I've made a small change to pua_dialoginfo module,