Nikolay Kondratyev wrote: >>> I'm sure "invite participant" worked lately. >>> >>> Recently I installed sipxbridge patch20. Can it be related to the >> problem? >>> >> Probably. The relevant exception is this: >> >> Caused by: java.lang.NoClassDefFoundError: >> gov/nist/javax/sip/stack/SIPDialog >> at >> gov.nist.javax.sip.stack.SIPTransactionStack.createDialog(SIPTransactionSt >> ack.java:620) >> at >> gov.nist.javax.sip.SipProviderImpl.getNewClientTransaction(SipProviderImpl >> .java:414) >> at org.sipfoundry.sipxconfig.sip.InviteMessage.createAndSend(Unknown >> Source) >> at org.sipfoundry.sipxconfig.sip.SipServiceImpl.sendRefer(Unknown >> Source) >> >> Installing binary patches is a *really bad* idea. Any component can stop >> working at any moment for any reason if you do that. > > But the binary patch in question IS RECOMMENDED FOR INSTALLATION on the wiki > page > http://sipx-wiki.calivia.com/index.php/SIP_Trunking_with_sipXecs:_Overview_a > nd_Configuration#How_to_configure_sipXbridge > And I believe many people have installed it.
The wiki page is misleading. As the absolute minimum wiki should mention that you need to restart the system after dropping in new jars. And it should warn you that once you do that you are no longer running a stable version of sipXecs. What's going on here is that you are replacing libraries/jars that are used by several components: not just sipXbridge. And since other components are not built against the new versions the chances are something else will sooner or later get terribly broken. Running a nightly build of 4.0 would be safer than dropping in couple of jars from it. The problem is that nightly 4.0 builds are no longer made public (if someone were to set up independent build server that might help). 4.0.4 only has only 2 issues open at the moment: looks like it should be our soon. Damian _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
