@miconda hi Daniel,
follow the code path of handle_subscribe in presence/subscriber.c that leads to
`update_subscription`
- new subscription
- pres_notifier_processes = 0
- dialog subscription => event->req_auth == 0
this code doesn't change the value its null by default, the code path with req_auth !=
0, ~line 1202 does set it explicitly to null before calling the subscription handler.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1345#issuecomment-349723840