I was looking at some debugging output and I noticed that sipXsupervisor
does not open the registration IMDB table before starting sipXregistrar,
despite that sipXregistry-process.xml declares that sipXregistrar uses
the registration table:

    <imdb required='false' configAccess='read-only'>registration</imdb>

I think we are running into requirements creep:  We use sipXsupervisor
both to test the existence of the corresponding .xml file and also to
ensure that each IMDB table's first opening is done in a single-threaded
manner.  But if the .xml file need not exist, the IMDB table still needs
to be opened.

Dale


_______________________________________________
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/

Reply via email to