Allow sip port from voice network

This commit is contained in:
Jakob Lechner 2024-09-18 15:43:18 +02:00
parent f6e3fd2b98
commit 188de9cf19

View file

@ -188,6 +188,10 @@ in
to = rtp.end;
}
];
interfaces.voice = {
allowedTCPPorts = [ 5060 ];
allowedUDPPorts = [ 5060 ];
};
};
systemd.services."asterisk-reload-endpoint@" = {