I am working on integrating real SIP stack with sipXconfig. I would like to package jain-sip as 3rd party dependency so that it can be used by all interested projects without checking the jars into respective lib directories.
I was thinking I will try to build java package compliant RPM from it. Initially I would build it as a part of our dependency build, but if it turns out OK I could submit it to the javapackage (it should not be very difficult since it does not have many dependencies). Is the version we sipx using an official jain-sip release (does it correspond to something that is tagged as such in CVS repo)? When I build jain-sip I end up with 4 jars: jain-sip-api-1.2.jar jain-sip-ri-1.2.jar nist-sdp-1.0.jar sip-sdp-1.2.jar However sipxbridge is using only one: jain-sip-sdp-1.2.jar preflight is using: jain-sip-api-1.2.jar jain-sip-ri-1.2.92.jar sipxpark is using jain-sip-api-1.2.jar jain-sip-ri-1.2.92.jar sip-sdp-1.0.jar And it looks like despite of the same names those files are actually different. What is the version and set of jars we should standardize on? D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
