Voice LAB-1 CUBE Cisco Unified Border Element

简介:

 

CUBE: 边界网关

clip_image002

R1与R3代表2个不同的公司

R1的配置如下:

dial-peer voice 3000 voip //dial-peer 路由

destination-pattern 3...

session target ipv4:13.1.1.3

dtmf-relay rtp-nte

codec g711ulaw

!

!

!

gatekeeper

shutdown

!

!

telephony-service

max-ephones 5

max-dn 10

ip source-address 192.168.100.250 port 2000 //R1f0/0的IP地址

auto assign 1 to 2

max-conferences 8 gain -6

transfer-system full-consult

!

!

ephone-dn 1

number 1001

!

!

ephone-dn 2 dual-line

number 1002

!

!

ephone 1

mac-address 0200.4C4F.4F50 ?这个MAC地址是你电脑环回口的mac地址

type CIPC

button 1:1 2:2

CIPC设置如下:

clip_image004

注册完成后CIPC显示的号码

clip_image006

判断R3是否支持CME SIP电话注册:

R3#dir system:/cme

Directory of system:/cme/

156 drwx 0 <no date> sipphone

No space information available

R2的配置:

voice register global

mode cme

source-address 192.168.30.250 port 5060

max-dn 10

max-pool 144

authenticate register

!

voice register dn 1

number 3001

!

voice register pool 1

id mac 0200.4C4F.4F52 ?#3号环回口的mac地址

number 1 dn 1

username fuyi password fuyi

codec g711ulaw

dial-peer voice 1000 voip

destination-pattern 1...

session protocol sipv2

session target ipv4:13.1.1.1

dtmf-relay sip-notify

codec g711ulaw

SIP电话注册:

clip_image008

clip_image010

配置对比:

clip_image012

CUBE的配置

R3/1#sh run | se voice service

voice service voip

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

clip_image014

本文转自 bilinyee博客,原文链接:   http://blog.51cto.com/ericfu/1725825     如需转载请自行联系原作者



相关文章
|
5月前
|
存储
cloudStack 4.18 版本的 `networks` 表中,`display_text`
cloudStack 4.18 版本的 `networks` 表中,`display_text`
|
缓存 负载均衡 网络协议
译|A scalable, commodity data center network architecture(三)
译|A scalable, commodity data center network architecture(三)
109 0
|
存储 算法 网络协议
译|A scalable, commodity data center network architecture(二)
译|A scalable, commodity data center network architecture(二)
130 0
|
存储 分布式计算 网络协议
译|A scalable, commodity data center network architecture(一)
译|A scalable, commodity data center network architecture
136 0
SAP SD基础知识之文本确定(Text Determination)
SAP SD基础知识之文本确定(Text Determination)
SAP SD基础知识之文本确定(Text Determination)
|
Linux 容器
Red Hat – Driving Business Innovation with Open Source
Red Hat officially announced a strategic partnership with Alibaba Cloud at the 2017 Computing Conference, to encourage the adoption of open source technologies for enterprises.
1469 0
Red Hat – Driving Business Innovation with Open Source
|
C#
Beginner’s Tutorial: 3D Line and Border Effects in XAML
This mini-tutorial might be for you if you’re having troubles finding the right line colors to achieve simple 3D effects like these:   The solutio...
1144 0