 |
|
<<O>> Difference Topic
MobicentsFAQ
(40 - 12 Apr 2008 - Main.eduardomartins)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents Frequently Asked Questions
| | | Which JDK version is required? | |
< < | Mobicents compiles and runs on JDK 1.4 or higher. | > > | Mobicents compiles and runs on JDK 1.5 or higher. | | | Is Mobicents based on the JSLEE Reference Implementation? | | | Which versions of JBoss does Mobicents run on? | |
< < | Mobicents is currently being tested with JBoss AS 3.2.x. When time permits we would like to make sure that it runs with JBoss AS 4.x as well. | > > | Mobicents is currently being tested with JBoss AS 4.2.x. | | | What JBoss components does Mobicents use? | | | How about performance? | |
< < | As of version 1.0b1 we have reports of the following performance results: | > > | As of version 1.2b1 we have reports of the following performance results: | | |
- 100 SIP calls per second (cps) on single CPU @ 2GHz; Linux
- 370 SIP calls per second on 4 way Netra 440; Sun/Solaris
| | | How to deploy a Mobicents component when the server starts up | |
< < | | > > | | | | Interacting with SLEE from Java SE and Java EE |
|
<<O>> Difference Topic
MobicentsFAQ
(39 - 08 Dec 2007 - Main.abhayani)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents Frequently Asked Questions
| | | | |
> > |
- HTTP Servlet RA to provide the ease of HTTP request-response programming model in SLEE environment
- HTT Client RA provides the client side HTTP standard within the SLEE environment
- Persistence RA A JPA based RA that uses Hibernate
- XCAP Client RA to allow presence aware applications to connect to a hosting XCAP server
- Rules RA based on JBoss Rules
- TTS RA makes use of FreeTTS? which is speech synthesis system written entirely in the Java programming language
| | | Resource Adaptors currently in development | | | | |
< < | -- Main.ivelin - May 2005 | > > | -- Main.abhayani - 08 Dec 2007 | | |
Test
\ No newline at end of file |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents Frequently Asked Questions
| | | -- Main.ivelin - May 2005
| |
< < | | > > | Test | | | \ No newline at end of file |
|
<<O>> Difference Topic
MobicentsFAQ
(37 - 11 May 2007 - Main.edwardnorton)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents Frequently Asked Questions | |
> > | | | | |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents Frequently Asked Questions | | | | |
> > | Interacting with SLEE from Java SE and Java EE
Mobicents Management Console
Mobicents provides a convenient management and monitoring tool. Read more about it here: MobicentsManagementConsole | | | How to persist profiles
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents Frequently Asked Questions | | | | |
< < | | > > | | | | | |
> > |
Resource Adaptors currently in development | | | | |
> > | Additional Resource Adaptors notes | | | Other Resource Adaptors are available under commercial licenses by third party vendors. If you are looking for a Resource Adaptor that does not ship with Mobicents, feel free to ask on our public forums.
The source code for the RAs can be found in the core CVS tree under /ra or under a separate mobicents sub-project. | | | When you are ready to take a more active role, post a message with the most specific area you think you can contribute to. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you submit patches and implement new features. No rush. Only do it if its fun. | |
< < | In order to contribute code, you will need to Developer role. | > > | In order to contribute code, you will need to apply for Developer role. | | | You will need to have demonstrated an understanding of the codebase and testsuite by participating in the design discussions and submitting patches for bugs/enchancements before we will grant developer access. | | | Once your request is approved, please post an introduction message to the contributors forum. Tell us about your background and your motivation to join the Mobicents contributors team. | |
< < | Once you become a Developer you can optionally subscribe to all@mobicents.org. This is a low traffic mailing alias used for broadcasting emails to all contributors. The messages are typically of transient nature, such as scheduling conference calls. For the most part, forums are the prefered media for communicating with the team. | | | Optionally you can also join some of the mailing lists, which provide email notifications and archive for CVS check-ins, issue tracking, and continuous build&test reports.
Mobicents Users Forum | | | How about performance?
As of version 1.0b1 we have reports of the following performance results: | |
< < |
- 15 SIP calls per second (cps) on single CPU @ 2GHz; Linux
- 50 SIP calls per second on 4 way Netra 440; Sun/Solaris
| > > |
- 100 SIP calls per second (cps) on single CPU @ 2GHz; Linux
- 370 SIP calls per second on 4 way Netra 440; Sun/Solaris
| | | Note: 1 SIP cps ~ 5 tps, because each SIP call has 5-6 transactions involved. | |
< < | So the peak performance reported is around 250-300tps. | > > | So the peak performance reported is around 1000-1200tps. | | | If you want to verify this for yourself, here is how to set things up:
Mobicents benchmarking |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
| |
< < | Mobicents FAQ | > > | Mobicents Frequently Asked Questions | | | | | | | |
> > | | | | Other Resource Adaptors are available under commercial licenses by third party vendors. If you are looking for a Resource Adaptor that does not ship with Mobicents, feel free to ask on our public forums. | | | Please submit patches in patch format. | |
< < | When you report a bug, you will significantly improve the chances of someone looking at it, if you also submit an automated test case in TCK format or JUnit that exposes the problem. | > > | When you report a bug, you will significantly improve the chances of someone looking at it, if you also submit an automated test case in TCK format or JUnit that exposes the problem. Read this brief tutorial explaining How to Write a Test Case. | | | Which JDK version is required? | | | The following page provides a list of best programming practices: Mobicents/SLEE best practices | |
> > | What are typical Use Cases for Mobicents
See Mobicents Use Cases | | | How does JAIN SLEE relate to SIP Servlet and Parlay/OSA
The following resources discuss the subject: |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Is Mobicents a SIP Application Server | |
< < | Yes. Mobicents is a robust container for SIP applications. | > > | Yes. Mobicents is the most popular Open Source SIP Application Server for the Java platform. | | | How to install and run Mobicents? |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ
| |
> > | What is Mobicents?
Read this overview.
Is Mobicents a SIP Application Server
Yes. Mobicents is a robust container for SIP applications. | | | How to install and run Mobicents?
Follow the Quick Start Guide. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Resource Adaptors allow SLEE applications to interact with external resources via standard or proprietary protocols. Mobicents provides a number of resource adaptors out of the box:
| |
< < |
- SIP Resource Adaptor - using the JAIN SIP RI and extended with basic SIP Registrar and Proxy Services
- XMPP/Google Talk Resource Adaptor - using the Smack library. Works in Client and Component Server modes.
- Asterisk Resource Adaptor - using the Asterisk-Java library.
| > > | | | |
- Java Call Control (JCC) Resource Adaptor implementing the recommendations in Appendix C of JSR 22 - JSLEE 1.0.
| |
< < |
- Parlay/Parlay-X Resource Adaptor allowing controlled access to Parlay Gateways.
| > > | | | |
- J2EE/JCA Resource Adaptor implementing the recommendations in Appendix F of JSR 22 - JSLEE 1.0.
| |
< < | | > > | | | | Other Resource Adaptors are available under commercial licenses by third party vendors. If you are looking for a Resource Adaptor that does not ship with Mobicents, feel free to ask on our public forums. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | There is a number of examples available with incremental complexity. You can find them at the mobicents-examples sub-project. | |
> > | What Resource Adaptors are available in Mobicents
Resource Adaptors allow SLEE applications to interact with external resources via standard or proprietary protocols. Mobicents provides a number of resource adaptors out of the box:
- SIP Resource Adaptor - using the JAIN SIP RI and extended with basic SIP Registrar and Proxy Services
- XMPP/Google Talk Resource Adaptor - using the Smack library. Works in Client and Component Server modes.
- Asterisk Resource Adaptor - using the Asterisk-Java library.
- Java Call Control (JCC) Resource Adaptor implementing the recommendations in Appendix C of JSR 22 - JSLEE 1.0.
- Parlay/Parlay-X Resource Adaptor allowing controlled access to Parlay Gateways.
- J2EE/JCA Resource Adaptor implementing the recommendations in Appendix F of JSR 22 - JSLEE 1.0.
- Diameter Resource Adaptor based on a Java Diameter library by Ivan Skytte Jørgensen
Other Resource Adaptors are available under commercial licenses by third party vendors. If you are looking for a Resource Adaptor that does not ship with Mobicents, feel free to ask on our public forums.
The source code for the RAs can be found in the core CVS tree under /ra or under a separate mobicents sub-project. | | | How can I get involved?
It is great to hear that you want to join the team! | | | Which versions of JBoss does Mobicents run on? | |
< < | Mobicents is currently being tested with JBoss AS 3.2.6. When time permits we would like to make sure that it runs with JBoss AS 4.x as well.
What Resource Adaptors are available in Mobicents
Resource Adaptors allow SLEE applications to interact with external resources via standard or proprietary protocols. Mobicents provides a number of resource adaptors out of the box:
- SIP Resource Adaptor - using the JAIN SIP RI and extended with basic SIP Registrar and Proxy Services
- XMPP/Google Talk Resource Adaptor - using the Smack library. Works in Client and Component Server modes.
- Asterisk Resource Adaptor - using the Asterisk-Java library.
- Java Call Control (JCC) Resource Adaptor implementing the recommendations in Appendix C of JSR 22 - JSLEE 1.0.
- Parlay/Parlay-X Resource Adaptor allowing controlled access to Parlay Gateways.
- J2EE/JCA Resource Adaptor implementing the recommendations in Appendix F of JSR 22 - JSLEE 1.0.
Other Resource Adaptors are available under commercial licenses by third party vendors. If you are looking for a Resource Adaptor that does not ship with Mobicents, feel free to ask on our public forums.
The source code for the RAs can be found in the core CVS tree under /ra or under a separate mobicents sub-project. | > > | Mobicents is currently being tested with JBoss AS 3.2.x. When time permits we would like to make sure that it runs with JBoss AS 4.x as well. | | | What JBoss components does Mobicents use? |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Once you become a Developer you can optionally subscribe to all@mobicents.org. This is a low traffic mailing alias used for broadcasting emails to all contributors. The messages are typically of transient nature, such as scheduling conference calls. For the most part, forums are the prefered media for communicating with the team. | |
> > | Optionally you can also join some of the mailing lists, which provide email notifications and archive for CVS check-ins, issue tracking, and continuous build&test reports. | | | Mobicents Users Forum
If you have questions about using Mobicents, please direct them to the Mobicents Users Forum. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | What license is Mobicents distributed under | |
< < | LGPL, with some exceptions for the NIST contributed code which is under the general public domain. Simply said the most restricting license you need to be aware of is LGPL. Other popular open source software that uses the same license, includes JBoss AS, jgroups, and Hibernate. | > > | See this authoritative license file. | | | Where can I find examples? |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | No. Mobicents is a clean room JSLEE implementation. It has no dependencies on the JSLEE RI. | |
< < | Mobicents does leverage a JBoss software. | > > | Mobicents does leverage the JBoss microkernel and can run alongside the JBoss J2EE? Application Server. | | | Which versions of JBoss does Mobicents run on? |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Mobicents Contributors Forum | |
< < | If you want to discuss new design ideas or enhancements to Mobicents, please post on the Mobicents Contributors Forum. | > > | If you want to discuss new design ideas or enhancements to Mobicents, please post on the
Mobicents Contributors Forum. | | | Bug Reports, Patches & Feature Requests | | | Mobicents compiles and runs on JDK 1.4 or higher. | |
> > | Is Mobicents based on the JSLEE Reference Implementation?
No. Mobicents is a clean room JSLEE implementation. It has no dependencies on the JSLEE RI.
Mobicents does leverage a JBoss software. | | | Which versions of JBoss does Mobicents run on? | |
< < | Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well. | > > | Mobicents is currently being tested with JBoss AS 3.2.6. When time permits we would like to make sure that it runs with JBoss AS 4.x as well. | | | What Resource Adaptors are available in Mobicents
Resource Adaptors allow SLEE applications to interact with external resources via standard or proprietary protocols. Mobicents provides a number of resource adaptors out of the box:
- SIP Resource Adaptor - using the JAIN SIP RI and extended with basic SIP Registrar and Proxy Services
| |
< < |
- XMPP Resource Adaptor - using the Smack library. Works in Client and Component Server modes.
| > > |
- XMPP/Google Talk Resource Adaptor - using the Smack library. Works in Client and Component Server modes.
| | |
- Asterisk Resource Adaptor - using the Asterisk-Java library.
- Java Call Control (JCC) Resource Adaptor implementing the recommendations in Appendix C of JSR 22 - JSLEE 1.0.
- Parlay/Parlay-X Resource Adaptor allowing controlled access to Parlay Gateways.
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Once you become a Developer you can optionally subscribe to all@mobicents.org. This is a low traffic mailing alias used for broadcasting emails to all contributors. The messages are typically of transient nature, such as scheduling conference calls. For the most part, forums are the prefered media for communicating with the team. | |
> > | Mobicents Users Forum
If you have questions about using Mobicents, please direct them to the Mobicents Users Forum.
Mobicents Contributors Forum
If you want to discuss new design ideas or enhancements to Mobicents, please post on the Mobicents Contributors Forum.
Bug Reports, Patches & Feature Requests
You can use the issue tracking system for bug reports and feature requests for Mobicents. Please be respectful and do your homework. Make sure that the issue you are about to post has not been reported before.
Please submit patches in patch format.
When you report a bug, you will significantly improve the chances of someone looking at it, if you also submit an automated test case in TCK format or JUnit that exposes the problem. | | | Which JDK version is required?
Mobicents compiles and runs on JDK 1.4 or higher. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ
| |
> > | How to install and run Mobicents?
Follow the Quick Start Guide. | | | Is Mobicents certified for an industry standard VoIP platform?
Yes, Mobicents is fully certified for JAIN SLEE 1.0. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | LGPL, with some exceptions for the NIST contributed code which is under the general public domain. Simply said the most restricting license you need to be aware of is LGPL. Other popular open source software that uses the same license, includes JBoss AS, jgroups, and Hibernate. | |
> > | Where can I find examples?
There is a number of examples available with incremental complexity. You can find them at the mobicents-examples sub-project. | | | How can I get involved?
It is great to hear that you want to join the team! |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | LGPL, with some exceptions for the NIST contributed code which is under the general public domain. Simply said the most restricting license you need to be aware of is LGPL. Other popular open source software that uses the same license, includes JBoss AS, jgroups, and Hibernate. | |
< < | How can I contribute? | > > | How can I get involved? | | | | |
< < | It is great to hear you want to join the contributors team! | > > | It is great to hear that you want to join the team! | | | | |
< < | Please, read the Essential Mobicents Documents, look at the Roadmap, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | > > | The first step is to apply for Observer role. It will grant read access to all project and sub-project resources. You will also be able to subscribe and post messages to the mailing lists and forums. Editing Wiki pages will be enabled as well. | | | | |
< < | Developer role requires agreement to the following contributor agreement: | > > | Take some time to read the Essential Mobicents Documents, look at the Roadmap and follow the forums for several days.
When you are ready to take a more active role, post a message with the most specific area you think you can contribute to. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you submit patches and implement new features. No rush. Only do it if its fun.
In order to contribute code, you will need to Developer role.
You will need to have demonstrated an understanding of the codebase and testsuite by participating in the design discussions and submitting patches for bugs/enchancements before we will grant developer access.
Developer role requires you to accept via email the following contributor agreement: | | | Mobicents Individual Contributor Agreement | |
< < | When requesting developer access, include the full text of the agreement with an indication of acceptance. You need to have demonstrated an understanding of the codebase and testsuite by submitting patches for bugs/enchancements before we will grant developer access. | > > | Before requesting developer access, send the full text of the agreement with an indication of acceptance to the email address specified at the end of the agreement document. Next, apply for Developer role. | | | | |
< < | Once your request is approved, please post a few lines to the contributors forum about your background and your motivation to join the Mobicents contributors team. | > > | Once your request is approved, please post an introduction message to the contributors forum. Tell us about your background and your motivation to join the Mobicents contributors team. | | | | |
< < | You can also subscribe to all@mobicents.org. This is a mailing alias used for broadcasting emails to all contributors. The messages are typically of transient nature, such as scheduling conference calls. For the most part, forums are the prefered media for communicating with the team. | > > | Once you become a Developer you can optionally subscribe to all@mobicents.org. This is a low traffic mailing alias used for broadcasting emails to all contributors. The messages are typically of transient nature, such as scheduling conference calls. For the most part, forums are the prefered media for communicating with the team. | | | Which JDK version is required? |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | | |
> > | Logging
Lessons learned
| | | -- Main.ivelin - May 2005 |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | What Resource Adaptors are available in Mobicents | |
< < | At present Mobicents offers SIP, XMPP, Asterisk and JCA adaptors. They allow SLEE applications to interact with external sources supporting one of the implemented protocols. The RA source can be found in CVS under /ra. | > > | Resource Adaptors allow SLEE applications to interact with external resources via standard or proprietary protocols. Mobicents provides a number of resource adaptors out of the box:
- SIP Resource Adaptor - using the JAIN SIP RI and extended with basic SIP Registrar and Proxy Services
- XMPP Resource Adaptor - using the Smack library. Works in Client and Component Server modes.
- Asterisk Resource Adaptor - using the Asterisk-Java library.
- Java Call Control (JCC) Resource Adaptor implementing the recommendations in Appendix C of JSR 22 - JSLEE 1.0.
- Parlay/Parlay-X Resource Adaptor allowing controlled access to Parlay Gateways.
- J2EE/JCA Resource Adaptor implementing the recommendations in Appendix F of JSR 22 - JSLEE 1.0.
Other Resource Adaptors are available under commercial licenses by third party vendors. If you are looking for a Resource Adaptor that does not ship with Mobicents, feel free to ask on our public forums.
The source code for the RAs can be found in the core CVS tree under /ra or under a separate mobicents sub-project. | | | What JBoss components does Mobicents use? |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | -- Main.ivelin - May 2005 | |
> > |
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well. | |
> > | What Resource Adaptors are available in Mobicents
At present Mobicents offers SIP, XMPP, Asterisk and JCA adaptors. They allow SLEE applications to interact with external sources supporting one of the implemented protocols. The RA source can be found in CVS under /ra. | | | What JBoss components does Mobicents use?
Mobicents uses the following JBoss components: |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Once your request is approved, please post a few lines to the contributors forum about your background and your motivation to join the Mobicents contributors team. | |
> > | You can also subscribe to all@mobicents.org. This is a mailing alias used for broadcasting emails to all contributors. The messages are typically of transient nature, such as scheduling conference calls. For the most part, forums are the prefered media for communicating with the team. | | | Which JDK version is required?
Mobicents compiles and runs on JDK 1.4 or higher. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How about performance? | |
< < | It is too early to tell. We are designing Mobicents to be scalable and highly available. One meaningful indication of performance at this time is SIPP. We are up to 6 calls per second on a regular PC server. | > > | As of version 1.0b1 we have reports of the following performance results:
- 15 SIP calls per second (cps) on single CPU @ 2GHz; Linux
- 50 SIP calls per second on 4 way Netra 440; Sun/Solaris
Note: 1 SIP cps ~ 5 tps, because each SIP call has 5-6 transactions involved.
So the peak performance reported is around 250-300tps.
If you want to verify this for yourself, here is how to set things up:
Mobicents benchmarking | | | Where can I read about best practices for writing applications for SLEE or Mobicents |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Once your request is approved, please post a few lines to the contributors forum about your background and your motivation to join the Mobicents contributors team. | |
> > | Which JDK version is required?
Mobicents compiles and runs on JDK 1.4 or higher. | | | Which versions of JBoss does Mobicents run on?
Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | It is great to hear you want to join the contributors team! | |
< < | Please, read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | > > | Please, read the Essential Mobicents Documents, look at the Roadmap, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | | | Developer role requires agreement to the following contributor agreement:
Mobicents Individual Contributor Agreement |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How can I contribute? | |
< < | | | | It is great to hear you want to join the contributors team!
Please, read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | | | Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well. | |
> > | What JBoss components does Mobicents use?
Mobicents uses the following JBoss components:
- JMX Microkernel for core service IoC and management
- JNDI for SLEE service registration
- JTA for Transaction Management
- TreeCache? for High Availability state replication
Mobicents DOES NOT use EJB nor JMS as part of the core architecture. SBBs and Event Routing are implemented from scratch for light weight, high volume signaling as intended by the JSLEE Expert Group. | | | Does Mobicents run on other application servers such as WebSphere?, WebLogic?, JONAS
We haven't tried. It should be possible, because JBoss allows to be trimmed down to a microkernel and essential Mobicents services. Mobicents itself leverages standard Java APIs for the most part. In a few cases it uses non-standard open source libraries where standard APIs do not exist for the problem at hand. |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How can I contribute? | |
> > | | | | It is great to hear you want to join the contributors team!
Please, read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | | | | |
> > | How to persist profiles
| | | -- Main.ivelin - May 2005 |
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ
| |
< < | Which versions of JBoss does Mobicents run on?
Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well. | > > | Is Mobicents certified for an industry standard VoIP platform? | | | | |
< < | Does Mobicents run on other application servers such as WebSphere?, WebLogic?, JONAS | > > | Yes, Mobicents is fully certified for JAIN SLEE 1.0. | | | | |
< < | We haven't tried. It should be possible, because JBoss allows to be trimmed down to a microkernel and essential Mobicents services. Mobicents itself leverages standard Java APIs for the most part. In a few cases it uses non-standard open source libraries where standard APIs do not exist for the problem at hand. | > > | Mobicents also implements some of the proposed JAIN SLEE 1.1 features. When SLEE 1.1 is finalized, we will make it a priority to ensure compliance with the new standard. | | | What license is Mobicents distributed under
LGPL, with some exceptions for the NIST contributed code which is under the general public domain. Simply said the most restricting license you need to be aware of is LGPL. Other popular open source software that uses the same license, includes JBoss AS, jgroups, and Hibernate. | |
< < | How close is Mobicents to JAIN SLEE certification?
We are fully certified. | | | How can I contribute?
It is great to hear you want to join the contributors team! | | | When requesting developer access, include the full text of the agreement with an indication of acceptance. You need to have demonstrated an understanding of the codebase and testsuite by submitting patches for bugs/enchancements before we will grant developer access. | |
> > | Once your request is approved, please post a few lines to the contributors forum about your background and your motivation to join the Mobicents contributors team.
Which versions of JBoss does Mobicents run on?
Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well.
Does Mobicents run on other application servers such as WebSphere?, WebLogic?, JONAS
We haven't tried. It should be possible, because JBoss allows to be trimmed down to a microkernel and essential Mobicents services. Mobicents itself leverages standard Java APIs for the most part. In a few cases it uses non-standard open source libraries where standard APIs do not exist for the problem at hand. | | | How about performance? |
|
<<O>> Difference Topic
MobicentsFAQ
(9 - 02 Sep 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How can I contribute? | |
< < | Read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | > > | It is great to hear you want to join the contributors team!
Please, read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | | | Developer role requires agreement to the following contributor agreement:
Mobicents Individual Contributor Agreement |
|
<<O>> Difference Topic
MobicentsFAQ
(8 - 26 Aug 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | We are fully certified. | |
< < | How can I help | > > | How can I contribute? | | | Read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | |
> > | Developer role requires agreement to the following contributor agreement:
Mobicents Individual Contributor Agreement
When requesting developer access, include the full text of the agreement with an indication of acceptance. You need to have demonstrated an understanding of the codebase and testsuite by submitting patches for bugs/enchancements before we will grant developer access. | | | How about performance?
It is too early to tell. We are designing Mobicents to be scalable and highly available. One meaningful indication of performance at this time is SIPP. We are up to 6 calls per second on a regular PC server. | | | | |
< < | HOW TO
How to deploy a Mobicents component when the server starts up | > > | How to deploy a Mobicents component when the server starts up | | | |
|
<<O>> Difference Topic
MobicentsFAQ
(7 - 13 Aug 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How about performance? | |
< < | It is too early to tell. We are designing Mobicents to be scalable and highly available. The only meaningful indication of performance at this time though are the time and memory metrics for TCK runs. It takes about 15 minutes to run all passing (320+) TCK tests. The java process of the Mobicents server stabilizes its memory consumption at around 280MB after one TCK run on Windows XP Pro, Sun JDK 1.4.2. | > > | It is too early to tell. We are designing Mobicents to be scalable and highly available. One meaningful indication of performance at this time is SIPP. We are up to 6 calls per second on a regular PC server. | | | Where can I read about best practices for writing applications for SLEE or Mobicents |
|
<<O>> Difference Topic
MobicentsFAQ
(6 - 03 Aug 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | | |
> > | HOW TO
How to deploy a Mobicents component when the server starts up
| | | -- Main.ivelin - May 2005 |
|
<<O>> Difference Topic
MobicentsFAQ
(5 - 27 Jun 2005 - Main.mranga)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How close is Mobicents to JAIN SLEE certification? | |
< < | As of May 23, 2005, we are at about 85% pass rate for the TCK tests. | > > | We are fully certified. | | | How can I help |
|
<<O>> Difference Topic
MobicentsFAQ
(4 - 05 Jun 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | The following page provides a list of best programming practices: Mobicents/SLEE best practices | |
> > | How does JAIN SLEE relate to SIP Servlet and Parlay/OSA
The following resources discuss the subject: | | | -- Main.ivelin - May 2005 |
|
<<O>> Difference Topic
MobicentsFAQ
(3 - 25 May 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | Does Mobicents run on other application servers such as WebSphere?, WebLogic?, JONAS | |
< < | We haven't tried. It should be possible, because JBoss allows to be trimmed down to a microkernel and essential Mobicents services. | > > | We haven't tried. It should be possible, because JBoss allows to be trimmed down to a microkernel and essential Mobicents services. Mobicents itself leverages standard Java APIs for the most part. In a few cases it uses non-standard open source libraries where standard APIs do not exist for the problem at hand. | | | What license is Mobicents distributed under | | | How close is Mobicents to JAIN SLEE certification? | |
< < | As of April 17, 2005, we are at about 70% repeatable pass rate for the TCK tests. | > > | As of May 23, 2005, we are at about 85% pass rate for the TCK tests. | | | How can I help | | | It is too early to tell. We are designing Mobicents to be scalable and highly available. The only meaningful indication of performance at this time though are the time and memory metrics for TCK runs. It takes about 15 minutes to run all passing (320+) TCK tests. The java process of the Mobicents server stabilizes its memory consumption at around 280MB after one TCK run on Windows XP Pro, Sun JDK 1.4.2. | |
< < | -- Main.ivelin - 17 Apr 2005 | > > | Where can I read about best practices for writing applications for SLEE or Mobicents
The following page provides a list of best programming practices: Mobicents/SLEE best practices
-- Main.ivelin - May 2005 |
|
<<O>> Difference Topic
MobicentsFAQ
(2 - 18 Apr 2005 - Main.ivelin)
|
| |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ | | | How close is Mobicents to JAIN SLEE certification? | |
< < | As of April 2005, we are at about 70% pass rate for the TCK tests. | > > | As of April 17, 2005, we are at about 70% repeatable pass rate for the TCK tests. | | | How can I help
Read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you. | |
> > | How about performance?
It is too early to tell. We are designing Mobicents to be scalable and highly available. The only meaningful indication of performance at this time though are the time and memory metrics for TCK runs. It takes about 15 minutes to run all passing (320+) TCK tests. The java process of the Mobicents server stabilizes its memory consumption at around 280MB after one TCK run on Windows XP Pro, Sun JDK 1.4.2. | | | -- Main.ivelin - 17 Apr 2005 |
|
<<O>> Difference Topic
MobicentsFAQ
(1 - 17 Apr 2005 - Main.ivelin)
|
|
> > |
| META TOPICPARENT | name="MobicentsOpenSLEE" |
Mobicents FAQ
Which versions of JBoss does Mobicents run on?
Mobicents is currently being built on JBoss 3.2.6. When time permits we would like to make sure that it runs on JBoss AS 4.x as well.
Does Mobicents run on other application servers such as WebSphere?, WebLogic?, JONAS
We haven't tried. It should be possible, because JBoss allows to be trimmed down to a microkernel and essential Mobicents services.
What license is Mobicents distributed under
LGPL, with some exceptions for the NIST contributed code which is under the general public domain. Simply said the most restricting license you need to be aware of is LGPL. Other popular open source software that uses the same license, includes JBoss AS, jgroups, and Hibernate.
How close is Mobicents to JAIN SLEE certification?
As of April 2005, we are at about 70% pass rate for the TCK tests.
How can I help
Read the essential Mobicents documentation, follow the forums for several days and then post a message with the most specific area you think you can help at. Try to be realistic as to the time you can commit to. Updating a wiki page is a valuable contribution, so is reporting a bug. Ultimately we would like to see you fix bugs and help implement new features. No rush. Only do it if its fun for you.
-- Main.ivelin - 17 Apr 2005 |
|