forked from Mirrors/freeswitch
543774ed50
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9954 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
526 B
XML
12 lines
526 B
XML
<include>
|
|
<user id="default"> <!--if id is numeric mailbox param is not necessary-->
|
|
<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>
|