diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/acf-provisioning-grandstream-ata/init.cfg.sample | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-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 'testing/acf-provisioning-grandstream-ata/init.cfg.sample')
-rw-r--r-- | testing/acf-provisioning-grandstream-ata/init.cfg.sample | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/testing/acf-provisioning-grandstream-ata/init.cfg.sample b/testing/acf-provisioning-grandstream-ata/init.cfg.sample deleted file mode 100644 index 3fa43d4f25..0000000000 --- a/testing/acf-provisioning-grandstream-ata/init.cfg.sample +++ /dev/null @@ -1,73 +0,0 @@ -<?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> |