freeswitch/conf/directory/default/1006.xml

15 lines
472 B
XML
Raw Normal View History

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