On Fri, 2008-10-31 at 09:14 -0400, Carolyn Beeton wrote: > > > This is regarding extension.xml file under /var/sipxdata/sipdb. The > extension.xml is generated only with the combination of a > alphanumeric user id and a numeric alias. The extension.xml is created > in 3.10.2 and 3.10.3 builds with such a combination of user id and > extension. But I do not see this getting generated in 3.11. The sipx > version is 3.11.6-013497. Please advise if extension.xml is removed > intensionally. > > Thanks > Anand > > > There is what looks to me like a simple bug in > sipXcommserverLib/src/sipdb/ExtensionDB.cpp::insertRow, where the > result is never set to TRUE on success and therefore replication is > marked as failing. I'm not sure whether this actually prevents the > file from being generated.
I believe that it does not. It's important to remember that in the case of the IMDB the file is not the important thing. Replication writes directly to the in-memory database, which is what the application reads - the xml file is created as a side effect. The xml file for each database exists only to allow the system to recover the database contents following a reboot. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
