jain sip - sip stack implementatin outside the servlet container -


i want know if it's possible implement sip stack outside servlet container , interact between them interface. want have sip transactions , dialogs first part , can host servlet inside servlet container tomcat.

whenever sip request comes, first part receives it, parses it, sip transaction , dialog created, servlet , application should invoked chosen , the message sent servlet container through interface. servlet hosted in servlet container invoked , creates response. response goes first part , sent destination.

any idea how accomplish stack?


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -