「Cisco/SEP.cnf.xml」の版間の差分
提供: VoIP-Info.jp
細 (XMLDefault.cnf.xmlの分割に伴う変更) |
細 (サンプル其之弐 を追加) |
||
23行目: | 23行目: | ||
電話機のメニューから、「サービス」を選択したときに表示するURLを指定する。 | 電話機のメニューから、「サービス」を選択したときに表示するURLを指定する。 | ||
− | ==SEP<MACアドレス>.cnf.xmlの中身== | + | ==SEP<MACアドレス>.cnf.xmlの中身(1)== |
− | + | サンプルその1(とりあえず動いている程度) | |
− | ( | ||
<device> | <device> | ||
<devicePool> | <devicePool> | ||
56行目: | 55行目: | ||
<proxyServerURL></proxyServerURL> | <proxyServerURL></proxyServerURL> | ||
<servicesURL></servicesURL> | <servicesURL></servicesURL> | ||
+ | </device> | ||
+ | ==SEP<MACアドレス>.cnf.xmlの中身(2)== | ||
+ | サンプルその2(日本語表示させてるモノ) | ||
+ | <device> | ||
+ | <devicePool> | ||
+ | <dateTimeSetting> | ||
+ | <dateTemplate>Y/M-D</dateTemplate> | ||
+ | <timeZone>Tokyo Standard Time</timeZone> | ||
+ | </dateTimeSetting> | ||
+ | <callManagerGroup> | ||
+ | <members> | ||
+ | <member priority="0"> | ||
+ | <callManager> | ||
+ | <ports> | ||
+ | <ethernetPhonePort>2000</ethernetPhonePort> | ||
+ | </ports> | ||
+ | <processNodeName>192.168.0.4</processNodeName> | ||
+ | </callManager> | ||
+ | </member> | ||
+ | </members> | ||
+ | </callManagerGroup> | ||
+ | </devicePool> | ||
+ | <versionStamp>{7961 Jun 05 2007 18:28:35}</versionStamp> | ||
+ | <loadInformation></loadInformation> | ||
+ | <userLocale> | ||
+ | <name>Japanese_Japan</name> | ||
+ | <uid>13</uid> | ||
+ | <langCode>ja</langCode> | ||
+ | <version>3.3(2)JPN</version> | ||
+ | <winCharSet>utf-8</winCharSet> | ||
+ | </userLocale> | ||
+ | <networkLocale>Japan</networkLocale> | ||
+ | <networkLocaleInfo> | ||
+ | <name>Japan</name> | ||
+ | <uid>28</uid> | ||
+ | <version>3.3(2)JPN</version> | ||
+ | </networkLocaleInfo> | ||
+ | <idleTimeout></idleTimeout> | ||
+ | <authenticationURL></authenticationURL> | ||
+ | <directoryURL>http://192.168.0.250/Directory.cgi</directoryURL> | ||
+ | <idleURL></idleURL> | ||
+ | <informationURL>http://192.168.0.250/Infomation.cgi</informationURL> | ||
+ | <messagesURL>http://192.168.0.250/Message.cgi</messagesURL> | ||
+ | <proxyServerURL>http://192.168.0.2:8080</proxyServerURL> | ||
+ | <servicesURL>http://192.168.0.250/Services.cgi</servicesURL> | ||
+ | <capfAuthMode>0</capfAuthMode> | ||
+ | <capfList> | ||
+ | <capf> | ||
+ | <phonePort>3804</phonePort> | ||
+ | <processNodeName></processNodeName> | ||
+ | </capf> | ||
+ | </capfList> | ||
+ | <deviceSecurityMode>1</deviceSecurityMode> | ||
</device> | </device> | ||
==動作確認済みの電話機== | ==動作確認済みの電話機== |
2007年12月24日 (月) 13:22時点における版
目次
SEP<MACアドレス>.cnf.xml
ファイル名はSEP[IP PhoneのMACアドレス].cnf.xmlの形式になる。
MACアドレスが"001BD40000FF"なら"SEP001BD40000FF.cnf.xml"となる。
設定項目のうち、
<processNodeName>192.168.0.4</processNodeName>
という部分をAsteriskサーバーのIPに変更して保存するだけで、
(とりあえずは)電話機が使えるようになる。
<dateTemplate>
電話機に表示する日付の形式を指定する。
- Y
- 西暦
- M
- 月
- D
- 日
<timeZone>
タイムゾーンの設定。
<ethernetPhonePort>
サーバー側のポートを指定する。デフォルトは2000。
特に変更する必要無し
<processNodeName>
AsteriskサーバーのIPアドレスを指定する。
<directoryURL>
電話帳サービスのURLを指定する。
<servicesURL>
電話機のメニューから、「サービス」を選択したときに表示するURLを指定する。
SEP<MACアドレス>.cnf.xmlの中身(1)
サンプルその1(とりあえず動いている程度)
<device> <devicePool> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> </ports> <processNodeName>192.168.0.4</processNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <versionStamp>{May 18 2005 02:22:00}</versionStamp> <loadInformation></loadInformation> <userLocale> <name>English_United_States</name> <langCode>en</langCode> </userLocale> <networkLocale>United_States</networkLocale> <idleTimeout>0</idleTimeout> <authenticationURL></authenticationURL> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></informationURL> <messagesURL></messagesURL> <proxyServerURL></proxyServerURL> <servicesURL></servicesURL> </device>
SEP<MACアドレス>.cnf.xmlの中身(2)
サンプルその2(日本語表示させてるモノ)
<device> <devicePool> <dateTimeSetting> <dateTemplate>Y/M-D</dateTemplate> <timeZone>Tokyo Standard Time</timeZone> </dateTimeSetting> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> </ports> <processNodeName>192.168.0.4</processNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <versionStamp>{7961 Jun 05 2007 18:28:35}</versionStamp> <loadInformation></loadInformation> <userLocale> <name>Japanese_Japan</name> <uid>13</uid> <langCode>ja</langCode> <version>3.3(2)JPN</version> <winCharSet>utf-8</winCharSet> </userLocale> <networkLocale>Japan</networkLocale> <networkLocaleInfo> <name>Japan</name> <uid>28</uid> <version>3.3(2)JPN</version> </networkLocaleInfo> <idleTimeout></idleTimeout> <authenticationURL></authenticationURL> <directoryURL>http://192.168.0.250/Directory.cgi</directoryURL> <idleURL></idleURL> <informationURL>http://192.168.0.250/Infomation.cgi</informationURL> <messagesURL>http://192.168.0.250/Message.cgi</messagesURL> <proxyServerURL>http://192.168.0.2:8080</proxyServerURL> <servicesURL>http://192.168.0.250/Services.cgi</servicesURL> <capfAuthMode>0</capfAuthMode> <capfList> <capf> <phonePort>3804</phonePort> <processNodeName></processNodeName> </capf> </capfList> <deviceSecurityMode>1</deviceSecurityMode> </device>
動作確認済みの電話機
Cisco IP Phone 7911G
古い電話機
設定がバイナリ形式の電話機もあるので古めの型番(7910など)では上記の方法が使えないことがある。
冒険野郎 マクガイバー(名部 将光)のシンクタンク参照のこと。