Carolyn Beeton wrote: > On my system, several processes are blocked because of missing > resources. Are these known issues, and is anyone looking at them? > > /usr/local/freeswitch/conf/conference.conf.xml does not exist (blocks > FreeSWITCH; might be OK as I have not configured any conf, or maybe this > is only an issue in designer builds?)
Yeah - I think you need to add conference server and configure conferences. But there should be a way to start freeswitch without it, since it's going to be used for sipXivr. Is there a way to declare a resource that is optional? > > etc/sipxpbx/sipxpage.properties.in does not exist (blocks PageServer) I think it'll get generated once you actually configure paging. Not sure if the lack of it should be reported as an error. > > etc/sipxpbx/e911rules.xml does not exist (blocks MediaServer) That should be removed from MediaServer. The feature that correspond to this file has been removed from sipXconfig. > > Also, I see a warning: > share/www/doc/aa_vxml/aa_7-schedule.xml' not declared as a resource by > any sipXecs process Ignore it. woof! explained here why it cannot be added (would require patterns in resource specification) and it's replaced by sipXivr anyway. > > The replicate of "extension" fails in the Imdb insert. (This shows up as > Data Replication failed). A quick look at the code shows that > ExtensionDB::insertRows never returns true. Is this too simplistic to > be true? > > And finally, I see the following exception (sipxrelay.log does not have > any additional info). I'm not sure what/if this blocks: > > java.lang.NullPointerException > at > org.sipfoundry.sipxbridge.symmitron.SymmitronServer.discoverAddress(SymmitronServer.java:130) > > at > org.sipfoundry.sipxbridge.symmitron.SymmitronServer.main(SymmitronServer.java:917) > > > If you have insight into any of these issues (including existing tracker > numbers), or if I should ignore them because of work in progress, please > let me know. Otherwise I will create JIRA issues for each one. > > Existing issues: > XCF-2906 nattraversalrules.xml: missing relayaggressiveness > (blocks sipXproxy) I added it to current sprint - 3.11.7. Joe is now looking into it. > XCF-2907 autoattendants.xml: missing holiday and regularhours > (blocks sipxivr) I think it's a bad schema. http://track.sipfoundry.org/browse/XCF-2907#action_31367 > > Thanks, > Carolyn > _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
