Move lines over to yate

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

@ -4,67 +4,73 @@
route=100
file=/var/lib/yate/regfile.swap
[610]
password={{ secret__yate__sip_extension_fritzbox_dect1 }}
alternatives=0,1008,1337
callername=DECT-1
[100]
password=test100
callername=Test 100
[echt]
password=test
alternatives=0,9,91,3248
alternatives=0,9,91,3248,1337
[test]
password=test
alternatives=0,9,92,3248
alternatives=0,9,92,3248,1337
[unittest1]
password=test
alternatives=93,3248
alternatives=93,3248,1337
[unittest2]
password=test
alternatives=94,3248
alternatives=94,3248,1337
[door]
password=test
alternatives=0,1,11,3248
alternatives=0,1,11,3248,1337
callername=Main Door
[kitchen]
password=test
alternatives=0,1,12,3248
alternatives=0,1,12,3248,1337
callername=Kitchen
[desk]
password=test
alternatives=0,1,13,3248
alternatives=0,1,13,3248,1337
callername=Desk
[workshop]
password=test
alternatives=0,2,21,3248
alternatives=0,2,21,3248,1337
callername=Workshop Lobby
[clean]
password=test
alternatives=0,2,22,3248
alternatives=0,2,22,3248,1337
callername=Clean Workshop
[dirty]
password=test
alternatives=0,2,23,3248
alternatives=0,2,23,3248,1337
callername=Dirty Workshop
[dect1]
password=test
alternatives=0,3,31,3248
alternatives=0,3,31,3248,1337
callername=DECT-1
[dect2]
password=test
alternatives=0,3,32,3248
callername=DECT-2
[analog1]
password=test
alternatives=0,4,41,3248
alternatives=0,4,41,3248,1337
callername=Analog-1
[analog2]
password=test
alternatives=0,4,42,3248
alternatives=0,4,42,3248,1337
callername=Analog-2