It is not clear which distribution you tried to use that is missing
sip-servlet-management console. There are no such distributions and I
guess you have downloaded a plain JBoss Application Server from
jboss.org. The telco products are available only in the downloads
clearly marked as "mobicents"...-something (mobicents-all or sip
servlets, etc).
Sure, it's possible to deploy your own app router. We implement all
JSR-289 compliant methods - either remove the Mobicents app router jar
and put your own jar in JBOSS_HOME/server/*/deploy/jboss-web.deployer/
OR just put your app router jar and run JBoss with run.sh
-Djavax.servlet.sip.ar.spi.SipApplicationRouterProvider=<your provider
class>
We should be able to cover the significant part of what Sailfin has to
offer + our own Mobicents-specific features. Especially with the
upcoming release. If you have specific concerns just let us know.
If you need MMS 2 + Sip Servlets in the same machine then you should
look for Mobicents Sip Servlets for JBOSs AS 5.1. This is the last
release http://downloads.sourceforge.net/project/mobicents/Mobicents%20Sip%20Servlets/Mobicents%20Sip%20Servlets%201.0/mss-1.0-jboss-5.1.0.GA-0907231440-TECH-PREVIEW.zip
But there is a much newer build in the nightly snapshots
http://hudson.jboss.org/hudson/view/Mobicents/job/MobicentsSipServletsRelease/
if you like unstable (but better) binary.
Either way, we'd be happy to hear more requirements, especially if
something present in Sailfin is missing.