[packages] net/nufw: run of autogen.sh needed with recent versions of libtool
[packages.git] / net / freeswitch / files / etc.uci / directory / default / extension.xml.template
1 <include>
2   <user id="[{FS_EXTENSION_ID}]">
3     <params>
4       <param name="password" value="[{FS_EXTENSION_PASSWORD}]"/>
5       <param name="vm-password" value="[{FS_EXTENSION_VM_PASSWORD}]"/>
6     </params>
7     <variables>
8       <variable name="toll_allow" value="[{FS_EXTENSION_TOLL_ALLOW}]"/>
9       <variable name="accountcode" value="[{FS_EXTENSION_ACCOUNT_CODE}]"/>
10       <variable name="user_context" value="default"/>
11       <variable name="effective_caller_id_name" value="[{FS_EXTENSION_EFFECTIVE_CALLERID_NAME}]"/>
12       <variable name="effective_caller_id_number" value="[{FS_EXTENSION_EFFECTIVE_CALLERID_NUMBER}]"/>
13       <variable name="outbound_caller_id_name" value="[{FS_EXTENSION_OUTBOUND_CALLERID_NAME}]"/>
14       <variable name="outbound_caller_id_number" value="[{FS_EXTENSION_OUTBOUND_CALLERID_NUMBER}]"/>
15       <variable name="callgroup" value="[{FS_EXTENSION_CALLGROUP}]"/>
16     </variables>
17   </user>
18 </include>