Files
fusionpbx/resources/templates/provision/grandstream/gxw4004/{$mac}.xml
mafoo 713b29998b WhitespaceClean-resources/provision/grandstream
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:12:47 +00:00

85 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<gs_provision version="1">
<config version="1">
<!-- Advanced Settings -->
<!-- Admin password for web interface,String Max Length: 30; between ascii values 33 and 126, Mandatory -->
<P2>{$admin_password}</P2>
<!-- End User Password, MaxLength 32 -->
<P196>{$user_password}</P196>
<!-- Firmware Upgrade -->
<!-- Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade., Number: 0 to 2. Mandatory -->
<P212>1</P212>
<!-- Config Server Path , String: serveraddress -->
<P237>{$domain_name}{$project_path}/app/provision</P237>
<!-- Profile 1 Settings -->
<!-- Profile Active. 0 - no, 1 - yes, Number: 0,1. -->
<P271>1</P271>
<!-- Primary SIP Server,String: serveraddress -->
<P47>{$server_address_1}</P47>
<!-- Prefer Primary SIP Server. 0 - No, 1 - Yes. -->
<P4567>1</P4567>
<!-- SIP Transport. 0 - UDP, 1 - TCP, 2 - TLS -->
<P130>0</P130>
<!-- NAT Traversal (STUN). 0 - No, 2 - No but send keep-alive, 1 - Yes -->
<P52>0</P52>
<!-- SIP Registration. 0 - no, 1 - yes -->
<P31>1</P31>
<!-- Register Expiration (in minutes. default 1 hour, max 45 days), Number: 1 to 64800 -->
<P32>3</P32>
<!--FXS Ports -->
<!-- FXS Port 1,SIP USER ID, Authenticate ID, Password, Name, Profile ID (0 - Profile 1, 1 - Profile 2, 2 - Profile 3) -->
<!-- Hunting Group (0 - None, 1 - Active, 2 - 2, 3 - 3, 4 -4, 5 - 5, 6 - 6, 7 - 7, 8 - 8 ) -->
<!-- Request URI Routing ID, Enable Port(0 - No, 1 - Yes, default is Yes) -->
<P4060>{$user_id_1}</P4060>
<P4090>{$user_id_1}</P4090>
<P4120>{$user_password_1}</P4120>
<P4180>{$display_name_1}</P4180>
<P4150>0</P4150>
<P4300>0</P4300>
<P4669></P4669>
<P4595>1</P4595>
<!-- FXS Port 2. SIP USER ID, Authenticate ID, Password, Name, Profile ID (0 - Profile 1, 1 - Profile 2, 2 - Profile 3) -->
<!-- Hunting Group (0 - None, 2 - Active, 1 - 1, 3 - 3, 4 -4, 5 - 5, 6 - 6, 7 - 7, 8 - 8 ) -->
<!-- Request URI Routing ID.Enable Port(0 - No, 1 - Yes, default is Yes) -->
<P4061>{$user_id_2}</P4061>
<P4091>{$user_id_2}</P4091>
<P4121>{$user_password_2}</P4121>
<P4181>{$display_name_2}</P4181>
<P4151>0</P4151>
<P4301>0</P4301>
<P4670></P4670>
<P4596>1</P4596>
<!-- FXS Port 3. SIP USER ID, Authenticate ID, Password, Name, Profile ID (0 - Profile 1, 1 - Profile 2, 2 - Profile 3) -->
<!-- Hunting Group (0 - None, 3 - Active, 1 - 1, 2 - 2, 4 -4, 5 - 5, 6 - 6, 7 - 7, 8 - 8 ) -->
<!-- Request URI Routing ID. Enable Port(0 - No, 1 - Yes, default is Yes) -->
<P4062>{$user_id_3}</P4062>
<P4092>{$user_id_3}</P4092>
<P4122>{$user_password_3}</P4122>
<P4182>{$display_name_3}</P4182>
<P4152>0</P4152>
<P4302>0</P4302>
<P4671></P4671>
<P4597>1</P4597>
<!-- FXS Port 4. SIP USER ID, Authenticate ID, Password, Name, Profile ID (0 - Profile 1, 1 - Profile 2, 2 - Profile 3) -->
<!-- Hunting Group (0 - None, 4 - Active, 1 - 1, 2 - 2, 3 - 3, 5 - 5, 6 - 6, 7 - 7, 8 - 8 ) -->
<!-- Request URI Routing ID. Enable Port(0 - No, 1 - Yes, default is Yes) -->
<P4063>{$user_id_4}</P4063>
<P4093>{$user_id_4}</P4093>
<P4123>{$user_password_4}</P4123>
<P4183>{$display_name_4}</P4183>
<P4153>0</P4153>
<P4303>0</P4303>
<P4672></P4672>
<P4598>1</P4598>
</config>
</gs_provision>