cshore 0b1143e1b7 [packages]: net/freeswitch: Added UCI config of extensions and incoming DIDs (to extensions only)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 01:48:08 +00:00

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>