freeswitch/conf/directory/default/default.xml
2008-09-29 20:58:13 +00:00

12 lines
485 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="US"/>
<variable name="default_gateway" value="asterlink.com"/>
<variable name="default_areacode" value="918"/>
</variables>
</user>
</include>