freeswitch/conf/directory/default/1000.xml
Brian West 7c6c856251 Lets show how this is done
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6775 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 00:04:41 +00:00

16 lines
533 B
XML

<include>
<user id="1000" mailbox="1000">
<params>
<param name="password" value="mypass"/>
<param name="vm-password" value="1234"/>
<!--<param name="vm-mailto" value="me@mydomain.com"/>-->
<!--<param name="vm-email-all-messages" value="true"/>-->
</params>
<variables>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Brian West"/>
<variable name="effective_caller_id_number" value="1000"/>
</variables>
</user>
</include>