Hi! Is there any possibility to set Expires in PUBLISH message to never in Presence module? I want to have BLF’s that indicates states, that driven via PUBLISH, but can be really irregular (let’s say once a week)
Yes, but shouldn’t it override by modparam("presence", "max_expires", 3600)
2016-03-23 14:44 GMT+02:00 Juha Heinanen jh@tutpro.com:
Hello,
you can change the expire value in the PUBLISH request, then do msg_apply_changes() before handling it with presence module function.
Cheers, Daniel
On 23/03/16 13:17, Igor Olhovskiy wrote:
Thanks, will do!
2016-03-23 20:34 GMT+02:00 Daniel-Constantin Mierla miconda@gmail.com: