Mike wrote: > >>> sipXpbx/src/mailboxmgr/NotificationHelper.cpp: > > Hmm, I've downloaded the source using; > > svn co http://sipxecs.sipfoundry.org/rep/sipXecs/main sipx > > But, I'm still not finding that file.
Hi Mike, I'm not going to discourage you. But I will warn that you are faced with a learning curve. But, here's how I'd start: - Definitely use the latest EDE: http://sipx-wiki.calivia.com/index.php/Express_Development_Environment_S etup But, you will need to deviate a little bit... - Use CentOS 5.2, instead of Fedora 10. (The sipXecs ISO you have is running CentOS 5.2.) - The current Step #3 gives you the main branch code. You actually want the 4.0 branch: svn co -q http://sipxecs.sipfoundry.org/rep/sipXecs/branches/4.0/ - The 4.0 branch sipXconfig does not run with OpenJDK Java, which the main branch EDE will have installed. So, switch to Sun Java: wget http://sipxecssw.org/pub/sipXecs/4.0.3/CentOS/5/i386/RPM/java-1.6.0-sun- 1.6.0.7-1jpp.i586.rpm rpm -ihv java-1.6.0-sun-1.6.0.7-1jpp.i586.rpm alternatives --set java /usr/lib/jvm/jre-1.6.0-sun/bin/java - Make the source code modifications at this point. (The code will be in a "4.0" directory under WORKING.) That'll be a good start. I have a question for others at this point... My feeling is that Mike should build a modified sipxvxml RPM, and update using it. (Instead of just dropping in a modified file.) It seems cleaner of course. But this would also handle any install path dependencies. (Though, I'm not sure if this executable has any...) Thoughts? -Paul [email protected] _______________________________________________ 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/
