Also use the correct file name for the SOPS secrets
This commit is contained in:
parent
3a80459fa0
commit
2a322f9c85
2 changed files with 22 additions and 29 deletions
|
@ -1,44 +1,35 @@
|
|||
; Yate will register to these SIP services
|
||||
; see https://github.com/eventphone/yate/blob/master/conf.d/accfile.conf.sample
|
||||
|
||||
[epvpn_test]
|
||||
[epvpn_ccchh]
|
||||
enabled=no
|
||||
protocol=sip
|
||||
description= testing in/outbound routing
|
||||
username=
|
||||
authname=
|
||||
password=
|
||||
interval=120
|
||||
registrar=hg.eventphone.de
|
||||
|
||||
[ccchh]
|
||||
enabled=no
|
||||
protocol=sip
|
||||
description=yate.hamburg.ccc.de
|
||||
description=Eventphone EPVPN CCCHH
|
||||
username=1008
|
||||
authname=1008
|
||||
password=5kVLqoQ7CmCV
|
||||
password={{ secret__sip_trunk_epvpn }}
|
||||
interval=120
|
||||
registrar=hg.eventphone.de
|
||||
|
||||
[landline]
|
||||
[fonial_ccchh]
|
||||
enabled=no
|
||||
protocol=sip
|
||||
description=CCCHH landline
|
||||
username=
|
||||
authname=
|
||||
password=
|
||||
description=Fonial CCCHH
|
||||
username=fo370381tr317349_00
|
||||
authname=fo370381tr317349_00
|
||||
password={{ secret__sip_trunk_fonial }}
|
||||
interval=120
|
||||
registrar=
|
||||
registrar=sip.plusnet.de
|
||||
|
||||
[doorbell]
|
||||
[fux_intercom]
|
||||
enabled=no
|
||||
protocol=sip
|
||||
description=CCCHH doorbell powered by fux-infra
|
||||
username=
|
||||
authname=
|
||||
description=Fux Intercom CCCHH doorbell
|
||||
username=1337
|
||||
authname=1337
|
||||
password={{ secret__sip_trunk_fux }}
|
||||
interval=120
|
||||
registrar=
|
||||
registrar=172.16.210.2
|
||||
|
||||
[fritzbox]
|
||||
enabled=yes
|
||||
|
@ -46,6 +37,6 @@ protocol=sip
|
|||
description=yate-fritz betatest
|
||||
username=624
|
||||
authname=624
|
||||
password=n0vr3jn305894j2
|
||||
password={{ secret__sip_trunk_fritzbox }}
|
||||
interval=120
|
||||
registrar=10.31.210.86:5060
|
Loading…
Add table
Add a link
Reference in a new issue