当前位置:首页>>思科培训>>综合技术>>正文

VOIP中关守和网关的配置

文章出处:Linux 宝库 作者:未知 发布时间:2006-09-21 收藏到QQ书签
  一、网关的配置
  1、指定号码
  dial-peer voice 111 pots
  destination-pattern +0
  port 3/1/0
  2、指定网关
  Gateway
  !
  3、指定关守
  interface FastEthernet0/0
  ip address
  duplex auto
  speed auto
  h323-gateway voip interface
  h323-gateway voip id GateKeeper ipaddr 0.0.0.0 1719
  h323-gateway voip h323-id syhoo@syhoo.com.cn
  
  4、指定VOIP映射,RAS方式
  dial-peer voice 203 voip
  destination-pattern 1.....
  session target ras
  !
  二、关守的配置
  gatekeeper
  zone local GateKeeper syhoo.com.cn 0。0。0。0
  gw-type-prefix 88#* gw ipaddr 0.0.0.0 1720
  gw-type-prefix 55#* gw ipaddr 0.0.0.0 1720
  no shutdown
  
  所有地址都改为了0。0。0。0
  
  
  
Google