0b1143e1b7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22157 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
932 B
Plaintext
19 lines
932 B
Plaintext
<include>
|
|
<user id="[{FS_EXTENSION_ID}]">
|
|
<params>
|
|
<param name="password" value="[{FS_EXTENSION_PASSWORD}]"/>
|
|
<param name="vm-password" value="[{FS_EXTENSION_VM_PASSWORD}]"/>
|
|
</params>
|
|
<variables>
|
|
<variable name="toll_allow" value="[{FS_EXTENSION_TOLL_ALLOW}]"/>
|
|
<variable name="accountcode" value="[{FS_EXTENSION_ACCOUNT_CODE}]"/>
|
|
<variable name="user_context" value="default"/>
|
|
<variable name="effective_caller_id_name" value="[{FS_EXTENSION_EFFECTIVE_CALLERID_NAME}]"/>
|
|
<variable name="effective_caller_id_number" value="[{FS_EXTENSION_EFFECTIVE_CALLERID_NUMBER}]"/>
|
|
<variable name="outbound_caller_id_name" value="[{FS_EXTENSION_OUTBOUND_CALLERID_NAME}]"/>
|
|
<variable name="outbound_caller_id_number" value="[{FS_EXTENSION_OUTBOUND_CALLERID_NUMBER}]"/>
|
|
<variable name="callgroup" value="[{FS_EXTENSION_CALLGROUP}]"/>
|
|
</variables>
|
|
</user>
|
|
</include>
|