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,9 +1,11 @@
|
||||||
#ENC[AES256_GCM,data:Oc2DdKVMymwkIHbS84TeTQY=,iv:UMhNafqQrHaF5iqFSev6D1uqHPFpKQTkOpYV6JncjsU=,tag:mAmBMyGdzER3hkSkV2Fjtw==,type:comment]
|
#ENC[AES256_GCM,data:Oc2DdKVMymwkIHbS84TeTQY=,iv:UMhNafqQrHaF5iqFSev6D1uqHPFpKQTkOpYV6JncjsU=,tag:mAmBMyGdzER3hkSkV2Fjtw==,type:comment]
|
||||||
secret__sip_trunk_epvpn: ENC[AES256_GCM,data:kH0Sjk7PXsg=,iv:avgJi2Mu7ax1J7iCJ4QzuG1z04ojrzfoDCGISUXg7Qg=,tag:yw5uiP86H1164VzHUFzryg==,type:int]
|
secret__sip_trunk_epvpn: ENC[AES256_GCM,data:d3iilbnE29J1hyL3,iv:PWYRqumnPkqhQvXNCnWVGpwkOoiljzoX4W7ngeZzw0A=,tag:uChMn2/d3rl+7XAAZ1ACzg==,type:str]
|
||||||
secret__sip_trunk_fonial: ENC[AES256_GCM,data:1dRu6qh4/O0=,iv:TZpk/ZAMvIGTuFBHUn0r+CJhgcdYBX9gxnRWgfhCGDs=,tag:A2PavL2FUjpbnym6CPreKw==,type:str]
|
secret__sip_trunk_fonial: ENC[AES256_GCM,data:Cm0ajT2OCfWxsw==,iv:+JUIhZeFrbx0M4uKJTt22qnL/rTiPv09B58Vxyrnu1Y=,tag:gH1EmyByqTxvIVnyPmO1ag==,type:str]
|
||||||
|
secret__sip_trunk_fux: ENC[AES256_GCM,data:Ea7SDDXydgXWtQ==,iv:8G/w40wfH7pjhJJQOLt3u82iIC7hFonDQ2JEdD9E1mQ=,tag:bcPJPAU4/TkJbj2MCY3htQ==,type:str]
|
||||||
|
secret__sip_trunk_fritzbox: ENC[AES256_GCM,data:ThSo8qKi6/Zp+RZAeI4nqgNH,iv:nI8aopaf/sggOT9IFsqRmDjrA+CwNJkzs7Ijk9dqyCk=,tag:tSWudnc5ShV355I+zPNczw==,type:str]
|
||||||
sops:
|
sops:
|
||||||
lastmodified: "2025-07-04T17:35:26Z"
|
lastmodified: "2025-07-05T09:03:20Z"
|
||||||
mac: ENC[AES256_GCM,data:xfna0LQlalbXeK3Uik7VyelxMkTJr2yc6DDyQ0y8DUsTgTzrmtbNs89J0vR4CBiMnkmZyw6WkhvfJeLQOURQCwZHB3y+mrsIRax56XW1OskV1u3WSI//eSv2bXaQ5rbMMvaz7kYlOE51mhJZnOb3mtLmSE3IyxkaesjBSeHpdw4=,iv:OK/VzrNHE3zWJNi/OhnChzOGHN2OP7iN2r9G1vlDEBM=,tag:ehFxhu0HykJcBEejWgKJ+g==,type:str]
|
mac: ENC[AES256_GCM,data:g69iJFNEdScehBwUieiwp0J3r2JiT9VBau29cj0d7WiYWXiAaw28RmiLY/nchPwJzuFhDYOzHJezPVGXjfZ8dcdo4BR3ixfP1Re+NLlDzoovLWUA9Vgqwj7Yhi5Du0GtZGcBs9hfP9J9H++a1r4Qe5aojUd0Fm2UUqu+6O0Lfz8=,iv:unPfNCs7eKpeHdvQVneJTr3i/2vzKXlo8paaBBBtaXs=,tag:r/wQOJP5wPXacXwUQxuhLQ==,type:str]
|
||||||
pgp:
|
pgp:
|
||||||
- created_at: "2025-07-04T17:33:05Z"
|
- created_at: "2025-07-04T17:33:05Z"
|
||||||
enc: |-
|
enc: |-
|
|
@ -1,44 +1,35 @@
|
||||||
; Yate will register to these SIP services
|
; Yate will register to these SIP services
|
||||||
; see https://github.com/eventphone/yate/blob/master/conf.d/accfile.conf.sample
|
; see https://github.com/eventphone/yate/blob/master/conf.d/accfile.conf.sample
|
||||||
|
|
||||||
[epvpn_test]
|
[epvpn_ccchh]
|
||||||
enabled=no
|
enabled=no
|
||||||
protocol=sip
|
protocol=sip
|
||||||
description= testing in/outbound routing
|
description=Eventphone EPVPN CCCHH
|
||||||
username=
|
|
||||||
authname=
|
|
||||||
password=
|
|
||||||
interval=120
|
|
||||||
registrar=hg.eventphone.de
|
|
||||||
|
|
||||||
[ccchh]
|
|
||||||
enabled=no
|
|
||||||
protocol=sip
|
|
||||||
description=yate.hamburg.ccc.de
|
|
||||||
username=1008
|
username=1008
|
||||||
authname=1008
|
authname=1008
|
||||||
password=5kVLqoQ7CmCV
|
password={{ secret__sip_trunk_epvpn }}
|
||||||
interval=120
|
interval=120
|
||||||
registrar=hg.eventphone.de
|
registrar=hg.eventphone.de
|
||||||
|
|
||||||
[landline]
|
[fonial_ccchh]
|
||||||
enabled=no
|
enabled=no
|
||||||
protocol=sip
|
protocol=sip
|
||||||
description=CCCHH landline
|
description=Fonial CCCHH
|
||||||
username=
|
username=fo370381tr317349_00
|
||||||
authname=
|
authname=fo370381tr317349_00
|
||||||
password=
|
password={{ secret__sip_trunk_fonial }}
|
||||||
interval=120
|
interval=120
|
||||||
registrar=
|
registrar=sip.plusnet.de
|
||||||
|
|
||||||
[doorbell]
|
[fux_intercom]
|
||||||
enabled=no
|
enabled=no
|
||||||
protocol=sip
|
protocol=sip
|
||||||
description=CCCHH doorbell powered by fux-infra
|
description=Fux Intercom CCCHH doorbell
|
||||||
username=
|
username=1337
|
||||||
authname=
|
authname=1337
|
||||||
|
password={{ secret__sip_trunk_fux }}
|
||||||
interval=120
|
interval=120
|
||||||
registrar=
|
registrar=172.16.210.2
|
||||||
|
|
||||||
[fritzbox]
|
[fritzbox]
|
||||||
enabled=yes
|
enabled=yes
|
||||||
|
@ -46,6 +37,6 @@ protocol=sip
|
||||||
description=yate-fritz betatest
|
description=yate-fritz betatest
|
||||||
username=624
|
username=624
|
||||||
authname=624
|
authname=624
|
||||||
password=n0vr3jn305894j2
|
password={{ secret__sip_trunk_fritzbox }}
|
||||||
interval=120
|
interval=120
|
||||||
registrar=10.31.210.86:5060
|
registrar=10.31.210.86:5060
|
Loading…
Add table
Add a link
Reference in a new issue