panjianm 发表于 2018-7-12 10:38:01

cisco2811语音网关+callmanager拨打外线,外线拨入详解配置

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 voip
  destination-pattern 5..
  session target ipv4:192.168.100.209
  dtmf-relay h245-alphanumeric
  codec g711ulaw
  no vad
  !
  dial-peer voice 300 voip   //配置与实验室2811CME的电话互通
  destination-pattern 4..
  session target ipv4:192.168.100.11 //实验室2811的F0/1接口地址
  !
  dial-peer voice 10 voip
  service aa
  destination-pattern 678   //使本地可以拨打自动话务员,必须配合下面的session
  session target ipv4:1.1.1.1//
  incoming called-number 678//配置拨入的电话为678的时候,才调用server aa
  dtmf-relay h245-alphanumeric
  codec g711ulaw
  no vad
页: [1]
查看完整版本: cisco2811语音网关+callmanager拨打外线,外线拨入详解配置