Bin grad über noch zwei Dinge gestolpert....
Wenn jemand anruft, dann seh ich nur ganz kurz ein Fenster mit Anruf von XYZ... das verschwindet recht schnell und das Telefon klingelt weiter.... kann man das ändern?
Und wenn ich die erste Line ausgewählt hab, dann zeigt das Telefon oben neben Datum und Uhrzeit den gesetzten Namen:
<phoneLabel>Home Office</phoneLabel>
Wenn ich aber die zweite Line auswähle, steht dort dann der Inhalt von
<featureLabel>Privat</featureLabel> und
<name>623</name> stört nicht großartig.. aber wär schön, wenn da immer das <phoneLabel> stehen würde.
Aktuell sieht die Konfig so aus
Code:
[COLOR=#323333][FONT=Courier]<?xml version="1.0" encoding="UTF-8"?>[/FONT][/COLOR][COLOR=#323333][FONT=Courier]<device>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <deviceProtocol>SIP</deviceProtocol>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sshUserId>admin</sshUserId>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sshPassword>admin</sshPassword>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <devicePool>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <dateTimeSetting>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <dateTemplate>D.M.Y</dateTemplate> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <timeZone>W. Europe Standard/Daylight Time</timeZone> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ntps>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ntp>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>192.168.1.1</name> <!-- NTP Server, hier meine Fritz Box -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ntpMode>unicast</ntpMode> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </ntp>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </ntps> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </dateTimeSetting>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <callManagerGroup>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <members>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <member priority="0">[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <callManager>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <processNodeName>fritz.box</processNodeName> <!-- SIP Server -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ports>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ethernetPhonePort>2000</ethernetPhonePort> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sipPort>5060</sipPort>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <securedSipPort>5061</securedSipPort>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </ports>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </callManager>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </member>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </members>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </callManagerGroup>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </devicePool>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <advertiseG722Codec>1</advertiseG722Codec> <!-- Schritt 1/3 für HD Telefonie -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sipProfile>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sipProxies>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <registerWithProxy>true</registerWithProxy>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </sipProxies>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <preferredCodec>g722</preferredCodec> <!-- Schritt 2/3 für HD Telefonie -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneLabel>Home Office</phoneLabel>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sipLines>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <line button="1" lineIndex="1"> <!-- SIP Account -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureID>9</featureID>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureLabel>Company</featureLabel>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <proxy>USECALLMANAGER</proxy>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <port>5060</port>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <authName>620</authName>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>620</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <authPassword>620</authPassword> <messageWaitingLampPolicy>2</messageWaitingLampPolicy>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <messagesNumber>**601</messagesNumber> <!-- Kurzwahl für FB AB auf Brieftaste -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ringSettingIdle>4</ringSettingIdle> <!-- Wichtig für Anklopfen -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ringSettingActive>5</ringSettingActive>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </line>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <line button="2" lineIndex="1"> <!-- SIP Account -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureID>9</featureID>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureLabel>Privat</featureLabel>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <proxy>USECALLMANAGER</proxy>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <port>5060</port>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <authName>623</authName>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>623</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <authPassword>623</authPassword>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <messageWaitingLampPolicy>2</messageWaitingLampPolicy>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <messagesNumber>**600 </messagesNumber> <!-- Kurzwahl für FB AB auf Brieftaste -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ringSettingIdle>4</ringSettingIdle> <!-- Wichtig für Anklopfen -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ringSettingActive>5</ringSettingActive>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </line>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <line button="4"> <!-- Service auf Kurzwahltaste -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureID>20</featureID>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureLabel>Service</featureLabel>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <serviceURI>http://cisco.internect.net/</serviceURI>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </line>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <line button="5"> <!-- Kurzwahl -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureID>2</featureID>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featureLabel>Uschi</featureLabel>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <speedDialNumber>123456789</speedDialNumber>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </line>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </sipLines>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <dialTemplate>dialplan.xml</dialTemplate> <!-- Dialplan, einfach mal googeln -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </sipProfile>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <userLocale> <!-- Umstellen auf deutsche Sprache -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Germany</name> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <uid>1</uid> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <langCode>de_DE</langCode> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <winCharSet>iso-8859-1</winCharSet> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </userLocale>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <networkLocale>Germany</networkLocale> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <networkLocaleInfo> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Germany</name> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version>10.1.1.1000-1</version> [/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </networkLocaleInfo>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendorConfig>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <g722CodecSupport>2</g722CodecSupport> <!-- Schritt 3/3 für HD Telefonie -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <displayOnWhenIncomingCall>1</displayOnWhenIncomingCall> <!-- Einstellungen für wann Display an/aus -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <displayIdleTimeout>00:30</displayIdleTimeout>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <daysDisplayNotActive>1,7</daysDisplayNotActive>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <displayOnTime>06:00</displayOnTime>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <displayOnDuration>01:00</displayOnDuration>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <settingsAccess>1</settingsAccess> <!-- loakler Zugriff auf Admin Menü erlaubt -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <webAccess>0</webAccess> <!-- Web Zugriff erlaubt -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </vendorConfig>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneServices useHTTPS="true">[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <provisioning>0</provisioning>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneService type="1" category="0"> <!-- für Anzeige verpasster Anrufe -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Missed Calls</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <url>Application:Cisco/MissedCalls</url>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendor></vendor>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version></version>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneService>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneService type="2" category="0"> <!-- um die Brieftaste nutzen zu können -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Voicemail</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <url>Application:Cisco/Voicemail</url>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendor></vendor>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version></version>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneService>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneService type="1" category="0"> <!-- für Anzeige empfangener Anrufe -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Received Calls</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <url>Application:Cisco/ReceivedCalls</url>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendor></vendor>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version></version>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneService>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneService type="1" category="0"> <!-- für Anzeige getätigter Anrufe -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Placed Calls</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <url>Application:Cisco/PlacedCalls</url>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendor></vendor>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version></version>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneService>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneService type="1" category="0"> <!-- Telefonbuch einbinden -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Kontakte</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <url>http://192.168.0.2/directory.php</url>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendor/>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version/>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneService> <!-- Service, taucht im Hauptmenü auf -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <phoneService type="0" category="0">[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <name>Australian Services</name>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <url>http://cisco.internect.net/</url>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <vendor></vendor>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <version></version>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneService>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </phoneServices>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <featurePolicyFile>DefaultFP.xml</featurePolicyFile> <!-- steuert die verfügbaren Funktionen, zB Wahlwiederholung -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <commonConfig> <!-- aktiviert alle Zubehör Optionen, wifi nur mit 9971 -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <usb1>1</usb1>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <usb2>1</usb2>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <ciscoCamera>1</ciscoCamera>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <videoCapability>1</videoCapability>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <usbClasses>0,1,2</usbClasses>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <sdio>1</sdio>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <bluetooth>1</bluetooth>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <wifi>1</wifi>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <bluetoothProfile>0,1</bluetoothProfile>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] </commonConfig>[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <authenticationURL>http://192.168.0.2/ciscoauth.php</authenticationURL> <!-- wird zB für Screenshots benötigt -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier] <loadInformation>sip9951.9-0-4</loadInformation> <!-- FW Version -->[/FONT][/COLOR]
[COLOR=#323333][FONT=Courier]</device>[/FONT][/COLOR]
Was die Sprache angeht... hab ich gesucht, und getan... hab zwei Files von Cisco runter geladen:
po-locale-combined_network-10.1.1.1000-1.cop.sgn
po-locale-de_DE-10.1.1.1000-1.cop.sgn
mit dem Hex editor bearbeitet und extrahiert.
Das ergab zwei Ordner
po-locale-combined_network-10.1.1.1000-1.cop
po-locale-de_DE-10.1.1.1000-1.cop
mit jeweils einem copstart.sh und einem weiteren tar file
Was ich nicht gefunden hab bisher... stopf ich die einfach mit ins TFTP Verzeichnis oder wo müssen die hin?? Und reicht das so?
Danke schonmal