aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample')
-rw-r--r--unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample73
1 files changed, 73 insertions, 0 deletions
diff --git a/unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample b/unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample
new file mode 100644
index 0000000000..3fa43d4f25
--- /dev/null
+++ b/unmaintained/acf-provisioning-grandstream-ata/init.cfg.sample
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<gs_provision version="1">
+ <config version="1">
+
+<!-- Advanced Settings -->
+
+ <!-- HT-502 - Layer 3 QoS (IP Diff-Serv or Precedence value for RTP) -->
+ <P38>46</P38>
+ <!-- Layer 2 QoS. 802.1Q/VLAN Tag -->
+ <P51>1</P51>
+ <!-- HT-502 - Layer 2 QoS. 802.1p priority value -->
+ <P87>5</P87>
+ <!-- HT-701 - Layer 2 QoS. SIP 802.1p priority value -->
+ <P5038>5</P5038>
+ <!-- HT-701 - Layer 2 QoS. RTP 802.1p priority value -->
+ <P5042>5</P5042>
+
+ <!-- Firmware Upgrade and Provisioning. 0 - TFTP, 1 - HTTP, 2 - HTTPS
+ <P212>1</P4428>
+ <!-- Firmware Server Path -->
+ <P192>10.0.0.1/Grandstream</P192>
+ <!-- Config Server Path -->
+ <P237>10.0.0.1/Grandstream</P237>
+ <!-- Allow DHCP Option 66 to override server -->
+ <P145>0</P145>
+
+ <!-- Disable SIP NOTIFY Authentication -->
+ <P4428>1</P4428>
+ <!-- Disable Direct IP Call -->
+ <P277>1</P277>
+
+<!-- FXS Port 1 -->
+
+ <!-- DNS Mode: NAPTR/SRV -->
+ <P103>2</P103>
+ <!-- Refer-To Use Target Contact -->
+ <P135>1</P135>
+ <!-- Disable Call-Waiting -->
+ <P91>1</P91>
+ <!-- Delayed Call Forward Wait Time -->
+ <P139>120</P139>
+ <!-- Fax Mode: Pass Through -->
+ <P228>1</P228>
+
+<!-- FXS Port 2 -->
+
+ <!-- DNS Mode: NAPTR/SRV -->
+ <P702>2</P702>
+ <!-- Refer-To Use Target Contact -->
+ <P469>1</P469>
+ <!-- Disable Call-Waiting -->
+ <P791>1</P791>
+ <!-- Delayed Call Forward Wait Time -->
+ <P470>120</P470>
+ <!-- Fax Mode: Pass Through -->
+ <P710>1</P710>
+
+<!-- Basic Settings -->
+
+ <!-- Telnet Server: No -->
+ <P276>1</P276>
+ <!-- Reply to ICMP on WAN port -->
+ <P189>1</P189>
+ <!-- WAN side HTTP/Telnet access -->
+ <P190>1</P190>
+ <!-- Enable LAN DHCP -->
+ <P5001>0</P5001>
+
+ <!-- Time Zone -->
+ <P64>customize</P64>
+
+ </config>
+</gs_provision>