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:
parent
2edb3443d6
commit
ef4b45925c
4 changed files with 71 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue