forked from Mirrors/freeswitch
1ffeda571b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9748 d0543943-73ff-0310-b7d9-9358b9ac24b2
18 lines
675 B
XML
18 lines
675 B
XML
<include>
|
|
<user id="1001" mailbox="1001">
|
|
<params>
|
|
<param name="password" value="1234"/>
|
|
<param name="vm-password" value="1001"/>
|
|
</params>
|
|
<variables>
|
|
<variable name="toll_allow" value="domestic,international,local"/>
|
|
<variable name="accountcode" value="1001"/>
|
|
<variable name="user_context" value="default"/>
|
|
<variable name="effective_caller_id_name" value="Extension 1001"/>
|
|
<variable name="effective_caller_id_number" value="1001"/>
|
|
<variable name="external_caller_id_name" value="Acme Corporation"/>
|
|
<variable name="external_caller_id_number" value="5552566639"/>
|
|
</variables>
|
|
</user>
|
|
</include>
|