Cisco Systems GmbH
Am Söldnermoos 17
D-85339 Hallbergmoos
www.cisco.de
Modelle:
| Modell | *t Datum | Anmerkung |
|---|---|---|
| 7902G | ||
| 7905G | ||
| 7911G | *Dez 2005 | 7911 mit SIP-Firmware Nachfolgeprodukt vom 7912 mit mehr Speicher und echtem Power over Ethernet |
| 7912G | *2003 +03.2007 | 7912 mit SIP-Firmware |
| 7920 | ||
| 7931G | *2006-? | Nachfolgeprodukt zum 7961G, Display hintergrundbeleuchtet, ähnlich dem Linksys One Business Phone |
| 7936 | Conference Station | |
| 7940G | ||
| 7941G | ||
| 7960G | * | 7960 mit SIP-Firmware |
| 7961G | *Sep 2005 | 7961G mit SIP-Firmware |
| 7970G | 7970 mit SIP-Firmware | |
| 7971G | ||
| 7985G | ||
| Anzahl der der Leitungen/Accounts: | 2* |
| VoIP-Protokolle: | SIP |
| Voice Codecs: | G.729ab, G.711u, G.711a |
| Integrierter Ethernet-Switch |
* = jede Leitungen kann als Account oder als Speeddial konfiguriert werden
| Anzahl der der Leitungen/Accounts: | 2* |
| VoIP-Protokolle: | SCCP |
| Voice Codecs: | G.729ab, G.711u, G.711a |
| Integrierter Ethernet-Switch |
* = jede Leitungen kann als Account oder als Speeddial konfiguriert werden
Features:
| Anzahl der der Leitungen/Accounts: | 8* |
| VoIP-Protokolle: | SCCP |
| Voice Codecs: | G.729ab, G.711u, G.711a |
| Integrierter Ethernet-Switch | |
| Toutchscreendisplay |
Zur Zeit werden die Cisco 7970 und 7971 nur mit SCCP-Image ausgeliefert. Den Gerüchten zufolge soll aber im laufe diese Jahres auch eine SIP-Version erscheinen.
Die Konfiguration erfolgt wie auch bei allen anderen Model mit hilfe von txt/xml Dateien die von einem tftp server (nicht zu verwechseln mit ftp-server) beim boot geladen werden. Für die Cisco 797X ist die SEP[MAC].cnf.xml die wichtigste Datei.
SEP[MAC].cnf.xml
<device xsi:type="axl:XIPPhone"> <devicePool> <name>Default</name> <dateTimeSetting> <name>CMLocal</name> <dateTemplate>D.M.Y</dateTemplate> <timeZone>W. Europe Standard/Daylight Time</timeZone> </dateTimeSetting> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> </ports> <processNodeName> insert_the_asterisk_server_ip </processNodeName> </callManager> </member> </members> </callManagerGroup> <srstInfo> <name>Enable</name> <srstOption>Enable</srstOption> <userModifiable>true</userModifiable> <ipAddr1> insert_the_asterisk_server_ip </ipAddr1> <port1>2000</port1> <ipAddr2></ipAddr2> <port2>2000</port2> <ipAddr3></ipAddr3> <port3>2000</port3> </srstInfo> <mlppDomainId>-1</mlppDomainId> <mlppIndicationStatus>Default</mlppIndicationStatus> <preemption>Default</preemption> </devicePool> <loadInformation></loadInformation> <vendorConfig> <disableSpeaker>false</disableSpeaker> <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset> <forwardingDelay>1</forwardingDelay> <pcPort>0</pcPort> <settingsAccess>1</settingsAccess> <garp>0</garp> <voiceVlanAccess>0</voiceVlanAccess> <videoCapability>1</videoCapability> <autoSelectLineEnable>0</autoSelectLineEnable> <webAccess>1</webAccess> <daysDisplayNotActive>1,7</daysDisplayNotActive> <displayOnTime>08:30</displayOnTime> <displayOnDuration>11:30</displayOnDuration> <displayIdleTimeout>01:00</displayIdleTimeout> </vendorConfig> <versionStamp></versionStamp> <userLocale> <name></name> <uid>1</uid> <langCode>de</langCode> <version>4.0(1)</version> <winCharSet>iso-8859-1</winCharSet> </userLocale> <networkLocale></networkLocale> <networkLocaleInfo> <name></name> <uid>64</uid> <version>4.0(1)</version> </networkLocaleInfo> <deviceSecurityMode>1</deviceSecurityMode> <idleTimeout>120</idleTimeout> <authenticationURL></authenticationURL> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></informationURL> <messagesURL></messagesURL> <proxyServerURL></proxyServerURL> <servicesURL></servicesURL> <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig> <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices> <dscpForCm2Dvce>96</dscpForCm2Dvce> </device>
Um erstellte Klingeltöne dem Telefon zur Verfügung zu stellen benötigen wir die Ringlist.xml
Ringlist.xml
<Ring> <DisplayName>Barney Burp</DisplayName> <FileName>burp.raw</FileName> <DisplayName>Tone2</DisplayName> <FileName>tone2.raw</FileName> </Ring>
list.xml
<CiscoIPPhoneImageList> <ImageItem Image="TFTP:Desktops/320x212x12/TN-earth.png" URL="TFTP:Desktops/320x212x12/earth.png"/> <ImageItem Image="TFTP:Desktops/320x212x12/TN-f-32.png" URL="TFTP:Desktops/320x212x12/f-32.png"/> <ImageItem Image="TFTP:Desktops/320x212x12/TN-fireball.png" URL="TFTP:Desktops/320x212x12/fireball.png"/> <ImageItem Image="TFTP:Desktops/320x212x12/TN-lara.png" URL="TFTP:Desktops/320x212x12/lara.png"/> </CiscoIPPhoneImageList>