http://software.cisco.com/download/...relind=AVAILABLE&rellifecycle=&reltype=latestWelche Dateien benötige ich noch und woher bekomme ich sie ??
Super, dann hat AVM scheinbar in der .52 SIP TCP Support hinzugefügt, interessant.
Wenn du dein Telefon auf Deutsch haben willst solltest du noch die locale Sache machen, die ich gerade beschrieben habe.
Wenn du auf deine 9-2-2 updaten willst musst du folgende Zeile einfügen und nicht vergessen die cmterm zu entpacken:
<loadInformation>sip9971.9-2-2SR2-9</loadInformation>
Aber Achtung ich habe es mit allen höher 9-0-4 nicht geschafft die Uhrzeit korrekt einzustellen.
Wenn du die alte FW nicht als Datei verfügbar hast, kannst du nicht einfach wieder downgraden!!!
Hier noch ein paar Seiten, die mir sehr geholfen haben bei der Konfig und einigen Goodies:
http://arbeitsplatzvernichtung-durch-outsourcing.de/marty44/fritzcisco7970.html
https://supportforums.cisco.com/thread/323254
http://www.freepbx.org/forum/freepb...configuration-working-example-with-setup-tips
http://vostrom.com/vcardcmxml/
http://www.cisco.com/en/US/docs/voi...models/xsi/7_1_3/supporteduris.html#wp1053237
Hier mal ein Test XML Service, damit du mal siehst was machbar ist (taucht dann im Hauptmenü auf):
Code:<phoneService type="0" category="0"> <name>Australian Services</name> <url>http://cisco.internect.net/</url> <vendor></vendor> <version></version> </phoneService>
<?xml version="1.0" encoding="UTF-8"?>
<device>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>admin</sshUserId>
<sshPassword>admin</sshPassword>
<devicePool>
<dateTimeSetting>
<name>W.Europe</name>
<dateTemplate>D.M.Y</dateTemplate>
<timeZone>W. Europe Standard/Daylight Time</timeZone>
<ntps>
<ntp>
<name>131.234.137.23</name> <!-- NTP-Server-->
<ntpMode>Unicast</ntpMode>
</ntp>
</ntps>
</dateTimeSetting>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<processNodeName>fritz.box</processNodeName>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
</ports>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>
<sipProfile>
<sipProxies>
<registerWithProxy>true</registerWithProxy>
</sipProxies>
<phoneLabel>CP-9951</phoneLabel>
<sipLines>
<line button="1" lineIndex="1"> <!-- SIP Account -->
<featureID>9</featureID>
<featureLabel>622</featureLabel>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<authName>622</authName>
<name>622</name>
<authPassword>622</authPassword>
<messageWaitingLampPolicy>4</messageWaitingLampPolicy> <!-- FB AB auf Brieftaste -->
<messagesNumber>**600</messagesNumber>
<ringSettingIdle>4</ringSettingIdle> <!-- Wichtig fuer Anklopfen -->
<ringSettingActive>5</ringSettingActive>
</line>
<line button="2"> <!-- Kurzwahl 2-->
<featureID>21</featureID>
<featureLabel>Ralf Handy</featureLabel>
<speedDialNumber>xxxxxxxxxx</speedDialNumber>
</line>
<line button="3"> <!-- Kurzwahl 3-->
<featureID>21</featureID>
<featureLabel>Kirsten Handy</featureLabel>
<speedDialNumber>xxxxxxxxxxx</speedDialNumber>
</line>
<line button="4"> <!-- Kurzwahl 4-->
<featureID>21</featureID>
<featureLabel>Oma + Opa</featureLabel>
<speedDialNumber>xxxxxxxxxxx</speedDialNumber>
</line>
<line button="5"> <!-- Service auf Kurzwahltaste -->
<featureID>20</featureID>
<featureLabel>Service</featureLabel>
<serviceURI>http://cisco.internect.net/</serviceURI>
</line>
</sipLines>
<dialTemplate>dialplan.xml</dialTemplate> <!-- Dialplan, einfach mal googeln -->
</sipProfile>
<userLocale>
<name>German_Germany</name>
<langCode>de</langCode>
</userLocale>
<networkLocale>Germany</networkLocale>
<networkLocaleInfo>
<name>Germany</name>
</networkLocaleInfo>
<vendorConfig>
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
<displayIdleTimeout>00:05</displayIdleTimeout>
<daysDisplayNotActive>1,7</daysDisplayNotActive>
<displayOnTime>06:20</displayOnTime>
<displayOnDuration>00:40</displayOnDuration>
<settingsAccess>1</settingsAccess>
<webAccess>0</webAccess> <!-- Web Zugriff erlaubt -->
</vendorConfig>
<phoneServices>
<provisioning>2</provisioning>
<phoneService type="1" category="0"> <!-- verpasster Anrufe -->
<name>Missed Calls</name>
<url>Application:Cisco/MissedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="2" category="0"> <!-- zum nutzen der Brieftaste -->
<name>Voicemail</name>
<url>Application:Cisco/Voicemail</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0"> <!-- empfangener Anrufe -->
<name>Received Calls</name>
<url>Application:Cisco/ReceivedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0"> <!-- getaetigte Anrufe -->
<name>Placed Calls</name>
<url>Application:Cisco/PlacedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="0" category="0"> <!-- Service taucht im Hauptmenue auf -->
<name>Australian Services</name>
<url>http://cisco.internect.net/</url>
<vendor></vendor>
<version></version>
</phoneService>
</phoneServices>
<commonConfig> <!-- USB, Bluetooth, WLAN(9971) -->
<usb1>1</usb1>
<usb2>1</usb2>
<ciscoCamera>1</ciscoCamera>
<usbClasses>0,1,2</usbClasses>
<sdio>1</sdio>
<bluetooth>1</bluetooth>
<wifi>1</wifi>
<bluetoothProfile>0,1</bluetoothProfile>
<joinAndDirectTransferPolicy>0</joinAndDirectTransferPolicy>
</commonConfig>
<featurePolicyFile>DefaultFP.xml</featurePolicyFile> <!-- steuert Funktionen, zB Wahlwiederholung -->
<loadInformation>sip9951.9-0-4</loadInformation> <!-- FW Version -->
</device>