Re: [Asterisk-java-users] Sip Client Register/Unregister Handler

2015-03-05 Thread Zoumana TRAORE
Hi Paata, I will suggest you to go through Manager API for events listening as this one A quick look on the javadoc points me to this particular event class PeerStatusEvent As code sample you can almost copy/paste the one given at "Hello Events" section here https://maven.reucon.com/projects/publ

[Asterisk-java-users] Sip Client Register/Unregister Handler

2015-03-05 Thread Paata Lominadze
hello team, I'm very newbie on this technologies. I think this is great project. I want to handle sip client register/unregister event. Is there any example ho to do this. ? I took HelloLiveEverything example and made some changes but nothing of them help. mu example looks like : import java.