Re: [SR-Users] Monitoring events (presence)

2013-10-22 Thread Paul Belanger
On 13-10-22 01:36 PM, Paul Belanger wrote: On 13-10-22 03:14 AM, Klaus Darilion wrote: 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'

Re: [SR-Users] Monitoring events (presence)

2013-10-22 Thread Paul Belanger
On 13-10-22 03:14 AM, Klaus Darilion wrote: 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

Re: [SR-Users] Monitoring events (presence)

2013-10-22 Thread Klaus Darilion
On 22.10.2013 08:59, Juha Heinanen wrote: Klaus Darilion writes: 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 *@*. yes, cool feature for nsa. :-) They don't need this, as still most peop

Re: [SR-Users] Monitoring events (presence)

2013-10-22 Thread Juha Heinanen
Klaus Darilion writes: > 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 *@*. yes, cool feature for nsa. -- juha ___ SIP Express Router (SER) and K

Re: [SR-Users] Monitoring events (presence)

2013-10-22 Thread Klaus Darilion
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,

[SR-Users] Monitoring events (presence)

2013-10-21 Thread Paul Belanger
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 i