]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Clarifiy some info in the default user
authorBrian West <brian@freeswitch.org>
Mon, 1 Mar 2010 15:30:58 +0000 (15:30 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 1 Mar 2010 15:30:58 +0000 (15:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16852 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/directory/default/default.xml

index 8003ae6cfcf3445b4573c05767643ca89ba319c7..5db60112dc192b7bb8b2fcd9c7ac8c2adf43904c 100644 (file)
@@ -1,5 +1,20 @@
 <include>
   <user id="default"> <!--if id is numeric mailbox param is not necessary-->
+    <!--
+       ATTENTION PLEASE READ THIS... (I know you won't but you've been warrned)
+       
+       Let it be known that this user can register without a password but since we do not assign
+       this user a user_context and we don't authenticate this user they will be put in context 'public'.
+       
+       This isn't a security issue as the endpoint would be put into the same context 'public' as the 
+       sofia profile that starts on 5080 by default. If you're paranoid just remove this file and 
+       remove the external profile also.
+       
+       If you're this paranoid you might wanna go buy some more tinfoil and disconnect from the internets.
+       
+       Cuz we all know the internets is for pr0n anyway.
+
+    -->
     <variables>
       <!--all variables here will be set on all inbound calls that originate from this user -->
       <!-- set these to take advantage of a dialplan localized to this user -->