Mobicents - SimpleServlet 应用程序路由器未路由邀请

发布于 2024-12-29 04:15:46 字数 1206 浏览 1 评论 0原文

我正在尝试按照教程进行操作, 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 获取答案和信息没有找到。我也关闭了防火墙:(

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 file

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

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

谢谢。

I am trying to follow the tutorial at,
http://ben-touron.blogspot.com/2009/11/developping-simple-sip-application-with.html

to create a Simple Servlet using Mobicents. I have configured my dar file and also set up the dar file in the server.xml in Apache Tomcat v6.0

Looked at http://www.java.net/node/699015?force=762 for answers & found none. I shut down the firewall as well :(

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 file

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

My application is not getting routed when I call via X-Lite even though my SIP Servlet is initialized. :(

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屌丝范 2025-01-05 04:15:46

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

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

You were looking at outdated instructions. Take a look at more recent tutorials on Mobicents SIP Servlets:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文