Hi,
I've been googling for a while and I haven't been able to find out how to do the following:
I would like to reject all SUBSCRIBE and NOTIFY messages received by my OpenSER server. How do I do properly?
if (method=="SUBSCRIBE") { };
if (method=="NOTIFY") { };
I couldn't find any examples and Google also didn't find anything that pointed me in the right direction.
Thanks!