freeswitch/conf/directory/default/1015.xml
Brian West ca1b4683bf fix this name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9751 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 21:33:01 +00:00

18 lines
695 B
XML

<include>
<user id="1015" mailbox="1015">
<params>
<param name="password" value="1234"/>
<param name="vm-password" value="1015"/>
</params>
<variables>
<variable name="toll_allow" value="domestic,international,local"/>
<variable name="accountcode" value="1015"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1015"/>
<variable name="effective_caller_id_number" value="1015"/>
<variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/>
<variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/>
</variables>
</user>
</include>