Some checks failed
/ Ansible Lint (push) Failing after 2m5s
Also use the correct file name for the SOPS secrets
42 lines
No EOL
864 B
Django/Jinja
42 lines
No EOL
864 B
Django/Jinja
; Yate will register to these SIP services
|
||
; see https://github.com/eventphone/yate/blob/master/conf.d/accfile.conf.sample
|
||
|
||
[epvpn_ccchh]
|
||
enabled=no
|
||
protocol=sip
|
||
description=Eventphone EPVPN CCCHH
|
||
username=1008
|
||
authname=1008
|
||
password={{ secret__sip_trunk_epvpn }}
|
||
interval=120
|
||
registrar=hg.eventphone.de
|
||
|
||
[fonial_ccchh]
|
||
enabled=no
|
||
protocol=sip
|
||
description=Fonial CCCHH
|
||
username=fo370381tr317349_00
|
||
authname=fo370381tr317349_00
|
||
password={{ secret__sip_trunk_fonial }}
|
||
interval=120
|
||
registrar=sip.plusnet.de
|
||
|
||
[fux_intercom]
|
||
enabled=no
|
||
protocol=sip
|
||
description=Fux Intercom CCCHH doorbell
|
||
username=1337
|
||
authname=1337
|
||
password={{ secret__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 |