mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move includes/templates to resources/templates.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<include>
|
||||
<user id="default"> <!--if id is numeric mailbox param is not necessary-->
|
||||
<!--
|
||||
ATTENTION PLEASE READ THIS...
|
||||
|
||||
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.
|
||||
|
||||
-->
|
||||
<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 -->
|
||||
<variable name="numbering_plan" value="$${default_country}"/>
|
||||
<!--<variable name="default_areacode" value="$${default_areacode}"/>-->
|
||||
<!--<variable name="default_gateway" value="$${default_provider}"/>-->
|
||||
</variables>
|
||||
</user>
|
||||
</include>
|
||||
Reference in New Issue
Block a user