[Freeswitch-svn] [commit] r7899 - freeswitch/trunk/conf/directory/default
Freeswitch SVN
brian at freeswitch.org
Mon Mar 17 12:00:18 EDT 2008
Author: brian
Date: Mon Mar 17 12:00:18 2008
New Revision: 7899
Modified:
freeswitch/trunk/conf/directory/default/brian.xml
Log:
ip auth example on user brian
Modified: freeswitch/trunk/conf/directory/default/brian.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/brian.xml (original)
+++ freeswitch/trunk/conf/directory/default/brian.xml Mon Mar 17 12:00:18 2008
@@ -1,5 +1,6 @@
<include>
- <user id="brian" mailbox="9999"> <!--if id is numeric mailbox param is not necessary-->
+ <!-- ipauth if you have an ip= in the user attributes -->
+ <user ip="1.2.3.4" id="brian" mailbox="9999">
<!-- Outbound Registrations Related to this user -->
<gateways>
<!--<gateway name="asterlink.com">-->
More information about the Freeswitch-svn
mailing list