On Wed, 2009-09-02 at 20:19 -0500, [email protected] wrote: > What I need to accomplish is; > > -Read a mysql file which contains users, export those to a file. > -Take that as input and update the sipx users information along with > permissions. > > I do see that the account information appears to be in xml files in > /var/sipxdata/sipdb. > Are the users in fact in the postgres db or in xml files or both after being > written to the db first? > > I'm guessing it's not a matter of just adding the users/phones/permissions in > those xml files. > I'm not a programmer so I'm just trying to pull the information I need > together so that I can seek out someone who can do this for me.
No - changing those files will not work. The only supported ways to change users and permissions outside the web UI are to use the SOAP APIs, or to define users using LDAP (which could then be driven by your mysql database). _______________________________________________ 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/
