mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
allow sip tls from ms teams proxies
This commit is contained in:
@@ -129,6 +129,14 @@ resource "aws_security_group" "allow_jambonz_sbc_sip_rtp" {
|
||||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
ingress {
|
||||
description = "sip tls for teams"
|
||||
from_port = 5060
|
||||
to_port = 5060
|
||||
protocol = "udp"
|
||||
cidr_blocks = ["52.114.148.0/32", "52.114.132.46/32", "52.114.75.24/32", "52.114.76.76/32", "52.114.7.24/32", "52.114.14.70/32"]
|
||||
}
|
||||
|
||||
ingress {
|
||||
description = "sip from everywhere"
|
||||
from_port = 5060
|
||||
|
||||
@@ -137,6 +137,14 @@ resource "aws_security_group" "allow_jambonz_sbc_sip" {
|
||||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
ingress {
|
||||
description = "sip tls for teams"
|
||||
from_port = 5060
|
||||
to_port = 5060
|
||||
protocol = "udp"
|
||||
cidr_blocks = ["52.114.148.0/32", "52.114.132.46/32", "52.114.75.24/32", "52.114.76.76/32", "52.114.7.24/32", "52.114.14.70/32"]
|
||||
}
|
||||
|
||||
ingress {
|
||||
description = "http api"
|
||||
from_port = 3000
|
||||
|
||||
Reference in New Issue
Block a user