思科VOIP完整配置实例
- 格式:pdf
- 大小:55.21 KB
- 文档页数:9
1.1 VoIP典型配置举例1.1.1 借助路由器FXS口实现互联图1-1路由器直接接普通双音频电话机3. 配置步骤(1) 北京路由器的配置:# 配置VoIP语音实体。
[Quidway] voice-setup[Quidway-voice] dial-program[Quidway-voice-dial] entity 0755 voip# 配置被叫方电话号码,点是通配符。
[Quidway-voice-dial-entity755] match-template 0755....# 配置被叫方IP地址。
[Quidway-voice-dial-entity755] address ip 2.2.2.2# 配置Tel.1连接的本地端口。
[Quidway-voice-dial-entity755] entity 1001 pots# 配置Tel.1的电话号码。
[Quidway-voice-dial-entity1001] match-template 0101001# 配置POTS 语音实体1001与语音用户线0关联。
[Quidway-voice-dial-entity1001] line 0# 配置Tel.2连接的本地端口。
[Quidway-voice-dial-entity1001] entity 1002 pots# 配置Tel.2的电话号码。
[Quidway-voice-dial-entity1002] match-template 0101002# 配置POTS 语音实体1002与语音用户线1关联。
[Quidway-voice-dial-entity1002] line 1(2) 深圳路由器的配置# 配置VoIP语音实体。
[Quidway] voice-setup[Quidway-voice] dial-program[Quidway-voice-dial] entity 010 voip[Quidway-voice-dial-entity10] match-template 010....[Quidway-voice-dial-entity10] address ip 1.1.1.1# 配置Tel.3连接的本地端口。
cisco2811语音网关+callmanager拨打外线,外线拨入详解配置——————包括AA和连接PBX的配置A.首先要在callmanager上进行h.323和router pattern的简单配置B.下面是在CISCO2811路由器上的配置----此路由上安装了一个4FXO口的语音模块1.下面是AA的配置:applicationservice aa flash:its-CISCO.2.0.1.0.tcl //调用TCL脚本,定义服务名字为aa(Auto Attendant)paramspace english language en/定义语言为英文,这个无所谓,反正你播放的是中文的welcome.au就可以了paramspace english index 1//定义索引位置param operator 888 //设置人工总机为888paramspace english location flash:param aa-pilot 678 //设置自动话务员的号码,这个随便设param welcome-prompt en_welcome.au //设置提示音,自己录制时注意格式.au,8-bit,8kHZ,u-law 各音频文件名与系统自带的文件名一致,重启路由器2.在接口上的配置:interface Loopback0 //为了使本地可以拨打AA自动话务员,需要配置这个地址ip address 1.1.1.1 255.255.255.0 //此地址随意!interface FastEthernet0/0ip address 121.29.221.138 255.255.255.0ip nat outsideip virtual-reassemblyduplex autospeed autocrypto map mymap //将保密映射应用到接口上,指定要使用的加密图!interface FastEthernet0/1ip address 192.168.100.3 255.255.255.0ip nbar protocol-discoveryip nat insideip virtual-reassemblyduplex autospeed autoh323-gateway voip interface3.voice-port的配置:voice-port 0/0/0 //进入语音端口FXO配置模式cptone CN //配置铃音使用中国制式timeouts call-disconnect 1timeouts wait-release 1 //定义呼叫、等待时间!voice-port 0/0/1 //此端口连接PSTNsupervisory disconnect dualtone mid-callcptone CNtimeouts call-disconnect 1timeouts wait-release 1caller-id enable!voice-port 0/0/2 //此端口连接PSTNsupervisory disconnect dualtone mid-call//配置Tone管理断开——主要是外线拨打IP 电话时,不能及时挂断的方法cptone CNtimeouts call-disconnect 1//呼叫中断的超时设定timeouts wait-release 1//等待释放的超时设定!voice-port 0/0/3 //此端口连接PBX的FXS口supervisory disconnect dualtone mid-callcptone CNtimeouts call-disconnect 1timeouts wait-release 14.拨打外线的配置:dial-peer voice 2 pots //配置一个POTS拨号对等体(和配置静态路由时的ip route命令类似)service aadestination-pattern 9T//表示9+电话号码,即拨出的电话号码,表示号码前加入9才能通过这个端口出局incoming called-number .port 0/0/1 ////指定端口(FXO口0/0/1)!dial-peer voice 4 potsservice aadestination-pattern 9Tincoming called-number .port 0/0/2!dial-peer voice 200 potsservice aadestination-pattern .T //.表示一个任意数字,T表示多个任意数字port 0/0/35.外线拨入和PBX上模拟电话拨打IP电话的配置:dial-peer voice 344 voip//配置一个VOIP拨号对等体destination-pattern 6..//内部IP分机session target ipv4:192.168.100.209//会话目标IP(和配置静态路由时的下一跳地址类似)dtmf-relay h245-alphanumeric//DTMF使用h245-alphanumeric,写错了就无法输入分机号码了codec g711ulaw //强制使用G.711ulaw,否则容易因为codec出问题no vad //关闭VAD,否则容易出毛病!dial-peer voice 345 voipdestination-pattern 5..session target ipv4:192.168.100.209dtmf-relay h245-alphanumericcodec g711ulawno vad!dial-peer voice 300 voip //配置与实验室2811CME的电话互通destination-pattern 4..session target ipv4:192.168.100.11 //实验室2811的F0/1接口地址!dial-peer voice 10 voipservice aadestination-pattern 678 //使本地可以拨打自动话务员,必须配合下面的session session target ipv4:1.1.1.1//incoming called-number 678 //配置拨入的电话为678的时候,才调用server aa dtmf-relay h245-alphanumericcodec g711ulawno vad。
思科IP话机用户使用手册IP话机常用功能使用方法注:如果在屏幕中找不到下文提到按钮,请按翻页1,拨打1)摘机输入2)在免提状态下,直接按输入。
此时扬声器打开,如果不需要扬声器,可直接摘机3)在免提状态下,直接按,听到拨号音后输入2,接听1)在未摘机情况下,摘机接听2)已摘机情况下,在屏幕左下角按接听3,保留在通话过程中按保留,就可以将这路保留。
此时,对方处于听音乐状态。
如要取消保留,继续按即可。
4,转接在通话状态中按,>输入目标>再按,目标将响铃。
5,呼叫前转(又叫“呼叫转移”)在未摘机状态下,按>听到“嘟嘟”两声提示音>输入目标(前转至座机或者手机,请按照拨打该的方式输入,如市话加拨0),然后稍等一会,系统会自动跳回原来的待机屏幕,并显示前转。
6,取消前转在待机状态下,按。
7, 创建会议1)Ad-hoc方式。
在通话过程中,如果此时你想让某人加入讨论,按,然后输入与会者,再按下。
2)如果你已经在两个通话中(一路被保留,另一路正常),你也可以按,然后再利用方向选择键,往上或者下选择另一路通话,并且再按,即可建立三方会议。
3)Meet-me方式。
会议主持人,先按,输入18后,再拨自己分行站点号与分机号,然后通知其他要参加会议的人直接拨打这个10位,其他人不用按8,查看记录按,就可以选择查看未接呼叫,已接通话,已拨呼叫9,查看语音留言按语音按钮,然后按照提示输入密码,就可以收听语音留言。
在使用过程中如有问题,请致电话机按键介绍编号图标功能描述1预设按钮根据配置设计不同,该按钮有不同的功能,如话路选择(一个话机有多个的情况),快速拨号等按钮会根据当前通话状态改变颜色 并保持,表示正在进行的通话 并闪烁,表示挂起的通话并保持,表示拒绝呼叫开启或者该线路已加入组等编号图标功能描述并保持,表示远端线路忙并闪烁,表示该线路有呼叫进入并保持,表示远端线路忙2 屏幕显示功能3 支架按钮按下可调整话机放置角度4 语音留言按下后自动转到语音留言服务5 目录按钮打开或关闭通信录目录,通过通信录来查询通话记录或者定制的通讯录并拨号6 帮助按钮显示帮助目录7 设定按钮打开设定目录,通过设定目录可以更改网络,屏幕,铃声等设定8 服务按钮打开服务目录9 音量调节用以调节听筒与扬声器(免提\铃声)的音量10 免提按钮激活免提,当免提激活时该按键点亮11 静音按钮使话筒静音,当静音时该按键点亮12 耳机按钮激活头戴式耳机,使用听筒时该按键点亮13 方向按钮方向键用以在菜单中卷动屏幕,在不同栏中移动选择.14 键盘用以输入,用户名等信息,字母键的使用同手机键盘15 软按键对应屏幕最下方的软按键选项16 听筒灯条提示有呼叫进入或者有新语音留言话机电缆连接1 直流变压器端口(DC48V) 6 听筒端口2 交流电源7 头戴式耳机端口3 AC 电源线8 支架按钮4 网络端口(10/100 SW) 9 辅助端口(AUX)5 接入端口(10/100 PC)屏幕上软键定义说明。
Cisco DPC2202 和EPC2202 型号VoIP 电缆调制解调器用户指南本文档包含的内容重要安全性说明 (2)简介 (10)装箱内容 (11)前面板说明 (12)后面板说明 (13)互联网服务的系统要求 (14)如何订阅高速互联网和电话服务? (15)放置电缆调制解调器的最佳位置 (16)如何将调制解调器安装在墙壁上?(可选) (17)电话服务的要求 (19)如何连接电缆调制解调器以使用互联网和电话服务? (20)安装USB 驱动程序 (23)常见问题解答 (25)遇到困难? (28)改善性能的小窍门 (29)前面板LED 状态指示灯功能 (30)通告 (32)重要安全性说明重要安全性说明安装人员注意事项本注意事项中的维修说明仅供合格维修人员使用。
为减少触电风险,如您不具备资质,请勿擅自执行使用说明以外的操作。
Notice à l’attention des installateurs de réseaux câblésLes instructions relatives aux interventions d’entretien, fournies dans la présente notice, s’adressentexclusivement au personnel technique qualifié. Pour réduire les risques de chocs électriques, n’effectueraucune intervention autre que celles décrites dans le mode d'emploi et les instructions relatives aufonctionnement, à moins que vous ne soyez qualifié pour ce faire.重要安全性说明Mitteilung für CATV-TechnikerDie in dieser Mitteilung aufgeführten Wartungsanweisungen sind ausschließlich für qualifiziertes Fachpersonal bestimmt. Um die Gefahr eines elektrischen Schlags zu reduzieren, sollten Sie keine Wartungsarbeiten durchführen, die nicht ausdrücklich in der Bedienungsanleitung aufgeführt sind,außer Sie sind zur Durchführung solcher Arbeiten qualifiziert.Aviso a los instaladores de sistemas CATVLas instrucciones de reparación contenidas en el presente aviso son para uso exclusivo por parte de personal de mantenimiento cualificado. Con el fin de reducir el riesgo de descarga eléctrica, no realice ninguna otra operación de reparación distinta a las contenidas en las instrucciones de funcionamiento, a menos que posea la cualificación necesaria para hacerlo.20080814_Installer820_Intl重要安全性说明重要安全性说明1) 阅读这些说明。
下面是一个Cisco 3640的VOIP配置,对方的结构是台北和上海两地做VOIP,后接阿尔卡特的PBX,这是我亲手做的,里面有很多有注意的地方,与大家一起分享快乐!如有看不懂的地方请问我,还有我加的注解:Taipei#sh runBuilding configuration...Current configuration:!version 12.0service timestamps debug uptime(设定Debug跟踪日志显示其时间)service timestamps log uptime(设定看Log时显示其时间)no service password-encryption(口令不加密)!hostname Taipei(主机名)!enable secret 5 $1$R.66$z.BUjhNsJcIr8KCcS9uxG.!!!!!voice-card 1(定义语音卡1)!voice-card 3(定义语音卡3)!ip subnet-zerono ip domain-lookup!isdn voice-call-failure 0!!!!controller E1 1/0(配置 E1语音卡)framing NO-CRC4ds0-group 0 timeslots 1-15,17-31 type e&m-wink-start(定义语音卡的类型为E&M卡)cas-custom 0!controller E1 3/0(配置 E1语音卡)framing NO-CRC4ds0-group 0 timeslots 1-15,17-31 type e&m-wink-start(定义语音卡的类型为E&M卡)cas-custom 0!!!interface BRI0/0no ip addressno ip directed-broadcastshutdownisdn guard-timer 0 on-expiry accept!interface FastEthernet0/0no ip addressno ip directed-broadcastshutdownduplex autospeed auto!interface Serial0/0description "Link to MainLand_ShangHai by NCIC lease line"ip address 192.168.1.1 255.255.255.252no ip directed-broadcastno ip mroute-cacheno fair-queue!interface Serial0/1no ip addressno ip directed-broadcastshutdownclockrate 2000000!ip classlessno ip http server!!voice-port 1/0:0(配置模拟语音端口)compand-type a-law!voice-port 3/0:0(配置模拟语音端口)compand-type a-law!dial-peer voice 1 voip (定义拨号对等体到语音)destination-pattern +445...(为拨号对等体分配电话号码,其中.为通配符)session target ipv4:192.168.1.2(定义Voip路由,为对端的IP地址)req-qos guaranteed-delay (语音数据流RVSP的保证,其中Guaranteed-dealy可用于保证整个网络的延时)ip precedence 5(IP优先级,5为关键)!dial-peer voice 2 pots(定义拨号对等体到语音物理端口)destination-pattern +3...(定义电话话码以3开头的)port 1/0:0(定义语音端口)!dial-peer voice 3 pots(定义拨号对等体到语音物理端口)destination-pattern +3...(定义电话话码以3开头的)port 3/0:0(定义语音端口)!!line con 0(设定登陆)transport input noneline aux 0line vty 0 4(允许用Telnet)password cisco(口令为Cisco)login!endTaipei#上海一方的3640配置ShangHai#sh runBuilding configuration...Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname ShangHai!enable secret 5 $1$dB/c$tnrMU9IxFCJdix5ssHAdH/!!!!!voice-card 1!voice-card 2!ip subnet-zerono ip domain-lookup!isdn voice-call-failure 0!!!!controller E1 1/0framing NO-CRC4ds0-group 0 timeslots 1-15,17-31 type e&m-immediate-start cas-custom 0!controller E1 2/0framing Nds0-group 0 timeslots 1-15,17-31 type e&m-immediate-start cas-custom 0!!!interface BRI0/0no ip addressno ip directed-broadcastencapsulation pppisdn guard-timer 0 on-expiry acceptppp multilink!interface FastEthernet0/0no ip addressno ip directed-broadcastshutdownduplex autospeed auto!interface Serial0/0no ip addressno ip directed-broadcastno ip mroute-cacheshutdownno fair-queueclockrate 2000000!interface Serial0/1ip address 192.168.1.2 255.255.255.252 no ip directed-broadcast!ip classless!no ip http server!!voice-port 1/0:0compand-type a-law!voice-port 2/0:0compand-type a-law!dial-peer voice 20 voipdestination-pattern +3...session target ipv4:192.168.1.1req-qos guaranteed-delayip precedence 5!dial-peer voice 10 potsdestination-pattern +448...port 1/0:0!dial-peer voice 30 voipdestination-pattern +4...session target ipv4:192.168.1.1req-qos guaranteed-delayip precedence 5!dial-peer voice 40 potsdestination-pattern +449...port 2/0:0!!line con 0transport input noneline aux 0line vty 0 4password ciscologin!end ShangHai#。
本实验通过Cisco IP PHONE ,模拟电话软件来实现在内网中互相拨打IP电话实验拓扑:实验要求:一,必须先安装JAVA 虚拟机(如安装此版本:jre-6u4-windows-i586-p),以保证IP电话能正常启动安装过程截图略过,只需要点击下一步,火星人都会哦二,安装Cisco_IP_Communicator,建立安装最新的2.1.4版本,因为早期的2.1.0版本安装完成之后,不能识别旧的声卡程序,造成通话没有声音。
如图1,打开安装目录,点击“CiscoIPcommunicator”如图2,双击,安装如图3:勾选同意安装协议,点击NEXT如图4,如果你需要更改安装路径,请点击,“Change“,倘若保持默认安装路径,点击“”NEXT如图5,安装程序正在拷贝文件到系统中,稍等几分钟如图6,安装完成,退出安装程序如图7,按提示需要重启系统,重启之后软件安装完毕如图8,首次启动Cisco IP Communicator,会自动检查音频和麦克风的设置是否正常如图9,如果系统这些硬件,以及驱动程序正常,则会自动识别出硬件的型号,点击NEXT如图10,Cisco IP Communicator启动界面如图11,Cisco IP Phone,调用JAVA正常启动之后,拨号面板三,在路由器上进行电话机的配置先对模拟器Rack191修改一下,让路由器F1/0接口和PC的物理网卡桥接上,以保证相互通信,为后续IP电话注册提供保障。
如图所示,编辑Rack191,开始-运行-CMD-getmac获得网卡在注册表对应的键值,0016.D324.9FFD这个MAC地址就是我的本地网卡,IP 为172.16.0.6,复制该键值,替换Rack191中“Device\NPF”然后保存。
如图所示,双击运行Rack191,路由器已可以正常启动,并且可以看到1:0和本地桥接。
配置步骤:第一步:先完成路由器最基本的配置如图1第二步:完成电话机的注册配置设置IP电话的网络选项:如图设置:设置TFTP SERVER IP,其实此IP就是路由器接口IP,IP Phone 与此地址去通讯,去完成电话的注册。
ip电话设置cisco思科路由器是世界闻名的通讯设备之一了,有不少用户不知道怎么设置cisco ip电话?店铺为大家分享了具体操作方法,供大家参考!设置思科IP电话参考以下命令:第一种配置方式:Router(config)#telephony-service setup ----开启ipPhone配置--- Cisco IOS Telephony Services Setup ---Do you want to setup DHCP service for your IP Phones? [yes/no]: yes ----配置DHCPConfiguring DHCP Pool for Cisco IOS Telephony Services :IP network for telephony-service DHCP Pool:192.168.2.0Subnet mask for DHCP network :255.255.255.0TFTP Server IP address (Option 150) :192.168.2.1Default Router for DHCP Pool :192.168.2.1Do you want to start telephony-service setup? [yes/no]: yes ----开启电话语音Configuring Cisco IOS Telephony Services :Enter the IP source address for Cisco IOS Telephony Services :192.168.2.1Enter the Skinny Port for Cisco IOS Telephony Services : [2000]: ----语音端口How many IP phones do you want to configure : [0]: 2Do you want dual-line extensions assigned to phones? [yes/no]: yesWhat Language do you want on IP phones :0 English1 French2 German3 Russian4 Spanish5 Italian6 Dutch7 Norwegian8 Portuguese9 Danish10 Swedish11 Japanese[0]: 0Which Call Progress tone set do you want on IP phones :0 United States1 France2 Germany3 Russia4 Spain5 Italy6 Netherlands7 Norway8 Portugal9 UK10 Denmark11 Switzerland12 Sweden13 Austria14 Canada15 Japan[0]: 0What is the first extension number you want to configure : 800 ----电话分机号Do you have Direct-Inward-Dial service for all your phones? [yes/no]: yesEnter the full E.164 number for the first phone :888Do you want to forward calls to a voice message service? [yes/no]: yes ----语音信箱Enter extension or pilot number of the voice message service:899Call forward No Answer Timeout : [18]:Do you wish to change any of the above information? [yes/no]: no ----表示不修改了CNF-FILES: Clock is not set or synchronized,retaining old versionStamps---- Setup completed config ---Router(config)#*Mar 1 00:23:46.743: %LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up*Mar 1 00:23:46.747: %LINK-3-UPDOWN: Interface ephone_dsp DN 1.2, changed state to up*Mar 1 00:23:46.747: %LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up*Mar 1 00:23:46.751: %LINK-3-UPDOWN: Interface ephone_dsp DN 2.2, changed state to upRouter#show runBuilding configuration...!ip dhcp pool ITSnetwork 192.168.2.0 255.255.255.0option 150 ip 192.168.2.1default-router 192.168.2.1!telephony-servicemax-ephones 2max-dn 2ip source-address 192.168.2.1 port 2000auto assign 1 to 2create cnf-files version-stamp Jan 01 2002 00:00:00 dialplan-pattern 1 8.. extension-length 3 voicemail 899max-conferences 4 gain -6transfer-system full-consult!!ephone-dn 1 dual-linenumber 800call-forward busy 899call-forward noan 899 timeout 18!!ephone-dn 2 dual-linenumber 801call-forward busy 899call-forward noan 899 timeout 18!!ephone 1!!!ephone 2!!line con 0line aux 0line vty 0 4!!endRouter#show telephony-service ?admin Show telephony-service admin username and passwordall Show telephony-service detailsdial-peer Show telephony-service dialpeersdirectory-entry Show telephony-service directory-entryephone Show ephone configurationephone-dn Show ephone-dn configurationephone-template Show ephone-template configurationtftp-bindings Show telephony-service tftp-server bindings voice-port Show telephony-service voice ports| Output modifiers<cr>Router#show telephony-serviceCONFIG (Version=3.3)=====================Version 3.3Cisco CallManager ExpressFor on-line documentation please see:/univercd/cc/td/doc/product/access/ip_ph/i p_ks/index.htmip source-address 192.168.2.1 port 2000max-ephones 2max-dn 2max-conferences 4 gain -6dspfarm units 0dspfarm transcode sessions 0hunt-group report delay 1 hoursmax-redirect 5dialplan-pattern 1 8.. extension-length 3 voicemail 899time-format 12date-format mm-dd-yytimezone 0 Greenwich Standard Timekeepalive 30timeout interdigit 10timeout busy 10timeout ringing 180caller-id name-only: enableedit DN through Web: disabled.edit TIME through web: disabled.Log (table parameters):max-size: 150retain-timer: 15create cnf-files version-stamp Jan 01 2002 00:00:00 transfer-system full-consultauto assign 1 to 2local directory service: enabled.第二种配置方式:第1步先配置DHCP:r1(config)#ip dhcp pool CMEr1(dhcp-config)#network 192.168.1.0 /24r1(dhcp-config)#?DHCP pool configuration commands:accounting Send Accounting Start/Stop messages bootfile Boot file nameclass Specify a DHCP classclient-identifier Client identifierclient-name Client namedefault-router Default routersdns-server DNS serversdomain-name Domain nameexit Exit from DHCP pool configuration modehardware-address Client hardware addresshost Client IP address and maskimport Programatically importing DHCP option parameters lease Address lease timenetbios-name-server NetBIOS (WINS) name servers netbios-node-type NetBIOS node typenetwork Network number and masknext-server Next server in boot processno Negate a command or set its defaultsoption Raw DHCP optionsorigin Configure the origin of the poolrelay Function as a DHCP relaysubnet Subnet allocation commandsupdate Dynamic updatesutilization Configure various utilization parametersvrf Associate this pool with a VRFr1(dhcp-config)#default-router 192.168.1.1r1(dhcp-config)#option 150 ip 192.168.1.1r1(dhcp-config)#exit第2步配置telephony服务r1(config)#telephony-servicer1(config-telephony)#max-ephones 2r1(config-telephony)#max-dn 2r1(config-telephony)#auto assign 3 to 4r1(config-telephony)#ip source-address 192.168.1.1 port 2000r1(config-telephony)#exit第3步配置ephoner1(config)#ephone-dn 1r1(config-ephone-dn)#number 111r1(config-ephone-dn)#exitr1(config)#ephone-dn 2r1(config-ephone-dn)#number 112r1(config-ephone-dn)#exit店铺分享了cisco ip电话设置的方法,希望大家喜欢。
Cisco VOIP接口板卡详解加配置模拟接口FXS接口:RJ11接口,用于连接用户的电话、传真、modem,一个接口支持1路电话FX0接口:RJ11接口,用于连接局端设备,例如pstn局端设备,或用户端PBX(程控交换机)设备,一个接口支持1路电话E&M接口:听说接口,用于连接局端设备,例如pstn局端设备,或用户端PBX(程控交换机)设备,比FXO接口性能好一点。
对于FX0和E&M这样的模拟接口卡,是自带DSP资源的,不需要单独的购买PVDM。
而对于T1/E1这样的数字语音接口卡。
则需要单独购买PVDM。
大家都知道。
Wic和vic卡都是插在Module上的。
但原来我有一个误区。
就是认为象VWIC2-2MFT-E1或者T1这样的语音的VIC卡是不能直接插在路由器上的。
一定要插在NM-HDV或NM-HDV2上才行。
后来才知道,原来这是不对的。
对于ISR的28和38系列路由器,其实并不需要NM-DHV这样的模块,也可以直接插VWIC2-2MFT-T1/E1到路由器的接口卡插槽上。
但只能在28和38上这样插才行。
原因是只有28和38系列的ISR的集成多业务路由器的主板上已经内置了PVDM的插槽。
同时由于是面向语音的路由器系列并把原来处理语音呼叫改为专门的ASICC芯片来处理,性能上已经有了很大的提升。
数字接口有:E1(欧洲标准,中国遵从欧洲标准) 、T1接口(北美标准)、STM1 (155M的带宽,以后voip核心设备会大量使用)E1:支持30路电话,Cisco模块由一下几种:nm模块NM-HDV2 1-slot IP communications voice/fax network module 语音接口模块,需要另配置VIC接口(模拟or数字接口)配合使用;NM-HDV2-1T1/E1 2-slot I P communications voice/fax network module with one slot for T1/E1 interface (自带E1接口)NM-HDV2-2T1/E1 2-slot IP communications voice/fax network module with two slots forT1/E1 interface (自带2个E1接口)Packet voice data modules PVDM2 channel packet fax/voice DSP module (数字处理模块)PVDM2-16 16-channel packet fax/voice DSP modulePVDM2-32 32-channel packet fax/voice DSP modulePVDM2-48 48-channel packet fax/voice DSP modulePVDM2-64 64-channel packet fax/voice DSP moduledsp模块是数字处理模块,象内存一样插在主板上或者nm模块上(主板上有没有带需要确认),功能主要是实现数字voice的一些处理,例如voice编码格式转换等等功能,VWIC-1MFT-E1模块要作为连接语音设备的中继接口,必须要和dsp模块配合使用。