Hello!
Is there any method of querying presence (dialog) state for particular endpoint from config file other than that direct query to presence tables in database? Idea is to reflect server-side DND state as "confirmed" (talking) , so I need to skip certain PUBLISH messages not to reset this state.
Hello,
if there is a rpc command for that, jsonrpcs has a function to execute from routing blocks, then jansson module can be used to dissect the rpc response.
If not and no exiting function in the readmes can help, then it requires c code to implement a new function.
Cheers, Daniel
On 01.10.21 09:07, Igor Olhovskiy wrote:
Daniel.
Thanks, will have a look on this approach as well!
пт, 1 окт. 2021 г. в 07:17, Daniel-Constantin Mierla miconda@gmail.com: