Cisco/SEP.cnf.xml(SIP)
SIPファームウェア用の設定(つくりかけ)
設定入れても動かないので注意
SIPファームウェア
SEP<MACアドレス>.cnf.xmlはCisco IP Phoneが使用する設定ファイルであり、SCCP(Skinny)ファームウェアとSIPファームウェアでは設定内容が大きく異なる。
ファームウェアのバージョンによっては、設定できる項目が違うので注意が必要
SEP<MACアドレス>.cnf.xml
ファイル名はSEP[IP PhoneのMACアドレス].cnf.xmlの形式になる。
MACアドレスが"001BD40000FF"なら"SEP001BD40000FF.cnf.xml"となる。
この部分はSCCP(Skinny)ファームウェアと共通。
SSH
SSHでログインできるらしいが、authorized_keys(SSH公開鍵)が必要になるかもしれない。 下記のようなLOGが表示される。
NOT 15:37:44.946601 tftpClient: Non secure file approved -- authorized_keys
NTPの設定
NTPサーバーのアドレス(ホスト名も可能)を入れる。
パケット見る限りでは、正しく通信できているように見えるが、表示時刻がずれたままの状態。
<devicePool>
<dateTimeSetting>
<dateTemplate>Y/M/D</dateTemplate>
<timeZone>Tokyo Standard Time</timeZone>
<ntps>
<ntp priority="0">
<name>192.168.0.2</name>
<ntpMode>Unicast</ntpMode>
</ntp>
<ntp priority="1">
<name>192.168.0.5</name>
<ntpMode>Unicast</ntpMode>
</ntp>
</ntps>
</dateTimeSetting>
SIPサーバー接続設定
キープアライブ、レジストの設定もろもろ
<sipStack>
<sipInviteRetx>6</sipInviteRetx>
<sipRetx>10</sipRetx>
<timerInviteExpires>180</timerInviteExpires>
<timerRegisterExpires>300</timerRegisterExpires>
<timerRegisterDelta>5</timerRegisterDelta>
<timerKeepAliveExpires>120</timerKeepAliveExpires>
<timerSubscribeExpires>120</timerSubscribeExpires>
<timerSubscribeDelta>5</timerSubscribeDelta>
<timerT1>500</timerT1>
<timerT2>4000</timerT2>
<maxRedirects>70</maxRedirects>
<remotePartyID>false</remotePartyID>
<userInfo>None</userInfo>
</sipStack>
ラインキー設定
<phoneLabel>
ラインキーとあまり関係無い。
電話機の名前
<phoneLabel>
<featureLabel>Phone 505</featureLabel>
設定(いじくり中)
<phoneLabel>Phone-7</phoneLabel>
<sipLines>
<line button="1">
<featureID>9</featureID>
<featureLabel>Phone 505</featureLabel>
<name>505</name>
<displayName>505</displayName>
<contact>505</contact>
<proxy>192.168.0.5</proxy>
<port>5060</port>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>3</callWaiting>
<authName>505</authName>
<authPassword></authPassword>
<sharedLine>false</sharedLine>
<messageWaitingLampPolicy>1</messageWaitingLampPolicy>
<messagesNumber>*97</messagesNumber>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>false</callerNumber>
<redirectedNumber>false</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
</line>
</sipLines>