Re: User presence subscription with IPbxApiPresenceSubscription
Hi Matthias,
I've found the reason for this issue.
It was caused because I used `h323` value for both `sip` and `num` parameters. And in case it contains digits I was unable to receive presence for this user. Now I'm using only `sip` parameter passing there `h323` value and not using `num` passing `nullptr` for it.
Thank you for your help.
Best regards,
Sergey