OF course you could just SUBSCRIBE to get NOTIFYs. But then you would need to subscribe to all users (e.g. subscribe a user whenever there is a new registration).
I think a cool feature would be a 'wildcard' subscription, e.g.: SUBSCRIBE sip:*@mydomain.com to receive all events of mydomain.com, or SUBSCRIBE *@*.
regards Klaus
On 21.10.2013 21:56, Paul Belanger wrote:
I'm looking for some information about how best to monitor presence events within kamailio? Ideally I'd be writing a python application that will monitor specific endpoints within kamailio and once there state changes I do my thing.
I know tapping into the database is an option, but figure I see if there is another method. EG: Opening a websocket to stream events?