ip auth example on user brian
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7899 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
88ac83b4f4
commit
46c7ef1686
|
@ -1,5 +1,6 @@
|
||||||
<include>
|
<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 -->
|
<!-- Outbound Registrations Related to this user -->
|
||||||
<gateways>
|
<gateways>
|
||||||
<!--<gateway name="asterlink.com">-->
|
<!--<gateway name="asterlink.com">-->
|
||||||
|
|
Loading…
Reference in New Issue