Hallo,
ich habe bei meiner cnf.xml noch folgende Probleme:
1. ich möchte mir Anrufe in Abwesenheit sowie gewählte Rufnummern und Angenommene Anrufe anzeigen lassen.
in der cnf.xml habe ich folgendes hinzugefügt:
leider ohne Auswirkung.
2. LineButtons 8 und 9 werden nicht am Phone angezeigt.
in der cnf.xml stehen sie:
3. Zudem kann ich keine weiteren Ringtones oder Backgrounds auswählen. Ich bekomme die Meldung " es können keine weiteren vom Server geladen werden" Ich bekomme nur die Standard angezeigt.
Meine komplette cnf.xml:
meine XMLDefault.cnf.xml:
Meine Ringlist.xml:
Meine List.xml :
Files und Verzeichnisse auf dem Server:
Screen des Phones:
Statusmeldungen:
Ich würde mich sehr freuen wenn mir jemand helfen kann.
Gruß
ich habe bei meiner cnf.xml noch folgende Probleme:
1. ich möchte mir Anrufe in Abwesenheit sowie gewählte Rufnummern und Angenommene Anrufe anzeigen lassen.
in der cnf.xml habe ich folgendes hinzugefügt:
Code:
<phoneService type="1" category="0"> <!-- für Anzeige verpasster Anrufe --><name>Missed Calls</name>
<url>Application:Cisco/MissedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="2" category="0"> <!-- um die Brieftaste nutzen zu können -->
<name>Voicemail</name>
<url>Application:Cisco/Voicemail</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0"> <!-- für Anzeige empfangener Anrufe -->
<name>Received Calls</name>
<url>Application:Cisco/ReceivedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0"> <!-- für Anzeige getätigter Anrufe -->
<name>Placed Calls</name>
<url>Application:Cisco/PlacedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
leider ohne Auswirkung.
2. LineButtons 8 und 9 werden nicht am Phone angezeigt.
in der cnf.xml stehen sie:
Code:
<line button="8"><featureID>130</featureID>
<featureLabel>Do Not Disturb</featureLabel>
</line>
<line button="9">
<featureID>3</featureID>
<featureLabel>Hold</featureLabel>
</line>
3. Zudem kann ich keine weiteren Ringtones oder Backgrounds auswählen. Ich bekomme die Meldung " es können keine weiteren vom Server geladen werden" Ich bekomme nur die Standard angezeigt.
Meine komplette cnf.xml:
Code:
<device><deviceProtocol>SIP</deviceProtocol>
<sshUserId>admin</sshUserId>
<sshPassword>GEHEIM</sshPassword>
<devicePool>
<dateTimeSetting>
<dateTemplate>D/M/YY</dateTemplate>
<timeZone>Central Europe Standard/Daylight Time</timeZone>
<ntps>
<ntp>
<name>192.168.178.53</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.178.1</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>
<advertiseG722Codec>1</advertiseG722Codec>
<commonProfile>
<phonePassword/>
<backgroundImageAccess>true</backgroundImageAccess>
<callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>
<loadInformation>SIP9951.9-4-2SR2-2</loadInformation>
<userLocale>
<name>german_germany</name>
<uid>32</uid>
<langCode>de_de</langCode>
<version>11.0</version>
<winCharSet></winCharSet>
</userLocale>
<networkLocale>german_germany</networkLocale>
<networkLocaleInfo>
<name>german_germany</name>
<uid>32</uid>
<version>1.1.0.0-1</version>
</networkLocaleInfo>
<vendorConfig>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
<pcPort>0</pcPort>
<g722CodecSupport>2</g722CodecSupport>
<handsetWidebandEnable>2</handsetWidebandEnable>
<headsetWidebandEnable>2</headsetWidebandEnable>
<headsetWidebandUIControl>1</headsetWidebandUIControl>
<handsetWidebandUIControl>1</handsetWidebandUIControl>
<settingsAccess>1</settingsAccess>
<garp>0</garp>
<voiceVlanAccess>0</voiceVlanAccess>
<videoCapability>1</videoCapability>
<autoSelectLineEnable>0</autoSelectLineEnable>
<sshAccess>0</sshAccess>
<sshPort>22</sshPort>
<webAccess>0</webAccess>
<spanToPCPort>1</spanToPCPort>
<loggingDisplay>1</loggingDisplay>
<loadServer/>
<daysDisplayNotActive></daysDisplayNotActive>
<displayOnTime>06:00</displayOnTime>
<displayOnDuration>24:00</displayOnDuration>
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
</vendorConfig>
<phoneService type="1" category="0"> <!-- für Anzeige verpasster Anrufe -->
<name>Missed Calls</name>
<url>Application:Cisco/MissedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="2" category="0"> <!-- um die Brieftaste nutzen zu können -->
<name>Voicemail</name>
<url>Application:Cisco/Voicemail</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0"> <!-- für Anzeige empfangener Anrufe -->
<name>Received Calls</name>
<url>Application:Cisco/ReceivedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0"> <!-- für Anzeige getätigter Anrufe -->
<name>Placed Calls</name>
<url>Application:Cisco/PlacedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<deviceSecurityMode>1</deviceSecurityMode>
<authenticationURL>http://192.168.44.1/ciscoauth.php</authenticationURL>
<directoryURL>http://192.168.44.1/directory.php</directoryURL>
<idleURL/>
<informationURL/>
<messagesURL/>
<proxyServerURL/>
<servicesURL/>
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
<transportLayerProtocol>2</transportLayerProtocol>
<capfAuthMode>0</capfAuthMode>
<capfList>
<capf>
<phonePort>3804</phonePort>
</capf>
</capfList>
<certHash/>
<encrConfig>false</encrConfig>
<sipProfile>
<sipProxies>
<backupProxy/>
<backupProxyPort/>
<emergencyProxy/>
<emergencyProxyPort/>
<outboundProxy/>
<outboundProxyPort/>
<registerWithProxy>true</registerWithProxy>
</sipProxies>
<preferredCodec>g722</preferredCodec>
<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>
<dtmfAvtPayload>101</dtmfAvtPayload>
<dtmfDbLevel>3</dtmfDbLevel>
<dtmfOutofBand>avt</dtmfOutofBand>
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
<kpml>3</kpml>
<natEnabled>false</natEnabled>
<natAddress/>
<stutterMsgWaiting>0</stutterMsgWaiting>
<callStats>false</callStats>
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
<startMediaPort>16384</startMediaPort>
<stopMediaPort>32766</stopMediaPort>
<voipControlPort>5060</voipControlPort>
<dscpForAudio>184</dscpForAudio>
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
<dialTemplate>dialplan.xml</dialTemplate>
<phoneLabel>Wohnzimmer</phoneLabel>
<sipLines>
<line button="1">
<featureID>9</featureID>
<featureLabel>625</featureLabel>
<name>625</name>
<displayName>625</displayName>
<contact>625</contact>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>3</callWaiting>
<authName>625</authName>
<authPassword>***</authPassword>
<sharedLine>false</sharedLine>
<messageWaitingLampPolicy>1</messageWaitingLampPolicy>
<messagesNumber>*97</messagesNumber>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>true</callerNumber>
<redirectedNumber>false</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
</line>
<line button="2">
<featureID>2</featureID>
<featureLabel>Schlafzimmer 621</featureLabel>
<speedDialNumber>**621</speedDialNumber>
</line>
<line button="3">
<featureID>2</featureID>
<featureLabel>Lisa 623</featureLabel>
<speedDialNumber>**623</speedDialNumber>
</line>
<line button="4">
<featureID>2</featureID>
<featureLabel>Martin 620</featureLabel>
<speedDialNumber>**620</speedDialNumber>
</line>
<line button="5">
<featureID>2</featureID>
<featureLabel>Oma ext</featureLabel>
<speedDialNumber>0000000</speedDialNumber>
</line>
<line button="8">
<featureID>130</featureID>
<featureLabel>Do Not Disturb</featureLabel>
</line>
<line button="9">
<featureID>3</featureID>
<featureLabel>Hold</featureLabel>
</line>
</sipLines>
</sipProfile>
</device>
meine XMLDefault.cnf.xml:
Code:
<Default><callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName></processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<loadInformation404 model="Cisco 9951">sip9951.9-4-2SR2-2</loadInformation404>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>
Meine Ringlist.xml:
Code:
<CiscoIPPhoneRingList>
<Ring>
<DisplayName>TF200-1</DisplayName>
<FileName>TF200ring1.raw</FileName>
</Ring>
<Ring>
<DisplayName>TF200-2</DisplayName>
<FileName>TF200ring2.raw</FileName>
</Ring>
<Ring>
<DisplayName>TF200-3</DisplayName>
<FileName>TF200ring3.raw</FileName>
</Ring>
<Ring>
<DisplayName>CTU-24</DisplayName>
<FileName>CTU24.raw</FileName>
</Ring>
<Ring>
<DisplayName>DayAfter</DisplayName>
<FileName>dayafter.raw</FileName>
</Ring>
</CiscoIPPhoneRingList>
Meine List.xml :
Code:
<CiscoIPPhoneImageList><ImageItem Image=”TFTP:Desktops/640x480x24/TN-ponte.png”
URL=”TFTP:Desktops/640x480x24/ponte.png”/>
<ImageItem Image=”TFTP:Desktops/640x480x24/TN-crete.png”
URL=”TFTP:Desktops/640x480x24/crete.png”/>
</CiscoIPPhoneImageList>
Files und Verzeichnisse auf dem Server:
Screen des Phones:
Statusmeldungen:
Ich würde mich sehr freuen wenn mir jemand helfen kann.
Gruß