On Mon, 2008-11-17 at 09:22 +0400, Vikas Sharma wrote: > The file /etc/sipxpbx/resource_lists.xml is empty. > > Is this file contains information about the registered users? > > Why this file is empty? > How this file be filled? > > My file just contains these two lines > > <?xml version="1.0" encoding="UTF-8"?> > > <lists > xmlns="http://www.sipfoundry.org/sipX/schema/xml/resource-lists-00-00"/>
Note that a file is not "empty" unless it contains 0 bytes. resource_list.xml is used to program the "Resource List Server" which supports Busy Lamps on phones. It usually contains one <list> element for every phone whose busy lamps are programmed to operate. (That is done using sipXconfig.) In your case, no phones are programmed for BL operation, so the <lists> element contains 0 <list> elements. Dale _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
