freeswitch/conf/directory/default/1000.xml

15 lines
472 B
XML
Raw Normal View History

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