servlets - How to bypass dispatchOutsideContainer in mobicents tomcat container -
I am trying to send Tomcat container to all SIP messages in my SIP servlet. However if the request of the message is different from the Yuri host IP, then Tomcat container calls sending outsideContainer () and never get my SIP servlet message. Is there any way to avoid this?
You need to make sure that your application is configured to handle requests 127.0
You can read more at
Comments
Post a Comment