Add FusionPBX configs: Yealink T48S provisioning + fail2ban whitelist

- y000000000000.boot: overwrite_mode=1 forces re-provision on every reboot
- BLF type=16 for Yealink T48S in FusionPBX (with pickup_value required)
- auto_linekeys.enable=0 prevents phone from overriding DSS key config
- fail2ban whitelist: 107.178.2.130 (office) + 97.154.109.245 (home WAN)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 01:05:55 +00:00
parent acadc57958
commit 094bd7ac80
3 changed files with 40 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# FusionPBX Custom Configs (134.209.72.226)
## Yealink T48S Provisioning Templates
Applied to: /var/www/fusionpbx/resources/templates/provision/yealink/t48s/
### y000000000000.boot
- `overwrite_mode = 1` — phones re-provision on every reboot (critical)
### y000000000065.cfg key changes
- `features.auto_linekeys.enable = 0` — prevents phone firmware from auto-overriding BLF keys
## BLF Configuration
- Yealink T48S BLF type = **16** (in FusionPBX device profile)
- pickup_value field required for type=16 BLF keys
- manage-presence = true already set in FreeSWITCH external sofia profile
## Provisioning URL
https://fusion.orbishosting.com/app/provision/
Auth: provision-master / Joker1974!!!
## fail2ban Whitelist
- 107.178.2.130 (office)
- 97.154.109.245 (home WAN)
+10
View File
@@ -0,0 +1,10 @@
[DEFAULT]
ignoreip = 127.0.0.1/8 ::1 107.178.2.130 97.154.109.245
[ssh]
enabled = true
port = 22
protocol = ssh
filter = sshd
logpath = /var/log/auth.log
action = iptables-allports[name=sshd, protocol=all]
@@ -0,0 +1,7 @@
#!version:1.0.0.1
## The header above must appear as-is in the first line
include:config "y000000000065.cfg"
include:config "{$mac}.cfg"
overwrite_mode = 1