freeswitch/conf/directory/default/1019.xml
Brian West d3f0535afe add more to default useres
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 04:07:35 +00:00

16 lines
519 B
XML

<include>
<user id="1019" mailbox="1019">
<params>
<param name="password" value="1234"/>
<param name="vm-password" value="1019"/>
</params>
<variables>
<variable name="accountcode" value="1019"/>
<variable name="presence_id" value="1019@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1019"/>
<variable name="effective_caller_id_number" value="1019"/>
</variables>
</user>
</include>