1,009
回編集
差分
細
まだまだ作成中
[[Category:Cisco]][[Category:CallManager]]
CallManager Express(CME)側がAsteriskに対しRegistせずに、兄弟関係を結ぶやりかたのほかに、<BR>
Registをかけて親子関係にてSIP接続する方法がある
=Registなし=
==Asterisk側==
==CME側==
Dial-peerの設定にて、電話をかける先を決める。<BR>
===設定===
dial-peer voice 2 voip
description Halphas Phone
destination-pattern 2..
session protocol sipv2
session target ipv4:192.168.0.5
codec g711ulaw
===設定内容===
=外部リンク=
;[http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Express+Integration Asterisk Cisco CallManager Express Integration]:CMEとAsteriskを接続する方法 (voip-info.orgより)
;[http://www.voip-info.org/wiki-Asterisk+Cisco+CallManager+Integration Asterisk Cisco CallManager Integration]:コールマネージャー(CMEではない方)とAsteriskを接続する方法 (voip-info.orgより)
;[http://www.rtpro.yamaha.co.jp/RT/docs/example/cisco-sip/sip.html RTシリーズとCISCOルータの相互接続のための設定例集(VoIP(SIP)の使用)]:YAMAHA RTA55iとCisco 3640のSIP接続例