[Freeswitch-svn] [commit] r10926 - freeswitch/trunk/conf/directory
FreeSWITCH SVN
brian at freeswitch.org
Tue Dec 23 11:53:35 PST 2008
Author: brian
Date: Tue Dec 23 14:53:35 2008
New Revision: 10926
Log:
more docs
Modified:
freeswitch/trunk/conf/directory/default.xml
Modified: freeswitch/trunk/conf/directory/default.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default.xml (original)
+++ freeswitch/trunk/conf/directory/default.xml Tue Dec 23 14:53:35 2008
@@ -40,6 +40,11 @@
<group name="sales">
<users>
+ <!--
+ type="pointer" is a pointer so you can have the
+ same user in multiple groups. It basically means
+ to keep searching for the user in the directory.
+ -->
<user id="1000" type="pointer"/>
<user id="1001" type="pointer"/>
<user id="1002" type="pointer"/>
More information about the Freeswitch-svn
mailing list