| @ -1,10 +1,13 @@ | |||||
| <configuration name="acl.conf" description="Network Lists"> | <configuration name="acl.conf" description="Network Lists"> | ||||
| <network-lists> | <network-lists> | ||||
| <list name="proxies" default="deny"> | |||||
| <list name="trusted" default="deny"> | |||||
| <node type="allow" cidr="173.203.215.241/32"/> <!--unknown--> | |||||
| <node type="allow" cidr="72.249.14.242/32"/> <!--gw01-car.dal.us.icall.net--> | |||||
| <node type="allow" cidr="8.19.97.6/32"/> <!--sbc01-car.dal.us.icall.net--> | |||||
| </list> | |||||
| <list name="authoritative" default="deny"> | |||||
| <node type="allow" cidr="184.106.172.9/32"/> <!--sipproxy001-prod-ord--> | <node type="allow" cidr="184.106.172.9/32"/> <!--sipproxy001-prod-ord--> | ||||
| <node type="allow" cidr="204.232.212.190/32"/> <!--sipproxy002-prod-dfw--> | <node type="allow" cidr="204.232.212.190/32"/> <!--sipproxy002-prod-dfw--> | ||||
| </list> | </list> | ||||
| </network-lists> | </network-lists> | ||||
| </configuration> | </configuration> | ||||