Hi,
I wrote a sip
servlet. And i want to learn active sessions (active calls) in my Servlet. I found HashMap solution for it. When call start i put the session in to my HashMap and when it's over i remove them.
But
i want to know if there is another way to learn active sessions in my Sipservlet. I asked it because my sip servlet may run in different clusters, and may needed to meet High Availability requirements.
Thanks a lot.