[packages] net/nufw: run of autogen.sh needed with recent versions of libtool
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.uci / directory / default / default.xml
1 <include>
2 <user id="default"> <!--if id is numeric mailbox param is not necessary-->
3 <!--
4 ATTENTION PLEASE READ THIS... (I know you won't but you've been warrned)
5
6 Let it be known that this user can register without a password but since we do not assign
7 this user a user_context and we don't authenticate this user they will be put in context 'public'.
8
9 This isn't a security issue as the endpoint would be put into the same context 'public' as the
10 sofia profile that starts on 5080 by default. If you're paranoid just remove this file and
11 remove the external profile also.
12
13 If you're this paranoid you might wanna go buy some more tinfoil and disconnect from the internets.
14
15 Cuz we all know the internets is for pr0n anyway.
16
17 -->
18 <variables>
19 <!--all variables here will be set on all inbound calls that originate from this user -->
20 <!-- set these to take advantage of a dialplan localized to this user -->
21 <variable name="numbering_plan" value="$${default_country}"/>
22 <variable name="default_areacode" value="$${default_areacode}"/>
23 <variable name="default_gateway" value="$${default_provider}"/>
24 </variables>
25 </user>
26 </include>