hmmm ok... was concerned my terminology may confuse. in Freeswitch sip_users are stored in a "User Directory" ( nothing to do with the filesystem ) it is a directory of all users ... ( like yellow pages is a directory .. )
look here .. http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide Freeswitch can get this user directory ( list of users ) in many ways.. one way is using CURL, to ask a web server to generate an XML file . this XML file can be created with PHP from your existing DB Structure this is what I was suggesting.. another way is to look at using OBDC to connect to mysql, however Im not a fan of OBDC. Jay On Mon, 2009-07-06 at 16:33 +0530, ram wrote: > > > > On Mon, Jul 6, 2009 at 3:53 PM, Jay Binks <[email protected]> wrote: > > sounds like the simplest way would be to use a web application > ( PHP or something similar ) > that handles the users Directory.. that way you can keep your > DB exactly the same and just pull the required fields. > > thanks for quick reply > > but if it grows 10K+ users maintaining folders will be tough. > > can some one point me mysql Internal and external schema for mysql > > iam trying to search not found > > Ram > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
