Help Center

How Can We Help You?

Video tutorials, visual guides, and documentation for WOCOM AI, Cloud PBX, and SIP Trunk services.

🌐 Network Requirements

LAN and WAN planning guide for WOCOM Cloud Hosted PBX β€” cabling, switching, QoS, firewall rules, and bandwidth sizing.

πŸ“‘ System Components

The key elements that make up a WOCOM Cloud Hosted PBX deployment.

πŸ“ž SIP Devices

IP phones, softphones, and ATAs on your premises. Each connects via Ethernet and optionally draws PoE power from the switch.

πŸ”Œ Ethernet Switches

Connect SIP devices to each other and the broader network. PoE-capable switches can power phones through the same cable used for data.

πŸ”€ Network Configuration

Phones can share switches with PCs or be placed on separate VLANs for traffic isolation and easier management.

πŸ”— Ethernet Cabling

Cat5 or higher cabling with RJ-45 connectors links all SIP devices to the network infrastructure.

☁️ Hosted PBX Platform

The WOCOM cloud call-control platform handles call routing, voicemail, IVR, and PSTN connectivity for all your SIP devices.

🌍 Internet (WAN)

Your broadband connection links your site to the WOCOM cloud. BYOB (Bring Your Own Broadband) is supported.

WOCOM Cloud Hosted PBX β€” Component Overview

☁️
WOCOM Cloud
Call Control / PSTN
⟷
πŸ›‘οΈ
Firewall / NAT
SIP-Aware
⟷
πŸ“‘
Router
QoS Enabled
⟷
πŸ”Œ
Ethernet Switch
PoE / VLAN
Your Premises β€” LAN
πŸ“ž
IP Phone
πŸ“ž
IP Phone
πŸ’»
PC + Softphone
πŸ“ 
ATA + Fax
πŸ“±
Mobile App

πŸ”Œ Cabling & Power Infrastructure

Physical layer requirements for reliable voice communications.

If your office network has been established within the past five years, you likely already have the requisite LAN cabling and power infrastructure. Verify these standards are met:

  • Category 5 or higher Ethernet cabling (Cat5e or Cat6 recommended)
  • RJ-45 connectors on all LAN cable runs
  • Sufficient power outlets near each SIP device location
  • PoE switches recommended to eliminate separate power adapters for phones
  • Power outlets near switches and the access router

Cabling Standards

βœ…
Cat5e / Cat6
1Gbps capable
βœ…
RJ-45
Standard connectors
βœ…
PoE Switch
Power over Ethernet
❌
Cat3 / Old
Not supported
πŸ’‘
Tip: PoE eliminates the need for separate power adapters at each desk. If your switches don't support PoE, ensure a power outlet is available at every phone location.

πŸ”€ Ethernet Switching Guidelines

How to connect SIP devices to your network with optimal performance.

Segmentation Best Practice

Ideally, deploy separate Ethernet switches for SIP devices, keeping the existing PC network unchanged. This simplifies management and ensures voice traffic is isolated from data traffic.

If SIP devices and computers must share the same switches, implement VLANs (802.1Q) to logically segregate traffic and prevent data-heavy operations from impacting voice quality.

  • Use 100Mbit or auto-sensing 100/1000Mbit Ethernet switches
  • Never use hubs or 10Mbit switches for SIP devices
  • If sharing switches, ensure 802.1Q VLAN support
  • Implement VLANs to isolate voice from data traffic

Dedicated vs. Shared Switching

βœ… RECOMMENDED
πŸ”Œ
Voice Switch
πŸ“ž
Phones
πŸ”Œ
Data Switch
πŸ’»
PCs
⚠️ ACCEPTABLE
πŸ”Œ
Shared Switch
802.1Q VLANs
VLAN 10
Voice πŸ“ž
VLAN 20
Data πŸ’»

⚑ Quality of Service (QoS)

Prioritize voice traffic over data to ensure crystal-clear phone calls.

ℹ️
Why QoS matters: Voice communication demands real-time responsiveness. Unlike email or web browsing, even brief delays or packet loss create noticeable degradation in call quality. QoS ensures voice packets always get priority.

πŸ” Traffic Prioritization

Configure your router and switches to prioritize SIP and RTP packets above all other traffic types. Voice must always take precedence over data.

πŸ“Š Bandwidth Reservation

Reserve a dedicated portion of your WAN bandwidth exclusively for voice traffic. This prevents data-heavy operations from consuming voice capacity.

🏷️ DSCP Marking

SIP devices typically mark voice packets with DSCP EF (Expedited Forwarding). Ensure your network equipment honors these markings end-to-end.

πŸ“ˆ Monitoring

Regularly monitor jitter, latency, and packet loss. Target: latency <150ms, jitter <30ms, packet loss <1% for acceptable voice quality.

  • Enable QoS on your router and switches
  • Prioritize SIP (UDP/TCP 5060) and RTP (UDP 19560–24560) traffic
  • Configure DSCP EF marking for voice packets
  • Large bandwidth alone does not guarantee good call quality β€” QoS is required

πŸ” DHCP & DNS Services

Network discovery and configuration services required for SIP device operation.

DHCP Requirements

Every SIP device on your network must receive a unique IP address via DHCP. The DHCP server allocates addresses along with essential network parameters.

  • DHCP must provide: IP address/mask, default gateway, DNS server
  • Custom DHCP options (e.g., Option 66) are not required and will be ignored
  • Ensure sufficient IP address pool for all SIP devices

DNS Requirements

DNS translates domain names into IP addresses, enabling SIP devices to locate WOCOM cloud servers. DNS also supports service redundancy by mapping names to multiple IPs.

  • Provide a reliable DNS server to all SIP devices
  • DNS must resolve external domains (WOCOM cloud endpoints)
  • Consider using a secondary DNS for redundancy

πŸ›‘οΈ Firewall & NAT Configuration

Essential firewall rules and NAT settings for WOCOM Cloud Hosted PBX operation.

⚠️
Important: Improperly configured firewalls can block SIP devices from communicating with WOCOM cloud servers, preventing calls from being made or received. Ensure all ports listed below are open.

Firewall Traffic Flow

Your LAN
πŸ“ž
SIP Devices
β†’
πŸ›‘οΈ
Firewall
Allow ports below
β†’
☁️
WOCOM Cloud
Config / Call Control / PSTN

Required Firewall Rules

ServiceProtocol / PortPurpose
HTTPTCP/80SIP device interaction with WOCOM cloud configuration servers
TLS/SSLTCP/443Secure encrypted SIP communication β€” confidentiality and data protection
SIPUDP/5060 TCP/5060
UDP/10000-20000 TCP/10000-20000
Call signalling between SIP devices, WOCOM call-control platforms, and gateways
RTPUDP/19560-24560Real-time voice media between SIP devices and WOCOM platform
NTPUDP/123Clock synchronization for SIP devices
DNSUDP/53 TCP/53Name-to-IP resolution for WOCOM service discovery

NAT (Network Address Translation)

NAT translates multiple private LAN IP addresses to a single public WAN IP. For WOCOM to work correctly, your NAT must be SIP-aware β€” it needs to maintain a durable binding between each internal SIP device and its external address.

πŸ’‘
NAT Binding: Without proper SIP-aware NAT, you may experience one-way audio or inability to receive incoming calls. Set NAT binding lifetime to 30–60 seconds for optimal performance.
  • NAT must be SIP-aware with durable bindings
  • Binding lifetime: 30–60 seconds recommended
  • Without proper NAT, calls may be one-way or fail to connect
  • Enable SIP ALG (Application Layer Gateway) only if your device implements it correctly β€” otherwise disable it

πŸ“Š Bandwidth Planning

Calculate the WAN and LAN bandwidth needed for your deployment.

ℹ️
Key insight: Large bandwidth alone does not guarantee call quality. You must implement QoS alongside adequate bandwidth to ensure voice traffic is always prioritized.

WAN Bandwidth Formulas

Calculate Maximum Simultaneous Calls
Max Simultaneous Calls = Available Voice Bandwidth (Kbps) Γ· 64 Kbps
Max Phones = Max Simultaneous Calls Γ— Users per Simultaneous Call
Where:
β€’ Available Voice Bandwidth β€” the lower of download/upload speed, minus data traffic reservation
β€’ 64 Kbps β€” bandwidth per standard phone call (including ATA devices)
β€’ Users per Simultaneous Call β€” typically 4 for average office usage

Example Bandwidth Calculations

Internet SpeedVoice AllocationMax CallsMax Phones (4:1)
2 Mbps upload1 Mbps (1,000 Kbps)15 calls60 phones
5 Mbps upload2.5 Mbps (2,500 Kbps)39 calls156 phones
10 Mbps upload5 Mbps (5,000 Kbps)78 calls312 phones
20 Mbps upload10 Mbps (10,000 Kbps)156 calls624 phones
πŸ’‘
Call centers & high-volume: If your office has higher-than-average call volume, use a ratio of 2:1 instead of 4:1 for Users per Simultaneous Call to ensure capacity.

LAN Bandwidth

LAN bandwidth is determined by your switch and cabling throughput. Following the cabling and switching requirements in this guide (100Mbit+ switches, Cat5e+ cabling), your LAN should have sufficient capacity. Undersized LANs may experience degraded call quality during peak traffic.

πŸ—ΊοΈ Network Topologies

Reference diagrams for common WOCOM Cloud PBX network configurations.

Topology 1 β€” Single Untagged VLAN (Small Office)

Best for smaller environments with approximately 10 computers and IP phones. A single untagged VLAN is used for both voice and data, simplifying setup and management.

Figure 1.0 β€” Flat Network (Single VLAN)

☁️
WOCOM Cloud
Call Control
⟷
πŸ“‘
Router / Firewall
NAT + QoS
⟷
πŸ”Œ
Single Switch
Untagged β€” All Traffic
Single VLAN β€” Voice + Data
πŸ“ž
IP Phone 1
πŸ“ž
IP Phone 2
πŸ“ž
IP Phone 3
πŸ’»
PC 1
πŸ’»
PC 2
πŸ–¨οΈ
Printer
ℹ️
When to use: Small offices (~10 devices). Simple to set up and maintain. Consider upgrading to VLAN separation as the network grows.

Topology 2 β€” Separate VLANs for Voice & Data (Recommended)

Recommended for most deployments. Separate VLANs logically isolate voice and data traffic, enabling different IP schemes, simplified troubleshooting, and stronger security.

Figure 2.0 β€” VLAN Separation (Voice + Data)

☁️
WOCOM Cloud
Call Control
⟷
πŸ“‘
Router / Firewall
NAT + QoS + Inter-VLAN
⟷
πŸ”Œ
Managed Switch
802.1Q VLAN Tagging
VLAN 10 β€” Voice
e.g. 10.10.10.0/24
πŸ“ž
IP Phone
πŸ“ž
IP Phone
πŸ“ 
ATA
VLAN 20 β€” Data
e.g. 10.10.20.0/24
πŸ’»
PC
πŸ’»
PC
πŸ–¨οΈ
Printer
βœ…
Benefits of VLAN separation: Isolated voice traffic, separate IP address blocks, enhanced security, easier troubleshooting, and independent QoS policies per VLAN.

πŸ“± Compatible Phones & Devices

WOCOM Hosted PBX integrates with a wide range of SIP devices from leading manufacturers.

ℹ️
BYOD: While WOCOM typically provides devices, you may furnish your own β€” provided they are on the supported list below. Contact your WOCOM account team for compatibility verification.
πŸ“ž Polycom VVX Series
  • VVX 101 / VVX 201
  • VVX 300, 301, 310, 311
  • VVX 400, 401, 410, 411
  • VVX 500, 501
  • VVX 600, 601
  • VVX 1500
πŸ“ž Grandstream GXP Series
  • GXP1600 Series
  • GXP1700 Series
  • GXP2100 Series
  • GXP2100EXT Expansion Module
πŸ“ž Grandstream GRP Series
  • GRP2612, GRP2613, GRP2614, GRP2615
  • GRP2712, GRP2713, GRP2714, GRP2715
πŸ“Ή Grandstream GXV Video
  • GXV3240 / GXV3275
  • GXV3370 / GXV3380
πŸ“ž Other Supported Brands
  • Yealink
  • Cisco / Linksys SPA 50x, SPA 122, SPA 30x
  • Fanvil
  • Htek
  • Snom
  • Zoiper (Softphone)

Need help planning your network? Contact your dedicated WOCOM account team for personalized guidance.
cloudsupport@wocomja.com  |  www.wocomja.com

βœ•

πŸ‘‹ Thank you for visiting! I'm here to assist you with your voice and AI questions.

WOCOM Support

Online

Start a conversation

Please share your details so our team can assist you better.

Please enter your name and a valid email.

Connecting you with an agent...

Please wait while we find the best available representative