我正在努力学习教程,http://ben-touron.blogspot.com/2009/11/developping-simple-sip-application-with.html
使用Mobicents创建一个简单的Servlet。我已经配置了我的雷达文件,并在ApacheTomcatV6.0中的server.xml中设置了雷达文件。
在http://www.java.net/node/699015?force=762那里寻找答案&没有发现任何答案。我也关闭了防火墙
Server.xml
<Service className="org.mobicents.servlet.sip.startup.SipStandardService" congestionControlCheckingInterval="-1" darConfigurationFileLocation="file:///E:/Research/SIP/SipServlets/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/conf/dars/mobicents-dar.properties" name="Sip-Servlets" sipApplicationDispatcherClassName="org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl" sipStackPropertiesFile="conf/mss-sip-stack.properties">Dar文件
INVITE=("org.example.servlet.sip.SimpleSipServlet", "DAR\:From", "TERMINATING", "", "NO_ROUTE", "0")当我通过routed调用时,即使我的Servlet已经初始化,我的应用程序也不会被路由。:(
谢谢。
发布于 2014-10-21 16:25:34
你在看过时的指示。看看关于的最新教程:
http://docs.telestax.com/sip-servlets-homepage/
https://stackoverflow.com/questions/9037888
复制相似问题