一、VoIP概述 VoIP是Voice over Internet PRotocol的简称,意为在Internet(因特网)上传输话音。VoIP技术又常被称为网络电话、IP电话或Internet电话技术。VoIP最基本的功能是提供基于Internet的、费用低廉的语音和传真服务。它还可以进一步扩展到基于IP的语音服务。因此VoIP就是一种提供IP电话业务和一些以此为基础的增值业务的技术。具体来说,VoIP采用的是计算机通讯的分组化、数字化传输技术,先对语音数据进行压缩编码处理,然后把数据按IP等相关协议打包,数据包通过IP网络传输到接收地之后再重新串起来,经过解码解压恢复成原来的语音信号。与传统的语音业务相比,VoIP能在同样带宽条件下使通话数量成倍增加,因此可以低成本地实现语音传输、传真等传统电信业务。另外,由于VoIP有效地利用了互联网的基础设施和全球IP互联的环境,所以能对诸如统一消息、虚拟电话、虚拟语音/传真邮箱、查号业务、Internet呼叫中心、Internet呼叫治理、电视会议、电子商务、信息存储转发等新兴的数据业务提供有力的支持。
1. 在北京的路由器做如下配置: Current configuration : 964 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service passWord-encryption ! hostname beijing ! ! username gongmao password xxxxxxxx ip subnet-zero !
fax interface-type fax-mail mta receive maximum-recipients 0 ! interface FastEthernet0/0 ip address 172.17.0.1 255.255.255.0 duplex auto speed auto
ip classless ip http server ip pim bidir-enable !
call rsvp-sync ! ! mgcp profile default ! dial-peer cor custom ! ! ! dial-peer voice 10 pots 语音端口指定电话号码101 destination-pattern 101 dial-peer voice 11 pots 语音端口指定电话号码101 destination-pattern 102 ! dial-peer voice 20 VoIP 拨号对等体指定拨201时去成都的路由器 destination-pattern 201 session target ipv4: 192.168.0.1 dial-peer voice 21 VoIP 拨号对等体指定拨202时去成都的路由器 destination-pattern 202 session target ipv4: 192.168.0.1 ! ! line con 0 line aux 0 line vty 0 4 password xxxxxx login ! ! end 2. 在成都的路由器做如下配置: Current configuration : 964 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname chengdu ! ! username gongmao password xxxxxxx ip subnet-zero ! ! fax interface-type fax-mail mta receive maximum-recipients 0 !
! interface FastEthernet0/0 ip address 192.168.0.1 255.255.255.0 duplex auto speed auto ! ip classless ip http server ip pim bidir-enable ! ! call rsvp-sync ! ! mgcp profile default ! dial-peer cor custom ! ! ! dial-peer voice 10 pots destination-pattern 201 dial-peer voice 11 pots destination-pattern 202 ! dial-peer voice 20 VoIP 拨号对等体指定拨101时去北京的路由器 destination-pattern 101 session target ipv4: 172.17.0.1 dial-peer voice 21 VoIP 拨号对等体指定拨102时去北京的路由器 destination-pattern 102 session target ipv4: 172.17.0.1 ! line con 0 line aux 0 line vty 0 4 password xxxxxx login ! ! end