I am batman

This commit is contained in:
2026-06-24 17:51:49 -04:00
commit 58bb13bd60
74 changed files with 11917 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
![[phone_server_diagram.png]]
- **Customer Phone** - We use Yealink phones primarily, though we will work with Polycom, Grandstream, and more VoIP phones. 
- **Customer Router** (*Edgemarc*) - Edgemarc is a brand of router that is specifically designed to handle VoIP and particularly NATed VoIP traffic. The current model we use is a 2900e, and there are some older 4550 models in the field as well. 
- **Phone Server Router** (*PfSense*) - The PfSense Router will route traffic from the Edgemarc or customer router (based on it's public IP address) directly to the customer's phone server in our NOC. It is important because we can have many (100+) phone servers behind one PfSense in our datacenter, while only using 1 public IP address. 
- **Phone Server** (*FreePBX*) - The FreePBX phone server is our primarily used phone server for customers. It historically ran on CentOS Linux, and moving forward will be on Debian Linux. 
- **Head-End** (*Kamailio*) - The Kamailio server, also referred to as a "Kam" or "Headend" server. It routes all incoming and outgoing calls for our datacenters. There are two Kamailio servers in each datacenter for failover and load balancing. The number routing database can be interfaced with through RAMP. 
- **DSIP Router** - The DSIP Router is a Dynamic SIP router that routes SIP connections from phones based on the hostname they are trying to connect to. For example, If I was trying to connect to pbx3.ccproxy.net, the DSIP router would see that URL and automatically route packets from my phone to the pbx3 phone server. This allows us to have roaming clients like cell phones connect to servers over the public internet without needing to constantly whitelist a dynamic IP address. It also helps with security as the PBXs do not have a public IP address. 
- **SIP Carrier** (*Bandwidth*) - Our SIP Carrier connects our VoIP Traffic to the global PSTN network.

View File

@@ -0,0 +1,5 @@
- This diagram shows how we can use Proxy ARP to pass a public IP through the edgemarc and directly to the customer's data firewall. This allows the customer's data firewall to maintain a public IP so they can do any port forwarding, NATing, Client VPNS, etc. that they want to without the edgemarc interfering. 
- It allows us to keep QOS policies on the Edgemarc in place, and keep a dedicated percentage of the bandwidth reserved for VoIP traffic. This helps significantly with Call Quality. A guide on how to set this up can be found in the HUDU Global Wiki.
![[proxy_arp_diagram.png]]

View File

@@ -0,0 +1,4 @@
The diagram below shows different SSH tunnels which we use every day to access phone systems in both our Chicago and Youngstown datacenters, as well as to access devices behind a customer's Edgemarc router.
![[ssh_diagram.png]]

View File

@@ -0,0 +1,6 @@
| | | |
| ---------- | ------------- | ------------- |
| Chicago | 10.0.82-89.x | |
| Kansas | 10.0.90.-91.x | RAMP \| IONOS |
| New Jersey | 10.0.100.x | |
| Youngstown | 10.0.7.x | |