Help Center

How Can We Help You?

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

← Back to SIP Trunk Guides

🔷 Cisco Unified Border Element — Configuration Guide

Complete guide for configuring WOCOM Flexible SIP Trunk with Cisco CUBE routers.

âąī¸
Setup Time
30–45 minutes
đŸŽ¯
Difficulty
Advanced
🔷
Platform
Cisco IOS / IOS XE
â„šī¸
This guide provides step-by-step instructions for configuring and optimizing WOCOM SIP services with a Cisco router. It covers SIP registration, digest authentication, voice service configuration, dial-peer setup, and full IOS command reference.

🔐 SIP Registration & Authentication

How WOCOM authenticates your SIP trunk connection.

📝
SIP REGISTER

WOCOM requires a SIP REGISTER request with digest authentication. Credentials (username and password) are provided by WOCOM and must be configured in the Cisco CUBE sip-ua section.

🔒
Digest Authentication

Outgoing calls use Digest Authentication per SIP RFC 3261. This ensures the authenticity and integrity of SIP signaling, guarding against security threats.

🔧 Compatible Cisco Hardware

Cisco router platforms supported for CUBE configurations with WOCOM.

Platform IOS / IOS XE Version Router Models
ISR G2 IOS 12M/T, IOS 15M/T Cisco 2900, 3900 Series
ISR G3 (4000 Series) IOS XE 3S, Denali 16.3.1+, Amsterdam 17.2.1r+ 4321, 4331, 4351, 4431, 4451, 4461
ISR 1000 Series IOS XE Gibraltar 16.12.1a+ Cisco 1100 Series
ASR Series IOS XE 3S, Denali 16.3.1+, Everest 16.6.1+ ASR 1001-X, 1002-X, 1004, 1006, 1006-X
CSR 1000V IOS XE 3.15+, Denali 16.3.1+ Cloud Services Router 1000V
Catalyst 8000V IOS XE Bengaluru 17.4.1a+ Catalyst 8000V Edge Software
Catalyst 8300 Series IOS XE Amsterdam 17.3.2+ C8300-1N1S-6T, C8300-2N2S-6T, C8300-2N2S-4T2X
Catalyst 8200 Series IOS XE Bengaluru 17.4.1a+ / 17.5.1a+ C8200-1N-4T, C8200L-1N-4T
💡
Note: All CUBE features from release 11.5.0 (IOS XE 3.17) introduced on ISR G2 are included in CUBE 11.5.2 for IOS XE platforms from Denali 16.3.1 onwards.

🌐 Network Configuration Overview

How your Cisco CUBE connects your internal PBX to the WOCOM SIP network and PSTN.

đŸ–Ĩī¸
IP PBX / CUCM
Local Endpoints
LAN
đŸ›Ąī¸
Firewall
🔷
Cisco CUBE
Border Element
SIP Trunk
đŸĸ
WOCOM SBC
SIP Network
PSTN Gateway
🌍
PSTN

Calls originate from endpoints registered to your local IP PBX, are directed to the Cisco CUBE acting as an intermediary, then routed through the SIP trunk to the WOCOM SBC for termination to the PSTN.

📊 Device Roles

Role of each component in the network topology.

🔷 Cisco CUBE

Session border element that bridges your internal PBX to the WOCOM SIP network. Handles SIP registration, codec negotiation, and call routing.

đŸ–Ĩī¸ IP PBX (CUCM)

Your local phone system. Cisco Unified Communications Manager 12.5.1 recommended; any currently supported version is permissible.

đŸ›Ąī¸ Firewall

Monitors and controls network traffic. Must permit SIP signaling (port 5060) and RTP media (ports 10000–20000) between CUBE and WOCOM.

đŸĸ WOCOM SBC

WOCOM's Session Border Controller receives SIP trunk connections and routes calls to the PSTN for termination.

âš™ī¸ CUBE Configuration — Base Setup

Initial router configuration including hostname, DNS, and interfaces.

Base Router Configuration
!
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname WOCOM-CUBE
!
logging buffered 51200 warnings
enable secret "yoursecretpassword"
!
ip domain name wocomja.com
ip host iadvoip1.wocomja.com 50.62.141.178
ip name-server 50.62.141.121
ip name-server 50.62.14.122
!
ip cef
ip source-route
!
! ── Interfaces ──
interface GigabitEthernet0/0
  description WAN-Interface-Internet
  ip address 10.0.0.3 255.255.255.252
  duplex auto
  speed auto
!
interface GigabitEthernet0/1
  description LAN-Interface-PBX-Network
  ip address 172.17.1.3 255.255.255.0
  duplex auto
  speed auto
!
ip route 0.0.0.0 0.0.0.0 10.0.0.1 name Default_GW
âš ī¸
Replace the IP addresses with your actual WAN and LAN addresses. GigabitEthernet0/0 is your internet-facing interface; GigabitEthernet0/1 connects to your PBX network.

🔊 Voice Service & Codec Configuration

Configure voice service settings and codec preferences for optimal call quality.

Voice Service & Codecs
voice service voip
  no ip address trusted authenticate
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  no supplementary-service sip moved-temporarily
  no supplementary-service sip refer
  fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
  sip
    outbound-proxy dns:iadvoip1.wocomja.com
!
! ── Codec Class for Outbound (WOCOM) ──
voice class codec 300
  codec preference 1 g729r8
  codec preference 9 g711ulaw
  codec preference 10 g711alaw
!
! ── Codec Class for Inbound ──
voice class codec 301
  codec preference 1 g729br8
  codec preference 2 g729r8
  codec preference 9 g711ulaw
  codec preference 10 g711alaw
🔊
Codec 300 — Used for outbound calls to WOCOM. Prioritises G.729 for bandwidth efficiency, with G.711 as fallback.
🔊
Codec 301 — Used for inbound calls. Adds G.729B (with silence suppression) as the top preference.

📞 Dial Peer Configuration

Configure dial peers for routing inbound and outbound calls between your PBX and WOCOM.

Dial Peers — Outbound & Inbound
! ── Outbound: All calls to WOCOM SIP ──
dial-peer voice 300 voip
  translation-profile outgoing JM/USA/CAN Calling
  destination-pattern .T
  session protocol sipv2
  session target sip-server
  voice-class codec 300
  dtmf-relay rtp-nte
!
! ── Inbound: DID #1 from WOCOM ──
dial-peer voice 302 voip
  description WOCOM Assigned DID #1
  incoming called-number 8760000000
  voice-class codec 301
  dtmf-relay rtp-nte
!
! ── Route DID #1 to PBX ──
dial-peer voice 8238 voip
  description WOCOM Assigned DID #1
  destination-pattern 8760000000
  session protocol sipv2
  session target ipv4:172.17.1.4
  dtmf-relay rtp-nte
  codec g711ulaw
!
! ── Inbound: DID #2 from WOCOM ──
dial-peer voice 301 voip
  description WOCOM Assigned DID #2
  incoming called-number 8760000001
  voice-class codec 301
  dtmf-relay rtp-nte
!
! ── Route DID #2 to PBX ──
dial-peer voice 500 voip
  description WOCOM Assigned DID #2
  destination-pattern 8760000001
  session protocol sipv2
  session target ipv4:172.17.1.4
  voice-class codec 300
  voice-class sip outbound-proxy ipv4:172.17.1.4
  dtmf-relay rtp-nte
💡
Replace 8760000000 and 8760000001 with your actual WOCOM-assigned DID numbers. Replace 172.17.1.4 with your PBX IP address. Add additional inbound/outbound dial-peer pairs for each DID.

🔑 SIP-UA — Registration & Authentication

The most critical section — configure SIP credentials and registration with WOCOM.

SIP User Agent — Credentials & Registration
sip-ua
  credentials username 8760000000 password yourwocompassword realm iadvoip1.wocomja.com
  hookflash-info
  authentication username 8760000000 password yourwocompassword
  no remote-party-id
  set pstn-cause 47 sip-status 486
  retry invite 2
  retry response 3
  retry bye 3
  retry prack 6
  timers expires 300000
!
! ── SIP Registration to WOCOM ──
  registrar dns:iadvoip1.wocomja.com expires 3600
  sip-server dns:iadvoip1.wocomja.com
  connection-reuse
âš ī¸
Critical: Replace 8760000000 with your WOCOM-assigned phone number and yourwocompassword with your WOCOM account secret. Both the credentials and authentication lines must use the same username and password.

📄 Full Configuration Reference

Complete IOS configuration for copy-paste. Replace all placeholder values with your actual credentials.

📋 Click to expand full running configuration
!
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname WOCOM-CUBE
!
logging buffered 51200 warnings
enable secret "yoursecretpassword"
!
no aaa new-model
no ipv6 cef
ip source-route
ip cef
!
ip domain name wocomja.com
ip host iadvoip1.wocomja.com 50.62.141.178
ip name-server 50.62.141.121
ip name-server 50.62.14.122
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
voice-card 0
!
voice service voip
  no ip address trusted authenticate
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  no supplementary-service sip moved-temporarily
  no supplementary-service sip refer
  fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
  sip
    outbound-proxy dns:iadvoip1.wocomja.com
!
voice class codec 300
  codec preference 1 g729r8
  codec preference 9 g711ulaw
  codec preference 10 g711alaw
!
voice class codec 301
  codec preference 1 g729br8
  codec preference 2 g729r8
  codec preference 9 g711ulaw
  codec preference 10 g711alaw
!
username yourusername password yoursecretpassword
!
interface GigabitEthernet0/0
  description WAN-Interface-Internet
  ip address 10.0.0.3 255.255.255.252
  duplex auto
  speed auto
!
interface GigabitEthernet0/1
  description LAN-Interface-PBX-Network
  ip address 172.17.1.3 255.255.255.0
  duplex auto
  speed auto
!
ip forward-protocol nd
no ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 0.0.0.0 0.0.0.0 10.0.0.1 name Default_GW
!
dial-peer voice 300 voip
  translation-profile outgoing JM/USA/CAN Calling
  destination-pattern .T
  session protocol sipv2
  session target sip-server
  voice-class codec 300
  dtmf-relay rtp-nte
!
dial-peer voice 302 voip
  description WOCOM Assigned DID #1
  incoming called-number 8760000000
  voice-class codec 301
  dtmf-relay rtp-nte
!
dial-peer voice 8238 voip
  description WOCOM Assigned DID #1
  destination-pattern 8760000000
  session protocol sipv2
  session target ipv4:172.17.1.4
  dtmf-relay rtp-nte
  codec g711ulaw
!
dial-peer voice 301 voip
  description WOCOM Assigned DID #2
  incoming called-number 8760000001
  voice-class codec 301
  dtmf-relay rtp-nte
!
dial-peer voice 500 voip
  description WOCOM Assigned DID #2
  destination-pattern 8760000001
  session protocol sipv2
  session target ipv4:172.17.1.4
  voice-class codec 300
  voice-class sip outbound-proxy ipv4:172.17.1.4
  dtmf-relay rtp-nte
!
sip-ua
  credentials username 8760000000 password yourwocompassword realm iadvoip1.wocomja.com
  hookflash-info
  authentication username 8760000000 password yourwocompassword
  no remote-party-id
  set pstn-cause 47 sip-status 486
  retry invite 2
  retry response 3
  retry bye 3
  retry prack 6
  timers expires 300000
!
  registrar dns:iadvoip1.wocomja.com expires 3600
  sip-server dns:iadvoip1.wocomja.com
  connection-reuse
!
line vty 0 4
  access-class 23 in
  privilege level 15
  login local
  transport input telnet ssh
!
scheduler allocate 20000 1000
end
Disclaimer: The configurations and technical data provided are believed to be accurate and dependable but are presented without express or implied warranty. Users are responsible for their application of any configurations specified in this guide. Information is subject to change without notice.
🔷
Need Help with Cisco CUBE?

Our technical support team can assist with CUBE configuration, SIP registration troubleshooting, and advanced voice routing.

✕

👋 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