freeswitch/conf/directory/default/1014.xml
Michael Jerris b80395c91d remove mailbox= attribute
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13375 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-18 15:42:38 +00:00

19 lines
751 B
XML

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