[Problem] Cisco 7965 an Fritzbox 7390 will nicht

PW-Sys

Neuer User
Mitglied seit
20 Aug 2013
Beiträge
6
Punkte für Reaktionen
0
Punkte
1
Hallo,

ich versuche verzweifelt mein neues 7965 an der Fritzbox anzumelden, leider ohne Erfolg.
Zuerst stand immer nur Registering unten links im Display, nachdem ich <registerWithProxy>false</registerWithProxy> gesetzt habe steht er da wie im angehängten Bild.
Wenn ich den Hörer abhebe bekomme ich auch ein Freizeichen, allerdings sobald ich Wähle höre ich die MFT danach Stille. Nach ca 60 sec fängt das Telephon an zu piepen.
Wenn ich versuche intern per **620 das Telephon zu erreichen bekomme ich ein besetzt Zeichen. Beim Dialplan habe ich auch schon die Alternativ versucht oder ihn weg zu lassen.


SEPxxx.cfg.xml
Code:
<device xsi:type="axl:XIPPhone" ctiid="055543210987">
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>admin</sshUserId>
<sshPassword>password</sshPassword>
<devicePool>
 <dateTimeSetting>
    <!-- FIXME: Set your preferred date format and timezone here -->
    <dateTemplate>D/M/Ya</dateTemplate>
    <timeZone>W. Europe Standard/Daylight Time</timeZone>
    <ntps>
         <!-- NTP might not actually work, but the phone can set the
              date/time from the SIP response headers -->
         <ntp>
             <name>pool.ntp.org</name>
             <ntpMode>Unicast</ntpMode>
         </ntp>
    </ntps>
 </dateTimeSetting>

 <!-- This section probably does not do anything useful. -->
 <callManagerGroup>
    <members>
       <member priority="0">
          <callManager>
             <ports>
                <ethernetPhonePort>2000</ethernetPhonePort>
                <sipPort>5060</sipPort>
                <securedSipPort>5061</securedSipPort>
             </ports>
             <processNodeName>127.0.0.1</processNodeName>
          </callManager>
       </member>
    </members>
 </callManagerGroup>
</devicePool>
<sipProfile>
 <sipProxies>
   <registerWithProxy>false</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>
    <!-- Force short registration timeout to keep NAT connection alive -->
    <timerRegisterExpires>180</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>g711ulaw</preferredCodec>
 <dtmfAvtPayload>101</dtmfAvtPayload>
 <dtmfDbLevel>3</dtmfDbLevel>
 <dtmfOutofBand>avt</dtmfOutofBand>
 <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
 <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
 <kpml>3</kpml>
 <natEnabled>false</natEnabled>
 <natAddress></natAddress>
 <!-- FIXME: This will appear in the upper right corner of the display -->
 <phoneLabel>Buero</phoneLabel>
 <stutterMsgWaiting>1</stutterMsgWaiting>
 <callStats>false</callStats>
 <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
 <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
 <startMediaPort>16384</startMediaPort>
 <stopMediaPort>16391</stopMediaPort>
 <sipLines>
 <line button="1"> 
            <featureID>9</featureID> 
            <featureLabel>620</featureLabel> 
            <proxy>fritz.box</proxy> 
            <port>5060</port> 
            <name>620</name> 
            <displayName>Max Mustermann</displayName> 
            <autoAnswer> 
               <autoAnswerEnabled>2</autoAnswerEnabled> 
            </autoAnswer> 
            <callWaiting>1</callWaiting> 
            <authName>620</authName> 
            <authPassword>password</authPassword> 
            <sharedLine>false</sharedLine> 
            <messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
            <messagesNumber>**600</messagesNumber> 
            <ringSettingIdle>4</ringSettingIdle> 
            <ringSettingActive>5</ringSettingActive> 
            <contact>620</contact> 
            <forwardCallInfoDisplay> 
               <callerName>true</callerName> 
               <callerNumber>false</callerNumber> 
               <redirectedNumber>false</redirectedNumber> 
               <dialedNumber>true</dialedNumber> 
            </forwardCallInfoDisplay> 
    </line>
    <line button="4">
       <featureID>2</featureID>
       <featureLabel>callcenter</featureLabel>
       <speedDialNumber>08000001018</speedDialNumber>
    </line>
    <!-- FIXME: Add more line buttons or speed dial entries here -->
   </sipLines>
 <voipControlPort>5060</voipControlPort>
 <dscpForAudio>184</dscpForAudio>
 <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
 <dialTemplate>dialplan.xml</dialTemplate>
</sipProfile>
<commonProfile>
 <phonePassword></phonePassword>
 <backgroundImageAccess>true</backgroundImageAccess>
 <callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>
<!-- FIXME: Change this to upgrade the firmware -->
<!--loadInformation>SIP45.9-3-1SR2-1S</loadInformation -->
<vendorConfig>
 <disableSpeaker>false</disableSpeaker>
 <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
 <pcPort>0</pcPort>
 <settingsAccess>1</settingsAccess>
 <garp>0</garp>
 <voiceVlanAccess>1</voiceVlanAccess>
 <videoCapability>0</videoCapability>
 <autoSelectLineEnable>0</autoSelectLineEnable>
 <webAccess>0</webAccess>
 <!-- For Sunday (1) and Saturday (7):
   <daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
   Current default is to enable the display 24/7.
 -->
 <daysDisplayNotActive></daysDisplayNotActive>
 <displayOnTime>00:00</displayOnTime>
 <displayOnDuration>24:00</displayOnDuration>
 <displayIdleTimeout>00:00</displayIdleTimeout>
 <spanToPCPort>1</spanToPCPort>
 <loggingDisplay>1</loggingDisplay>
 <loadServer></loadServer>
</vendorConfig>
<versionStamp></versionStamp>
<userLocale>
 <name>English_United_States</name>
<uid>1</uid>
 <langCode>en_US</langCode>
<version>1.0.0.0-1</version>
 <winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale>United_States</networkLocale>
<networkLocaleInfo>
 <name>United_States</name>
<uid>64</uid>
 <version>1.0.0.0-1</version>
</networkLocaleInfo>
<deviceSecurityMode>0</deviceSecurityMode>
<!--
<authenticationURL>http://yourwebserver/authenticate.php</authenticationURL>
<directoryURL>http://yourwebserver/directory.xml</directoryURL>
-->
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<!--
  <servicesURL>http://phone-xml.berbee.com/menu.xml</servicesURL>
-->
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
<transportLayerProtocol>4</transportLayerProtocol>
<capfAuthMode>0</capfAuthMode>
<capfList>
 <capf>
    <phonePort>3804</phonePort>
 </capf>
</capfList>
<certHash></certHash>
<encrConfig>false</encrConfig>
</device>

dialplan.xml
Code:
<DIALTEMPLATE>
    <TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>

dialplan.xml Alternative

Code:
<?xml version="1.0" encoding="UTF-8"?>
<DIALTEMPLATE>
    <TEMPLATE MATCH="110" Timeout="0"/>
    <TEMPLATE MATCH="112" Timeout="0"/>
    <TEMPLATE MATCH="08000001018" Timeout="0"/>
    <TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>

TFTP32 Protokoll

Code:
Connection received from 192.168.0.201 on port 49462 [22/08 01:02:31.745]
Read request for file <CTLSEP002699EEFECB.tlv>. Mode octet [22/08 01:02:31.745]
File <CTLSEP002699EEFECB.tlv> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [22/08 01:02:31.745]
Connection received from 192.168.0.201 on port 50174 [22/08 01:03:02.430]
Read request for file <ITLSEP002699EEFECB.tlv>. Mode octet [22/08 01:03:02.430]
File <ITLSEP002699EEFECB.tlv> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [22/08 01:03:02.430]
Connection received from 192.168.0.201 on port 49413 [22/08 01:03:33.037]
Read request for file <ITLFile.tlv>. Mode octet [22/08 01:03:33.037]
File <ITLFile.tlv> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [22/08 01:03:33.037]
Connection received from 192.168.0.201 on port 49677 [22/08 01:04:03.832]
Read request for file <SEP002699EEFECB.cnf.xml>. Mode octet [22/08 01:04:03.847]
Using local port 61739 [22/08 01:04:03.847]
<SEP002699EEFECB.cnf.xml>: sent 15 blks, 7421 bytes in 0 s. 0 blk resent [22/08 01:04:03.863]
Connection received from 192.168.0.201 on port 49455 [22/08 01:04:44.860]
Read request for file <English_United_States/be-sip.jar>. Mode octet [22/08 01:04:44.860]
File <English_United_States\be-sip.jar> : error 3 in system call CreateFile Das System kann den angegebenen Pfad nicht finden. [22/08 01:04:44.860]
Connection received from 192.168.0.201 on port 50371 [22/08 01:05:15.748]
Read request for file <United_States/g3-tones.xml>. Mode octet [22/08 01:05:15.748]
File <United_States\g3-tones.xml> : error 3 in system call CreateFile Das System kann den angegebenen Pfad nicht finden. [22/08 01:05:15.748]
Connection received from 192.168.0.201 on port 50103 [22/08 01:05:50.645]
Read request for file <dialplan.xml>. Mode octet [22/08 01:05:50.645]
Using local port 61742 [22/08 01:05:50.645]
<dialplan.xml>: sent 1 blk, 93 bytes in 0 s. 0 blk resent [22/08 01:05:50.645]


20130822_011420.jpg
 
Zuletzt bearbeitet:
Hallo,
gebe hier mal <processNodeName>127.0.0.1</processNodeName> die IP der Fritz!Box ein und Probiere nochmal.

Chris
 
Hallo,

genau das selbe Verhalten. Und wenn ich den Proxz wieder auf enabled setze erscheint erneut das Registering.

Gruß
Patrick
 
Also als erstes gehört da erstmal die Adresse vom SIP Server rein, welche SIP FW hast du den darauf laufen ?
Teste mal <transportLayerProtocol>4</transportLayerProtocol> mit der 2 anstelle der 4.
Mach mal im Proxy bei der Line anstelle der von fritz.box die IP Adresse der Fritz!Box, eventuell DNS Problem ?

Ein LOG von der Webconsole wäre auch schön um zu sehen ob da überhaupt was passiert.

Chris
 
Hi,

habe die statt fritz.box nun die IP eingetragen. Die Veränderung des Transportlayer brachte leider auch nichts. Auf der Fritzbox läuft FritzOS 5.52 mit Freetz. auf dem Telephon SIP45.9-3-1SR2-1S.

Logs sind als Datei angehängt. der Rest unten:
Anhang anzeigen logs.zip

Code:
<device xsi:type="axl:XIPPhone" ctiid="07xxxxxx076">
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>admin</sshUserId>
<sshPassword>password</sshPassword>
<devicePool>
 <dateTimeSetting>
    <!-- FIXME: Set your preferred date format and timezone here -->
    <dateTemplate>D/M/Ya</dateTemplate>
    <timeZone>W. Europe Standard/Daylight Time</timeZone>
    <ntps>
         <!-- NTP might not actually work, but the phone can set the
              date/time from the SIP response headers -->
         <ntp>
             <name>pool.ntp.org</name>
             <ntpMode>Unicast</ntpMode>
         </ntp>
    </ntps>
 </dateTimeSetting>

 <!-- This section probably does not do anything useful. -->
 <callManagerGroup>
    <members>
       <member priority="0">
          <callManager>
             <ports>
                <ethernetPhonePort>2000</ethernetPhonePort>
                <sipPort>5060</sipPort>
                <securedSipPort>5061</securedSipPort>
             </ports>
             <processNodeName>192.168.0.1</processNodeName>
          </callManager>
       </member>
    </members>
 </callManagerGroup>
</devicePool>
<sipProfile>
 <sipProxies>
   <registerWithProxy>false</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>
    <!-- Force short registration timeout to keep NAT connection alive -->
    <timerRegisterExpires>180</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>g711ulaw</preferredCodec>
 <dtmfAvtPayload>101</dtmfAvtPayload>
 <dtmfDbLevel>3</dtmfDbLevel>
 <dtmfOutofBand>avt</dtmfOutofBand>
 <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
 <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
 <kpml>3</kpml>
 <natEnabled>false</natEnabled>
 <natAddress></natAddress>
 <!-- FIXME: This will appear in the upper right corner of the display -->
 <phoneLabel>Buero</phoneLabel>
 <stutterMsgWaiting>1</stutterMsgWaiting>
 <callStats>false</callStats>
 <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
 <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
 <startMediaPort>16384</startMediaPort>
 <stopMediaPort>16391</stopMediaPort>
 <sipLines>
 <line button="1"> 
            <featureID>9</featureID> 
            <featureLabel>620</featureLabel> 
            <proxy>192.168.0.1</proxy> 
            <port>5060</port> 
            <name>620</name> 
            <displayName>Vorname Name</displayName> 
            <autoAnswer> 
               <autoAnswerEnabled>2</autoAnswerEnabled> 
            </autoAnswer> 
            <callWaiting>1</callWaiting> 
            <authName>620</authName> 
            <authPassword>22sony11</authPassword> 
            <sharedLine>false</sharedLine> 
            <messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
            <messagesNumber>**600</messagesNumber> 
            <ringSettingIdle>4</ringSettingIdle> 
            <ringSettingActive>5</ringSettingActive> 
            <contact>620</contact> 
            <forwardCallInfoDisplay> 
               <callerName>true</callerName> 
               <callerNumber>false</callerNumber> 
               <redirectedNumber>false</redirectedNumber> 
               <dialedNumber>true</dialedNumber> 
            </forwardCallInfoDisplay> 
    </line>
    <line button="4">
       <featureID>2</featureID>
       <featureLabel>callcenter</featureLabel>
       <speedDialNumber>08000001018</speedDialNumber>
    </line>
    <!-- FIXME: Add more line buttons or speed dial entries here -->
   </sipLines>
 <voipControlPort>5060</voipControlPort>
 <dscpForAudio>184</dscpForAudio>
 <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
 <dialTemplate>dialplan.xml</dialTemplate>
</sipProfile>
<commonProfile>
 <phonePassword></phonePassword>
 <backgroundImageAccess>true</backgroundImageAccess>
 <callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>
<!-- FIXME: Change this to upgrade the firmware -->
<!--loadInformation>SIP45.9-3-1SR2-1S</loadInformation -->
<vendorConfig>
 <disableSpeaker>false</disableSpeaker>
 <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
 <pcPort>0</pcPort>
 <settingsAccess>1</settingsAccess>
 <garp>0</garp>
 <voiceVlanAccess>1</voiceVlanAccess>
 <videoCapability>0</videoCapability>
 <autoSelectLineEnable>0</autoSelectLineEnable>
 <webAccess>0</webAccess>
 <!-- For Sunday (1) and Saturday (7):
   <daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
   Current default is to enable the display 24/7.
 -->
 <daysDisplayNotActive></daysDisplayNotActive>
 <displayOnTime>00:00</displayOnTime>
 <displayOnDuration>24:00</displayOnDuration>
 <displayIdleTimeout>00:05</displayIdleTimeout>
 <spanToPCPort>1</spanToPCPort>
 <loggingDisplay>1</loggingDisplay>
 <loadServer></loadServer>
</vendorConfig>
<versionStamp></versionStamp>
<userLocale>
 <name>English_United_States</name>
<uid>1</uid>
 <langCode>en_US</langCode>
<version>1.0.0.0-1</version>
 <winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale>United_States</networkLocale>
<networkLocaleInfo>
 <name>United_States</name>
<uid>64</uid>
 <version>1.0.0.0-1</version>
</networkLocaleInfo>
<deviceSecurityMode>0</deviceSecurityMode>
<!--
<authenticationURL>http://yourwebserver/authenticate.php</authenticationURL>
<directoryURL>http://yourwebserver/directory.xml</directoryURL>
-->
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<!--
  <servicesURL>http://phone-xml.berbee.com/menu.xml</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>

Message Logs:
Device Information
Code:
MAC Address		002699EEFECB
Host Name		SEP002699EEFECB
Phone DN		620
App Load ID		jar45sip.9-3-1ES13.sbn
Boot Load ID		tnp65.8-3-1-21a.bin
Version		*term65.default*
Expansion Module 1		
Expansion Module 2		
Hardware Revision		10.0
Serial Number		FCH13468S8Y
Model Number		CP-7965G
Message Waiting		
UDI		phone
		Cisco Unified IP Phone 7965G, Global, Gig Ethernet, Color
		CP-7965G
		V06
		FCH13468S8Y
Time		5:22:38a
Time Zone		
Date		05/02/13
System Free Memory		4280992
Java Heap Free Memory		1247324
Java Pool Free Memory		173640
FIPS Mode Enabled		No

Code:
DHCP Server		192.168.0.1
BOOTP Server		No
MAC Address		002699EEFECB
Host Name		SEP002699EEFECB
Domain Name		daheim
IP Address		192.168.0.201
Subnet Mask		255.255.255.0
TFTP Server 1		192.168.0.6
Default Router 1		192.168.0.1
Default Router 2		
Default Router 3		
Default Router 4		
Default Router 5		
DNS Server 1		192.168.0.1
DNS Server 2		
DNS Server 3		
DNS Server 4		
DNS Server 5		
Operational VLAN Id		
Admin. VLAN Id		
Unified CM 1		
Unified CM 2		
Unified CM 3		
Unified CM 4		
Unified CM 5		
Information URL		
Directories URL		
Messages URL		
Services URL		
DHCP		Yes
DHCP Address Released		No
Alternate TFTP		No
Forwarding Delay		No
Idle URL		
Idle URL Time		0
Proxy Server URL		
Authentication URL		
SW Port Configuration		Auto Negotiate
PC Port Configuration		Auto Negotiate
TFTP Server 2		
User Locale		English_United_States
Network Locale		United_States
Headset Enabled		Yes
User Locale Version		Built-In
Network Locale Version		Built-In
PC Port Disabled		No
Speaker Enabled		Yes
GARP Enabled		No
Video Capability Enabled		No
Voice VLAN Enabled		No
Auto Line Select Enabled		No
DSCP For Call Control		CS3
DSCP For Configuration		CS3
DSCP For Services		Default
Security Mode		Non Secure
Web Access Enabled		Yes
Span to PC Port		No
PC VLAN		
CDP: PC Port		Yes
CDP: SW Port		Yes
LLDP-MED: SW Port		Yes
LLDP: PC Port		Yes
LLDP Power Priority		Unknown
LLDP Asset ID		
Automatic Port Synchronization		No
Switch Port Remote Configuration		Disabled
PC Port Remote Configuration		Disabled
IP Addressing Mode		Both (IPv4 and IPv6)
IP Preference Mode Control		V4
IPv6 Auto Configuration		Yes
IPv6 Load Server		
IPv6 Log Server		
IPv6 CAPF Server		
DHCPv6		Yes
IPv6 Address		::
IPv6 Prefix Length		0
IPv6 Default Router 1		::
IPv6 DNS Server 1		::
IPv6 DNS Server 2		::
IPv6 Address Released		No
IPv6 Alternate TFTP		No
IPv6 TFTP Server 1		::
IPv6 TFTP Server 2		::
SSH Access Enabled		No
Energywise Domain		
Energywise Power Level		null

Ethernet Information
Code:
Tx Frames		00000927
Tx broadcast		00000038
Tx multicast		00000372
Tx unicast		00000517
Rx Frames		00003887
Rx broadcast		00003647
Rx multicast		00000005
Rx unicast		00000235
Rx PacketNoDes		00000000

Status Message
Code:
6:59:16p Error Updating Locale
	7:00:18p TFTP Error : softkeyDefault.xml
	8:15:14p No Trust List Installed
	8:15:45p SEP002699EEFECB.cnf.xml(TFTP)
	5:17:00a Error Updating Locale
	5:17:00a Error Updating Locale
	5:23:57a No Trust List Installed
	5:24:28a SEP002699EEFECB.cnf.xml(TFTP)
	5:25:41a Error Updating Locale
	5:25:42a Error Updating Locale

Streaming Statistics
Code:
Remote Address 		0.0.0.0/0
Local Address		192.168.0.201/16388
Start Time		00:00:00
Stream Status		Not Ready
Host Name		SEP002699EEFECB
Sender Packets		0
Sender Octets		0
Sender Codec		None
Sender Reports Sent		0
Sender Report Time Sent		00:00:00
Rcvr Lost Packets		0
Avg Jitter		0
Rcvr Codec		G.711u
Rcvr Reports Sent		0
Rcvr Report Time Sent		00:00:00
Rcvr Packets		0
Rcvr Octets		0
MOS LQK		0.0000
Avg MOS LQK		0.0000
Min MOS LQK		0.0000
Max MOS LQK		0.0000
MOS LQK Version		0.95
Cumulative Conceal Ratio		0.0000
Interval Conceal Ratio		0.0000
Max Conceal Ratio		0.0000
Conceal Secs		0
Severely Conceal Secs		0
Latency		0
Max Jitter		0
Sender Size		0 ms
Sender Reports Received		0
Sender Report Time Received		00:00:00
Rcvr Size		20 ms
Rcvr Discarded		0
Rcvr Reports Received		0
Rcvr Report Time Received		00:00:00
 
teste mal die 9.2.3
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.