<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
hmmm ok... was concerned my terminology may confuse.<BR>
<BR>
in Freeswitch sip_users are stored in a &quot;User Directory&quot;&nbsp;&nbsp; ( nothing to do with the filesystem )<BR>
it is a directory of all users ... ( like yellow pages is a directory .. )<BR>
<BR>
look here ..<BR>
<A HREF="http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide">http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide</A><BR>
<BR>
Freeswitch can get this user directory ( list of users ) in many ways..<BR>
one way is using CURL, to ask a web server to generate an XML file .<BR>
this XML file can be created with PHP from your existing DB Structure <BR>
<BR>
this is what I was suggesting..<BR>
<BR>
another way is to look at using OBDC to connect to mysql, however Im not a fan of OBDC.<BR>
<BR>
Jay<BR>
<BR>
<BR>
On Mon, 2009-07-06 at 16:33 +0530, ram wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    On Mon, Jul 6, 2009 at 3:53 PM, Jay Binks &lt;<A HREF="mailto:jaybinks@gmail.com">jaybinks@gmail.com</A>&gt; wrote:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        sounds like the simplest way would be to use a web application ( PHP or something similar )<BR>
        that handles the users Directory..&nbsp; that way you can keep your DB exactly the same and just pull the required fields.<BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    thanks for quick reply
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    but if it grows 10K+ users maintaining folders will be tough.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    can some one point me mysql Internal and external schema for mysql
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    iam trying to search not found
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Ram
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
_______________________________________________
Freeswitch-users mailing list
<A HREF="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</A>
<A HREF="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A>
UNSUBSCRIBE:<A HREF="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A>
<A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>