差分

移動先: 案内検索

CP-7965G

8,995 バイト追加, 2010年6月9日 (水) 01:27
新しいページ: 'Category:Cisco Category:IP電話機 Category:PoE {{Template:VoIP機器 |画像=240px |製品名=CP-7965G |メーカー=[http://www.cisco.com...'
[[Category:Cisco]]
[[Category:IP電話機]]
[[Category:PoE]]
{{Template:VoIP機器
|画像=[[画像:CP-7965G.jpg|240px]]
|製品名=CP-7965G
|メーカー=[http://www.cisco.com/jp/index.shtml Cisco Systems G.K.]
|公式ページ=[http://www.cisco.com/web/JP/product/hs/iptel/ipphone/prodlit/product_data_sheet0900aecd8069bd58.html Cisco Unified IP Phone 7965G<BR>データシート]
|種類=IP電話
|プロトコル=SIP,[[Skinny_Client_Control_Protocol|SCCP]]
|色=黒系
|価格=\43,000 ~ \65,000前後
|PoE=IEEE802.3af対応
|ACアダプタ=別売
|ディスプレイサイズ=320 x 240
|LANポート=あり(1ポート)
|収容数=なし
|コーデック=G.711(ulaw,alaw),G.729(a,b,ab)<BR>G.722,iLBC
|ID=なし
|Pass=なし
|Version=8.5(2)SR1
}}

6つのラインキーがあるCisco製電話機。<BR>
SIPとSCCP(Skinny)にそれぞれ対応したファームウェアがあり、<BR>
ファームウェアを入れ替えて、使用するプロトコルを選択する。<BR>
{{Color|Gray|CP-7911G用の設定ファイルを結構パクれる}}


CallManagerに接続する前提になっているが、ユーザー側の設定次第でAsteriskにも接続することが出来る。<BR>
大まかな特徴は下記の通り。

*日本語対応
*ラインキーあり
*ソフトキーをユーザー側でカスタマイズOK
*着信音をカスタマイズOK
*壁紙をカスタマイズOK
*発信(INVITE)のタイミングをカスタマイズOK
*要するに色々OK

SIPファームウェアを入れてAsteriskにぶら下げるようにする時は、<BR>
下記の手順を踏む必要がある。
==DHCPサーバー設定==
Cisco製IP電話機は、DHCPサーバー経由でTFTPサーバーのアドレスを教えてもらう仕組みになっている。<BR>
DHCPオプション設定機能が必須になっており、それらを備えていないDHCPサーバー(ルーター)は使わないほうが吉<BR>
出来るだけ下記のルーター(又はDHCPサーバー)を用意すること

*[[Cisco/DHCP|Cisco製ルーター]]
*[[Cisco/DHCP#YAMAHA|YAMAHA製ルーター]]
*[[DHCPサーバーの設定|DHCPサーバー入りUNIX系OS]]

==TFTPサーバー側の設定==
中古の場合、大抵SCCPファームウェア入りなので、SIPファームウェアに入れ替える必要がある。<BR>
手段は複数あるが、ファームウェアを真っ白にする(工場出荷時に戻す)のが一番楽。

Ciscoな電話機は、(前述のとおり)DHCPサーバーからTFTPサーバーのアドレスを教えてもらったうえで、<BR>
TFTPサーバーに対してファームウェアを要求する仕組みになっている。
===用意しておくファイル===
TFTPサーバーのルートディレクトリに下記のファイルを用意しておくこと。<BR>

*[[Cisco/SEP.cnf.xml(SIP)|SEP<MACアドレス>.cnf.xml]]
*[[Cisco/XMLDefault.cnf.xml|XMLDefault.cnf.xml]]
*[[Cisco/SoftKey.xml|SoftkeyDefault.xml]]
*[[Cisco/Dialplan.xml|Dialplan.xml]]

==ファームウェア入れなおし==
#"#"を押しながら電源投入する。
#123456789*0#の順にボタンを押す。{{Color|Gray|(工場出荷時に戻す)}}
#電話機が再起動し、ファームウェアをTFTPサーバーに拾いに行く。(5分くらいかかる)
#ファームウェア更新後、SEP<MACアドレス>.cnf.xmlとXMLDefault.cnf.xmlをTFTPサーバーに拾いに行く。<BR>なお、SEP<MACアドレス>.cnf.xmlは、SIP用とSCCP用で中身が結構異なっていたりする。

==設定ファイルについて==
下記の設定ファイルをTFTPサーバーのルートディレクトリに置いておくこと。

====[[Cisco/SEP.cnf.xml(SIP)|SEP<MACアドレス>.cnf.xml]]====
:電話機の設定ファイル。<BR>
:ファイル名は、'''SEP[IP PhoneのMACアドレス].cnf.xml''の命名規則になる。<BR>
:電話機のMACアドレスが"00:1B:D4:00:00:FF"なら、"SEP001BD40000FF.cnf.xml"となる。<BR>

====[[Cisco/XMLDefault.cnf.xml|XMLDefault.cnf.xml]]====
:他の電話機と共通の設定(サーバーのアドレスなど)が書かれた設定ファイル。<BR>
:無くてもOK{{Color|Gray|(SEP<MACアドレス>.cnf.xmlで代用が効く)}}

====[[Cisco/SoftKey.xml|SoftkeyDefault.xml]]====
:通話時や発信時のソフトキーの設定<BR>殆どコピペでOK

====[[Cisco/Dialplan.xml|Dialplan.xml]]====
:Asteriskのダイヤルプランの事を指すのではなく、<BR>電話機から発信するタイミング{{Color|Gray| (INVITEパケットを投げるタイミング)}} を決めるための、XMLベースな設定ファイル。

=Asterisk側の設定=
==sip.conf==
普通に書くだけ。
[2001]
type=friend
username=2001
secret=CiscoPhonePass12345
canreinvite=no
host=dynamic
nat=none
insecure=very
disallow=all
allow=ulaw
allow=alaw

==extensions.conf==
普通に書くだけ。
exten => _05000000000,1,Dial(SIP/2001)


=SEP<MACアドレス>.cnf.xml=
設定ファイルのサンプル<BR>{{Color|White|チューニング一切無しの日本語表示版}}
<device>
<deviceProtocol>SIP</deviceProtocol>
<devicePool>
<dateTimeSetting>
<dateTemplate>Y/M/D</dateTemplate>
<timeZone>Tokyo Standard Time</timeZone>
<ntps>
<ntp priority="0">
<name>10.0.5.3</name>
<ntpMode>Unicast</ntpMode>
</ntp>
<ntp priority="1">
<name>133.243.238.163</name>
<ntpMode>Unicast</ntpMode>
</ntp>
</ntps>
</dateTimeSetting>

<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<sipPort>5060</sipPort>
</ports>
<processNodeName>10.0.5.3</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>

<sipProfile>
<sipProxies>
<registerWithProxy>true</registerWithProxy>
</sipProxies>
<sipCallFeatures>
<cnfJoinEnabled>true</cnfJoinEnabled>
<localCfwdEnable>true</localCfwdEnable>
<callForwardURI>service-uri-cfwdall</callForwardURI>
<callPickupURI>service-uri-pickup</callPickupURI>
<callPickupGroupURI>service-uri-gpickup</callPickupGroupURI>
<callHoldRingback>2</callHoldRingback>
<semiAttendedTransfer>true</semiAttendedTransfer>
<anonymousCallBlock>2</anonymousCallBlock>
<callerIdBlocking>2</callerIdBlocking>
<dndControl>2</dndControl>
<remoteCcEnable>true</remoteCcEnable>
</sipCallFeatures>

<sipStack>
<remotePartyID>true</remotePartyID>
</sipStack>

<sipLines>
<line button="1">
<featureID>9</featureID>
<featureLabel>(・ω・)y--j~~</featureLabel>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<name>215</name>
<displayName>Home Telephone</displayName>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>1</callWaiting>
<authName>215</authName>
<authPassword>CiscoPhonePassCP-7965G</authPassword>
<sharedLine>false</sharedLine>
<messagesNumber></messagesNumber>
<ringSettingActive>5</ringSettingActive>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>true</callerNumber>
<redirectedNumber>true</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
</line>

<line button="5">
<featureID>2</featureID>
<featureLabel>パークっぽい</featureLabel>
<speedDialNumber>*8</speedDialNumber>
</line>

<line button="6">
<featureID>21</featureID>
<featureLabel>中山美穂のトキメキハイスクール</featureLabel>
<speedDialNumber>0920000000</speedDialNumber>
</line>
</sipLines>

<enableVad>false</enableVad>
<preferredCodec>g711ulaw</preferredCodec>
<softKeyFile>SoftkeyDefault.xml</softKeyFile>
<dialTemplate>dialplan.xml</dialTemplate>
<kpml>1</kpml>
<phoneLabel>TOP Label</phoneLabel>
<stutterMsgWaiting>2</stutterMsgWaiting>
<disableLocalSpeedDialConfig>true</disableLocalSpeedDialConfig>
<dscpForAudio>184</dscpForAudio>
</sipProfile>

<commonProfile>
<phonePassword>Cisco</phonePassword>
<callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>

<loadInformation>SIP45.8-5-2S</loadInformation>
<versionStamp>100411740605851</versionStamp>

<vendorConfig>
<daysDisplayNotActive>1,7</daysDisplayNotActive>
<displayOnTime>08:00</displayOnTime>
<displayOnDuration>10:30</displayOnDuration>
<displayIdleTimeout>0:05</displayIdleTimeout>
</vendorConfig>

<userLocale>
<name>Japanese_Japan</name>
<uid>13</uid>
<langCode>ja</langCode>
<version>3.3(2)JPN</version>
<winCharSet>utf-8</winCharSet>
</userLocale>

<networkLocale>Japanese_Japan</networkLocale>
<networkLocaleInfo>
<name>Japanese_Japan</name>
</networkLocaleInfo>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<servicesURL></servicesURL>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
<transportLayerProtocol>2</transportLayerProtocol>
</device>

{{Template:書きかけ}}

案内メニュー

VoIp-Info.jp

HP Directplus -HP公式オンラインストア-