EAKislov
Junior Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору День добрый! Попросили настроить телефон Cisco IP Phone CP-6921 телефон вижу в первый раз, настраиваю его удаленно, есть несколько вопросов, буду благодарен за некоторую помощь. за основу брал данные взятые тут: http://tokarchuk.ru/2016/03/cisco-7821-6921-asterisk/ Вопросы следующие: 1. подключение идет не к Астерикс, а к ростелеком АТС, по этому наверняка есть разница в параметрах подключения, если у кого есть опыт подключения подобных телефонов к Ростелеком, поделитесь пожалуйста или подскажите в чем отличие. 2. телефон я настраиваю удаленно, в инструкции сказано что после загрузки файла конфигурации нужно телефон перезагрузить, можно ли перезагрузить телефон через SSH подключение? 3. если телефон перезагрузить, то сбросится настройка альтернативного TFTP сервера, как эту настройку добавить в конфиг? возможно ли это? DHCP раздает роутер длинк там прописать TFTP нет возможности. 4. постоянно требует rtl-sccp.jar, это я так понимаю русификация телефона, не так критично но если подскажете как настроить, буду благодарен! 5. не могу подобрать тайм зону GMT+8 для Иркутска Спасибо! что уже сделал: 1. по ранее прочитанным данным составил (копипастом) конфиг для телефона с внесением в него собственных данных для подключения к IP АТС Ростелеком: Собственно конфиг: <device> <deviceProtocol>SIP</deviceProtocol> <sshUserId>cisco</sshUserId> <sshPassword>cisco</sshPassword> <devicePool> <dateTimeSetting> <dateTemplate>D.M.Y</dateTemplate> <timeZone>Irkutsk Standard/Daylight Time</timeZone> <ntps> <ntp> <name>time.windows.com</name> <ntpMode>Unicast</ntpMode> </ntp> </ntps> </dateTimeSetting> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> <sipPort>5060</sipPort> <securedSipPort>5061</securedSipPort> </ports> <processNodeName>899999.99.rt.ru</processNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <commonProfile> <phonePassword></phonePassword> <backgroundImageAccess>true</backgroundImageAccess> <callLogBlfEnabled>1</callLogBlfEnabled> </commonProfile> <loadInformation>SIP69xx.9-4-1-3SR3</loadInformation> <vendorConfig> <disableSpeaker>false</disableSpeaker> <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset> <pcPort>1</pcPort> <settingsAccess>1</settingsAccess> <garp>0</garp> <voiceVlanAccess>0</voiceVlanAccess> <videoCapability>0</videoCapability> <autoSelectLineEnable>0</autoSelectLineEnable> <webAccess>0</webAccess> <sshAccess>0</sshAccess> <sshPort>22</sshPort> <spanToPCPort>1</spanToPCPort> <loggingDisplay>1</loggingDisplay> <loadServer></loadServer> </vendorConfig> <userLocale> <name>Russian_Federation</name> <uid>1</uid> <langCode>ru_RU</langCode> <version>11.5.1.3000-1</version> <winCharSet>iso-8859-1</winCharSet> </userLocale> <networkLocale>Russian_Federation</networkLocale> <networkLocaleInfo> <name>Russian_Federation</name> <uid>64</uid> <version>1.0.0.0-1</version> </networkLocaleInfo> <deviceSecurityMode>1</deviceSecurityMode> <sipProfile> <sipProxies> <backupProxy>899999.99.rt.ru</backupProxy> <backupProxyPort>5060</backupProxyPort> <emergencyProxy>899999.99.rt.ru</emergencyProxy> <emergencyProxyPort>5060</emergencyProxyPort> <outboundProxy>899999.99.rt.ru</outboundProxy> <outboundProxyPort>5060</outboundProxyPort> <registerWithProxy>true</registerWithProxy> </sipProxies> <sipCallFeatures> <cnfJoinEnabled>true</cnfJoinEnabled> <callForwardURI>x--serviceuri-cfwdall</callForwardURI> <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI> <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI> <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI> <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI> <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI> <rfc2543Hold>false</rfc2543Hold> <callHoldRingback>2</callHoldRingback> <localCfwdEnable>true</localCfwdEnable> <semiAttendedTransfer>true</semiAttendedTransfer> <anonymousCallBlock>2</anonymousCallBlock> <callerIdBlocking>2</callerIdBlocking> <dndControl>1</dndControl> <remoteCcEnable>true</remoteCcEnable> </sipCallFeatures> <sipStack> <sipInviteRetx>6</sipInviteRetx> <sipRetx>10</sipRetx> <timerInviteExpires>180</timerInviteExpires> <timerRegisterExpires>3600</timerRegisterExpires> <timerRegisterDelta>5</timerRegisterDelta> <timerKeepAliveExpires>120</timerKeepAliveExpires> <timerSubscribeExpires>120</timerSubscribeExpires> <timerSubscribeDelta>5</timerSubscribeDelta> <timerT1>500</timerT1> <timerT2>4000</timerT2> <maxRedirects>70</maxRedirects> <remotePartyID>true</remotePartyID> <userInfo>None</userInfo> </sipStack> <autoAnswerTimer>1</autoAnswerTimer> <autoAnswerAltBehavior>false</autoAnswerAltBehavior> <autoAnswerOverride>true</autoAnswerOverride> <transferOnhookEnabled>false</transferOnhookEnabled> <enableVad>false</enableVad> <preferredCodec>none</preferredCodec> <dtmfAvtPayload>101</dtmfAvtPayload> <dtmfDbLevel>3</dtmfDbLevel> <dtmfOutofBand>avt</dtmfOutofBand> <alwaysUsePrimeLine>false</alwaysUsePrimeLine> <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail> <kpml>3</kpml> <natEnabled>false</natEnabled> <natAddress></natAddress> <phoneLabel>PHONE_LABEL</phoneLabel> <stutterMsgWaiting>1</stutterMsgWaiting> <callStats>true</callStats> <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts> <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig> <startMediaPort>16384</startMediaPort> <stopMediaPort>32766</stopMediaPort> <sipLines> <line button="1" lineIndex="1"> <featureID>9</featureID> <featureLabel>USER_ID</featureLabel> <proxy>899999.99.rt.ru</proxy> <port>5060</port> <name>user7onRT</name> <displayName>P.Olga</displayName> <autoAnswer> <autoAnswerEnabled>2</autoAnswerEnabled> </autoAnswer> <callWaiting>3</callWaiting> <authName>user7onRT</authName> <authPassword>user7pass</authPassword> <sharedLine>false</sharedLine> <messageWaitingLampPolicy>1</messageWaitingLampPolicy> <messagesNumber>*97</messagesNumber> <ringSettingIdle>4</ringSettingIdle> <ringSettingActive>5</ringSettingActive> <contact>USER_ID</contact> <forwardCallInfoDisplay> <callerName>true</callerName> <callerNumber>true</callerNumber> <redirectedNumber>false</redirectedNumber> <dialedNumber>true</dialedNumber> </forwardCallInfoDisplay> </line> <line button="2" lineIndex="2"> <featureID>21</featureID> <featureLabel>Helpdesk</featureLabel> <speedDialNumber>4711</speedDialNumber> <featureOptionMask>1</featureOptionMask> </line> </sipLines> <voipControlPort>5060</voipControlPort> <dscpForAudio>184</dscpForAudio> <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy> <dialTemplate>dialplan.xml</dialTemplate> </sipProfile> <authenticationURL></authenticationURL> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></informationURL> <messagesURL></messagesURL> <proxyServerURL></proxyServerURL> <servicesURL></servicesURL> <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig> <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices> <dscpForCm2Dvce>96</dscpForCm2Dvce> <transportLayerProtocol>2</transportLayerProtocol> <capfAuthMode>0</capfAuthMode> <capfList> <capf> <phonePort>3804</phonePort> </capf> </capfList> <certHash></certHash> <encrConfig>false</encrConfig> </device> 2. Настроил TFTP данные с него телефон забирает в частности вот лог TFTP: Connection received from 192.168.0.35 on port 51363 [15/02 13:53:56.405] Read request for file <CTLSEP20BBC01F8EC3.tlv>. Mode octet [15/02 13:53:56.406] Using local port 55565 [15/02 13:53:56.409] <CTLSEP20BBC01F8EC3.tlv>: sent 1 blk, 0 bytes in 0 s. 0 blk resent [15/02 13:53:56.416] Connection received from 192.168.0.35 on port 51365 [15/02 13:54:18.403] Read request for file <ITLSEP20BBC01F8EC3.tlv>. Mode octet [15/02 13:54:18.405] Using local port 55566 [15/02 13:54:18.409] <ITLSEP20BBC01F8EC3.tlv>: sent 1 blk, 0 bytes in 0 s. 0 blk resent [15/02 13:54:18.415] Connection received from 192.168.0.35 on port 51367 [15/02 13:54:40.402] Read request for file <SEP20BBC01F8EC3.cnf.xml>. Mode octet [15/02 13:54:40.404] Using local port 55567 [15/02 13:54:40.406] <SEP20BBC01F8EC3.cnf.xml>: sent 15 blks, 7553 bytes in 0 s. 0 blk resent [15/02 13:54:40.441] Connection received from 192.168.0.35 on port 51369 [15/02 13:55:03.798] Read request for file <SIP69xx.9-4-1-3SR3.loads>. Mode octet [15/02 13:55:03.800] Using local port 55568 [15/02 13:55:03.804] <SIP69xx.9-4-1-3SR3.loads>: sent 1 blk, 498 bytes in 0 s. 0 blk resent [15/02 13:55:03.812] Connection received from 192.168.0.35 on port 51371 [15/02 13:55:25.897] Read request for file <SIP69xx.9-4-1-3SR3.loads>. Mode octet [15/02 13:55:25.900] Using local port 55569 [15/02 13:55:25.904] <SIP69xx.9-4-1-3SR3.loads>: sent 1 blk, 498 bytes in 0 s. 0 blk resent [15/02 13:55:25.913] Connection received from 192.168.0.35 on port 51373 [15/02 13:55:47.912] Read request for file <Russian_Federation/rtl-sccp.jar>. Mode octet [15/02 13:55:47.912] File <Russian_Federation\rtl-sccp.jar> : error 2 in system call CreateFile Не удается найти указанный файл. [15/02 13:55:47.912] Connection received from 192.168.0.35 on port 51375 [15/02 13:56:09.897] Read request for file <dialplan.xml>. Mode octet [15/02 13:56:09.900] Using local port 55571 [15/02 13:56:09.902] <dialplan.xml>: sent 1 blk, 433 bytes in 0 s. 0 blk resent [15/02 13:56:09.911] Connection received from 192.168.0.35 on port 51377 [15/02 13:57:05.094] |