On Fri, 2009-09-18 at 16:30 -0400, David Saint wrote: > If I'm creating a new XML file that will be replicated how do I decide > whether it belongs in /var/sipxdata/sipdb or /etc/sipxpbx ? Am I correct > in my understanding that /var/sipxdata/sipdb files get stored in the > database, but /etc/sipxpbx files are meant to be more dynamic? > > I'm trying to create a new file conferencebridge.xml that will hold > information about the conference bridge (conference name, extension, > owner) for use by the Conference Recording feature XX-5594. This file > will get replicated to the conference server.
No file is ever replicated directly to /var/sipxdata/sipdb - those files are written by the IMDB itself after reading updates to the in-memory database. They exist for recovery after a crash or other restart. Any configuration file you want to replicate should go in /etc/sipxpbx (@SIPX_CONFDIR@). _______________________________________________ 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/
