Mobicents - SimpleServlet 应用程序路由器未路由邀请
我正在尝试按照教程进行操作, 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在查看过时的说明。查看有关 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/