Allow sip port from voice network
This commit is contained in:
parent
f6e3fd2b98
commit
188de9cf19
1 changed files with 4 additions and 0 deletions
|
|
@ -188,6 +188,10 @@ in
|
|||
to = rtp.end;
|
||||
}
|
||||
];
|
||||
interfaces.voice = {
|
||||
allowedTCPPorts = [ 5060 ];
|
||||
allowedUDPPorts = [ 5060 ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services."asterisk-reload-endpoint@" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue