Вход | Регистрация
Вы здесь: Главная / Форум / Главный форум по Asterisk / IPфоны и Софтфоны / Перепрошивка Cisco 7941 на SIP

Перепрошивка Cisco 7941 на SIP

<1 2 3>
Avatara of litnimax
Откуда: Москва
Сообщений: 3421

Re: Перепрошивка Cisco 7941 на SIP

Ссылка http://www.hypercomp.ru/articles/configuring-cisco-7941-ip-phone-for-sip/ порешала, все завелось с пол-пинка.
Я даже представить не мог, что 7940 и 7941 настолько отличаются :-)
http://pbxware.ru - все для Asterisk! || Switchvox - сделано на Asterisk! Подробности на http://switchvox.ru
2008-12-18 18:31

Avatara of litnimax
Откуда: Москва
Сообщений: 3421

Re: Перепрошивка Cisco 7941 на SIP

По образу и подобию прошил Cisco 7906. А вопрос такой: она без TFTP конфигурируется вообще, как обычный SIP телефон через броузер?
http://pbxware.ru - все для Asterisk! || Switchvox - сделано на Asterisk! Подробности на http://switchvox.ru
2008-12-18 20:34

Avatara of switch
Откуда: Уфа
Сообщений: 5856

Re: Перепрошивка Cisco 7941 на SIP

неа, не конфигурится...
так что придецца тебе веб интерфейс к своей иделогии прикручивать :)
хотя ты наверно скрипты сделаешь...
http://www.lynks.ru - Решения телефонии, мини-АТС, VoIP на основе Trixbox и Asterisk
2008-12-18 21:11

Сообщений: 8

Re: Перепрошивка Cisco 7941 на SIP

Привет!
Я занимался когда-то подобным вопросом и у меня всё получилось!
В общем тут писали что файлы и настройки там были для 7940 а надо 7941 это правда
на лог тфтп не надо сильно обращать внимания :)
прошивочку завтра выложу убегаю, если че пишите на емейл leharoller[sobaka]]gmail.com

помимо поднятого тфтп и dhcp делал комбинацию на телефоне которая притирает прошивочку старую у меня были sccp и поднимается новая, файлы из архива должны быть изъяты и выложены в каталоге tftp сервера!

с прошивками советую не сильно играться, т.к. я пробовал 4-ре разных и новую последнюю, нормально заработала только эта! 8-0-3-16

Пользуйтесь на здоровье!

вот файлики из прошивки:

jar41sip.8-0-3-16.sbn
cnu41.3-1-3-15.sbn
apps41.1-1-3-15.sbn
dsp41.1-1-3-15.sbn
cvm41sip.8-0-3-16.sbn

вам нужны вот эти файлы:
привожу пример моих рабочих конфигов:

"SEP001B54526FE1.cnf.xml"

<device>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>root</sshUserId>
<sshPassword>не скажу</sshPassword>
<devicePool>
<name></name>
<dateTimeSetting>
<dateTemplate>D-M-Y</dateTemplate>
<timeTemplate>HH:MM</timeTemplate>
<timeZone>E. Europe Standard/Daylight Time</timeZone>
<ntps>
<ntp>
<name>192.168.100.41</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>192.168.100.41</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>

<sipProfile>
<sipProxies>
<backupProxy></backupProxy>
<backupProxyPort></backupProxyPort>
<emergencyProxy></emergencyProxy>
<emergencyProxyPort></emergencyProxyPort>
<outboundProxy></outboundProxy>
<outboundProxyPort></outboundProxyPort>
<registerWithProxy>true</registerWithProxy>
</sipProxies>

<sipCallFeatures>
<cnfJoinEnabled>true</cnfJoinEnabled>
<callForwardURI>x-cisco-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>0</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>g729a</preferredCodec>
<dtmfAvtPayload>101</dtmfAvtPayload>
<dtmfDbLevel>3</dtmfDbLevel>
<dtmfOutofBand>avt</dtmfOutofBand>
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
<kpml>3</kpml>

<phoneLabel>IT.ZHUKOV</phoneLabel>
<natEnabled>0</natEnabled>
<natAddress></natAddress>

<stutterMsgWaiting>1</stutterMsgWaiting>

<callStats>false</callStats>
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>

<startMediaPort>16384</startMediaPort>
<stopMediaPort>32766</stopMediaPort>

<sipLines>
<line
button="1">
<featureID>9</featureID>
<featureLabel>HOMEP_1113</featureLabel>
<proxy>192.168.100.41</proxy>
<port>5060</port>
<name>1113</name>
<displayName>1113</displayName>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>3</callWaiting>

<authName>1113</authName>
<authPassword>не скажу</authPassword>
<sharedLine>false</sharedLine>
<messageWaitingLampPolicy>1</messageWaitingLampPolicy>
<messagesNumber>*97</messagesNumber>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<contact>1113</contact>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>false</callerNumber>
<redirectedNumber>false</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
</line>

<line button="2">
<featureID>21</featureID>
<featureLabel>VOICEMAIL</featureLabel>
<speedDialNumber>9999</speedDialNumber>
</line>
</sipLines>

<voipControlPort>5060</voipControlPort>
<dscpForAudio>184</dscpForAudio>
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
<dialTemplate>dialplan.xml</dialTemplate>
</sipProfile>


</device>



"XmlDefault.cnf.xml"

<device>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>root</sshUserId>
<sshPassword>не скажу</sshPassword>
<devicePool>
<dateTimeSetting>
<dateTemplate>D.M.Y</dateTemplate>
<timeTemplate>HH:MM</timeTemplate>
<timeZone>Russian Standard/Daylight Time</timeZone>
<ntps>
<ntp>
<name>130.149.17.21</name>
<ntpMode>Unicast</ntpMode>
</ntp>
</ntps>
</dateTimeSetting>
<callManagerGroup>
<members>
<member>
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
</ports>
<processNodeName>192.168.100.041</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>

<sipProfile>
<sipProxies>
<backupProxy/>
<backupProxyPort/>
<emergencyProxy/>
<emergencyProxyPort/>
<outboundProxy/>
<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>0</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>false</remotePartyID>
<userInfo>None</userInfo>
</sipStack>

<autoAnswerTimer>1</autoAnswerTimer>
<autoAnswerAltBehavior>false</autoAnswerAltBehavior>
<autoAnswerOverride>true</autoAnswerOverride>
<transferOnhookEnabled>false</transferOnhookEnabled>
<enableVad>false</enableVad>

<preferredCodec>g729a</preferredCodec>
<dtmfAvtPayload>101</dtmfAvtPayload>
<dtmfDbLevel>3</dtmfDbLevel>
<dtmfOutofBand>avt</dtmfOutofBand>
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
<kpml>3</kpml>

<phoneLabel>LehaTEST</phoneLabel>
<natEnabled>1</natEnabled>
<natAddress></natAddress>

<stutterMsgWaiting>1</stutterMsgWaiting>
<callStats>false</callStats>
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
<startMediaPort>16384</startMediaPort>
<stopMediaPort>32766</stopMediaPort>
<sipLines>
<line button="1">
<featureID>9</featureID>

<featureLabel>LehaPhone</featureLabel>
<proxy>192.168.100.041</proxy>
<port>5060</port>

<name>1113</name>
<displayName>1113</displayName>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>3</callWaiting>
<authName>2038</authName>
<authPassword>не скажу</authPassword>
<sharedLine>false</sharedLine>
<messageWaitingLampPolicy>1</messageWaitingLampPolicy>
<messagesNumber>*97</messagesNumber>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<contact>20384</contact>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>false</callerNumber>
<redirectedNumber>false</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
</line>
<line button="2">

<featureID>21</featureID>
<featureLabel>Work</featureLabel>
<speedDialNumber>1234567</speedDialNumber>
</line>
</sipLines>
<voipControlPort>5061</voipControlPort>
<dscpForAudio>184</dscpForAudio>
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>

<dialTemplate>dialplan.xml</dialTemplate>
</sipProfile>
<commonProfile>
<phonePassword>не скажу</phonePassword>
<backgroundImageAccess>true</backgroundImageAccess>
<callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>
<vendorConfig>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
<pcPort>0</pcPort>
<settingsAccess>1</settingsAccess>
<garp>0</garp>
<voiceVlanAccess>0</voiceVlanAccess>
<videoCapability>0</videoCapability>
<autoSelectLineEnable>0</autoSelectLineEnable>
<webAccess>1</webAccess>
<daysDisplayNotActive>1,7</daysDisplayNotActive>
<displayOnTime>08:30</displayOnTime>
<displayOnDuration>11:30</displayOnDuration>
<displayIdleTimeout>0:05</displayIdleTimeout>
<spanToPCPort>1</spanToPCPort>
<loggingDisplay>1</loggingDisplay>
<loadServer/>
</vendorConfig>
<networkLocale/>
<deviceSecurityMode>1</deviceSecurityMode>
<authenticationURL/>
<directoryURL/>
<idleURL/>
<informationURL/>
<messagesURL/>
<proxyServerURL/>
<servicesURL/>
</device>


dialplan.xml


<DIALTEMPLATE>
<TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
<TEMPLATE MATCH="*78" Timeout="5"/> <!-- Anything else -->
<TEMPLATE MATCH="*79" Timeout="5"/> <!-- Anything else -->
<TEMPLATE MATCH="#" Timeout="5"/> <!-- Anything else -->
<TEMPLATE MATCH="8,..........." TIMEOUT="1" /> <!-- Play Hold Tone -->
</DIALTEMPLATE>


SIPDefault.cnf
<IMAGE VERSION="image_version" SYNC="sync_number"/>

syncinfo.xml

<SYNCINFO>
<IMAGE VERSION="*" SYNC="0"/>
<IMAGE VERSION="P0S3-05-3-00" SYNC="1"/>
</SYNCINFO>

2008-12-18 21:22

Сообщений: 6521

Re: Перепрошивка Cisco 7941 на SIP

Негламурно, leha,
<name> и <displayName> 1113

<authName> 2038
а
<contact> 20384

цифры абы какие, верно?
2008-12-18 21:56

Сообщений: 8

Re: Перепрошивка Cisco 7941 на SIP

ded:

Негламурно, leha,
<name> и <displayName> 1113

<authName> 2038
а
<contact> 20384

цифры абы какие, верно?
нет :) все верно, просто один файлик используется для прошивки один для работы!

а сюда я вкатал то что было под рукой, человек разбирается и сам поймет что к чему...

Литнимакс ну как работает?
2008-12-19 15:14

Avatara of litnimax
Откуда: Москва
Сообщений: 3421

Re: Перепрошивка Cisco 7941 на SIP

Я твой конфиг не трогал, сделал на основе линка, данного дедом.
http://pbxware.ru - все для Asterisk! || Switchvox - сделано на Asterisk! Подробности на http://switchvox.ru
2008-12-19 15:22

Сообщений: 8

Re: Перепрошивка Cisco 7941 на SIP

litnimax:

Я твой конфиг не трогал, сделал на основе линка, данного дедом.
понял, ну ded авторитет :) это ясно!
в целом все работает?
я так понял что call manager-а нету! :) как и у меня
2008-12-19 15:41

Avatara of litnimax
Откуда: Москва
Сообщений: 3421

Re: Перепрошивка Cisco 7941 на SIP

call manager - в сад.
http://pbxware.ru - все для Asterisk! || Switchvox - сделано на Asterisk! Подробности на http://switchvox.ru
2008-12-19 18:23

Откуда: Vladivostok
Сообщений: 2

Re: Перепрошивка Cisco 7941 на SIP

если не сложно, киньте, пожалуйста, файлом с прошивкой SIP 7941 на почту - deicide_v AT mail.ru
2009-01-30 09:06

<1 2 3>
Добавить страницу в закладки:  Delicious Google Slashdot Yahoo Yandex.ru Reddit Digg Technorati Bobrdobr.ru Newsland.ru Smi2.ru Rumarkz.ru Vaau.ru Memori.ru Rucity.com Moemesto.ru News2.ru Mister-Wong.ru Myscoop.ru 100zakladok.ru