freeswitch/conf/directory/default/1002.xml

15 lines
472 B
XML
Raw Normal View History

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