[Freeswitch-trunk] [commit] r14048 - freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates
FreeSWITCH SVN
ledr at freeswitch.org
Tue Jun 30 06:01:57 PDT 2009
Author: ledr
Date: Tue Jun 30 08:01:56 2009
New Revision: 14048
Log:
changed directory templates to be compliant with conf/directory/default.xml
Modified:
freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory.xml
freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory_swk.xml
Modified: freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory.xml
==============================================================================
--- freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory.xml (original)
+++ freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory.xml Tue Jun 30 08:01:56 2009
@@ -80,7 +80,9 @@
dir_groups_users.dir_group_id = dir_groups.id AND
dir_user_id = '${user_id}';">
<group name="${group_name}">
- <user id="${user}" type="pointer"/>
+ <users>
+ <user id="${user}" type="pointer"/>
+ </users>
</group>
</xml-odbc-do>
</groups>
Modified: freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory_swk.xml
==============================================================================
--- freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory_swk.xml (original)
+++ freeswitch/trunk/contrib/ledr/mod_xml_odbc/xml_odbc_templates/directory_swk.xml Tue Jun 30 08:01:56 2009
@@ -80,7 +80,9 @@
group_members.groups_uid = groups.uid AND
users_uid = '${users_uid}';">
<group name="${group_name}">
- <user id="${user}" type="pointer"/>
+ <users>
+ <user id="${user}" type="pointer"/>
+ </users>
</group>
</xml-odbc-do>
</groups>
More information about the Freeswitch-trunk
mailing list