Hi!
I am implementing forwarding of SUBSCRIBE (BLF) to an Asterisk behind Kamailio.
This works but Kamailio is not requesting for Auth.
I then added SUBSCRIBE to:
https://github.com/kamailio/kamailio/blob/master/etc/kamailio.cfg#L746
And it now challenges the client correctly.
Why does this line only show REGISTER?
Shouldn't it request a challenge for all messages?
And why does it work with INVITES ootb?
Thank you!
Kind regards
Kevin