Move lines over to yate
Some checks failed
/ Ansible Lint (push) Failing after 2m8s

Basic functionality should be working for incoming calls:
* Fux Intercom to 1337
* Fonial to the Hamburg number
* EPVPN

Still to do: clean up internal extensions and more extensive testing
This commit is contained in:
Stefan Bethke 2025-07-06 19:07:27 +02:00
commit ef4b45925c
4 changed files with 71 additions and 45 deletions

View file

@ -2,41 +2,34 @@
; see https://github.com/eventphone/yate/blob/master/conf.d/accfile.conf.sample
[epvpn_ccchh]
enabled=no
enabled=yes
protocol=sip
description=Eventphone EPVPN CCCHH
username=1008
authname=1008
password={{ secret__sip_trunk_epvpn }}
password={{ secret__yate__sip_trunk_epvpn }}
interval=120
registrar=hg.eventphone.de
keepalive=1
[fonial_ccchh]
enabled=no
enabled=yes
protocol=sip
description=Fonial CCCHH
username=fo370381tr317349_00
authname=fo370381tr317349_00
password={{ secret__sip_trunk_fonial }}
password={{ secret__yate__sip_trunk_fonial }}
interval=120
registrar=sip.plusnet.de
keepalive=1
[fux_intercom]
enabled=no
enabled=yes
protocol=sip
description=Fux Intercom CCCHH doorbell
username=1337
authname=1337
password={{ secret__sip_trunk_fux }}
password={{ secret__yate__sip_trunk_fux }}
interval=120
registrar=172.16.210.2
[fritzbox]
enabled=yes
protocol=sip
description=yate-fritz betatest
username=624
authname=624
password={{ secret__sip_trunk_fritzbox }}
interval=120
registrar=10.31.210.86:5060
keepalive=1