2

我正在尝试遵循 http://ben-touron.blogspot.com/2009/11/developping-simple-sip-application-with.html上的教程

使用 Mobicents 创建一个简单的 Servlet。我已经配置了我的 dar 文件,并且还在 Apache Tomcat v6.0 的 server.xml 中设置了 dar 文件

查看http://www.java.net/node/699015?force=762的答案并没有找到。我也关闭了防火墙:(

服务器.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">

达尔文件

INVITE=("org.example.servlet.sip.SimpleSipServlet", "DAR\:From", "TERMINATING", "", "NO_ROUTE", "0")

即使我的 SIP Servlet 已初始化,当我通过 X-Lite 调用时,我的应用程序也没有被路由。:(

谢谢。

4

1 回答 1

0

您正在查看过时的说明。查看 Mobicents SIP Servlet 的最新教程:

http://docs.telestax.com/sip-servlets-homepage/

于 2014-10-21T16:25:34.090 回答