2

http://ben-touron.blogspot.com/2009/11/developping-simple-sip-application-with.htmlのチュートリアルに従おうとしています。

Mobicents を使用してシンプルなサーブレットを作成します。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">

Darファイル

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

SIP サーブレットが初期化されていても、X-Lite 経由で呼び出すと、アプリケーションがルーティングされません。:(

ありがとう。

4

1 に答える 1

0

あなたは時代遅れの指示を見ていました。Mobicents SIP サーブレットに関する最近のチュートリアルをご覧ください。

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

于 2014-10-21T16:25:34.090 に答える