02-15-2023 05:55 PM
Hi,
Here is my setup:
Call Manager Express: 12.0 on 2911 router
Phones: Cisco 8841/8851 with 12.8.1 firmware
I am trying to set the back light settings so it is active from 7am - 10 pm daily. I've done the following steps, but it is not working.
Configured the following:
telephony-service
service phone daysBacklightNotActive ,
service phone backlightOnTime 07:00
service phone backlightOnDuration 15:00
service phone backlightIdleTimeout 12:00
create cnf-files
voice register global
no create profile
create profile
I have verified the settings are being applied in the XML settings for the phones. I also did a factory reset on the phones after settings were applied. However, it appears the phone is still using the default settings as the screen goes off after 1 hour of inactivity and the screens are turned off on weekends. I'm really at a loss why it doesn't work. Any ideas?
03-15-2023 06:02 PM
Bump...any ideas?
08-31-2024 12:04 PM
Have you ever figured this out? I can change all the settings in the config. Mine stay on all day during the week until like 6pm. On the weekends they stay off. It’s like none of those config settings work.
I even tried this;
<daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
This should keep the display off every day & it doesn’t work.
08-31-2024 03:47 PM
Unfortunately, I was never able to resolve this issue and just gave up. Only thing I can think of is a bug in the phone firmware.
08-31-2024 04:57 PM - edited 08-31-2024 04:59 PM
Crap that sucks. Well I appreciate your quick response.
09-03-2024 03:59 PM - edited 09-03-2024 04:01 PM
So I think I got it. I added this in the <commonProfile> section instead of the <vendorConfig> section of the phone config. It seems to be working so far... The displays definitely shut off after 5 minutes of waking the phone.
<daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
<displayOnTime>04:45</displayOnTime>
<displayOnDuration>00:10</displayOnDuration>
<displayIdleTimeout>00:05</displayIdleTimeout>
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
<daysBacklightNotActive>1,2,3,4,5,6,7</daysBacklightNotActive>
<backlightOnTime>04:45</backlightOnTime>
<backlightOnDuration>00:10</backlightOnDuration>
<backlightIdleTimeout>00:05</backlightIdleTimeout>
<backlightOnWhenIncomingCall>1</backlightOnWhenIncomingCall>
09-03-2024 06:12 PM
Interesting. I assume you manually modified the phone .XML file? My concern would be that when you rebuild the XML files with the below commands that the modified file would get overwritten.
voice register global
no create profile
create profile
09-03-2024 07:27 PM - edited 09-04-2024 02:51 PM
Yes. I modified the xml file. I uploded it with tftp,
copy tftp://10.10.100.12/Phone_Configs/SEP-MY.MAC.ADD.RESS.cnf.xml flash:/its/SEP-MY.MAC.ADD.RESS.cnf.xml
Then Reset phone..
conf t
voice register global
reset
No need to create a new profile. Use command debug tftp events. It will show your phone pulling the new config. Then bam, it works... I had it all, just under the wrong section of the config. Has to be in <commonProfile>. (*** Don't forget to turn off debugging afterwards. no debug tftp events)
Wow So buggy. Today I updated to the newest firmware & had to change it back to the vendorConfig section. Ugh so annoying but it works. lol
<device>
<fullConfig>true</fullConfig>
<deviceProtocol>SIP</deviceProtocol>
<devicePool>
<dateTimeSetting>
<dateTemplate>D/M/YYA</dateTemplate>
<timeZone>Eastern Standard/Daylight Time</timeZone>
<ntps>
<ntp priority="0">
<name>17.253.2.123</name>
<ntpMode>unicast</ntpMode>
</ntp>
</ntps>
</dateTimeSetting>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<sipPort>5060</sipPort>
</ports>
<processNodeName>10.10.102.1</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
</devicePool>
<sipProfile>
<sipProxies>
<registerWithProxy>true</registerWithProxy>
</sipProxies>
<sipCallFeatures>
<cnfJoinEnabled>true</cnfJoinEnabled>
<localCfwdEnable>true</localCfwdEnable>
<callForwardURI>service-uri-cfwdall</callForwardURI>
<callPickupURI>service-uri-pickup</callPickupURI>
<callPickupGroupURI>service-uri-gpickup</callPickupGroupURI>
<meetMeServiceURI>service-uri-meetme</meetMeServiceURI>
<callHoldRingback>2</callHoldRingback>
<semiAttendedTransfer>true</semiAttendedTransfer>
<anonymousCallBlock>2</anonymousCallBlock>
<callerIdBlocking>2</callerIdBlocking>
<dndControl>2</dndControl>
<dndCallAlert>1</dndCallAlert>
<remoteCcEnable>true</remoteCcEnable>
<uriDialingDisplayPreference>1</uriDialingDisplayPreference>
</sipCallFeatures>
<sipStack>
<timerRegisterExpires>3600</timerRegisterExpires>
<timerRegisterDelta>5</timerRegisterDelta>
<timerInviteExpires>180</timerInviteExpires>
<timerKeepAliveExpires>120</timerKeepAliveExpires>
<timerSubscribeExpires>3600</timerSubscribeExpires>
<timerSubscribeDelta>5</timerSubscribeDelta>
<timerT1>500</timerT1>
<timerT2>4000</timerT2>
<remotePartyID>true</remotePartyID>
</sipStack>
<sipLines>
<line button="1" lineIndex="1">
<featureID>9</featureID>
<featureLabel>Main Office</featureLabel>
<contact>17196-71C</contact>
<speedDialNumber></speedDialNumber>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<voipControlPort>5060</voipControlPort>
<name>100</name>
<displayName>William</displayName>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>1</callWaiting>
<authName>**********</authName>
<authPassword>**********</authPassword>
<sharedLine>false</sharedLine>
<messagesNumber>6969</messagesNumber>
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
<ringSettingActive>5</ringSettingActive>
<ringSettingIdle>4</ringSettingIdle>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>true</callerNumber>
<redirectedNumber>true</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
<maxNumCalls>6</maxNumCalls>
<busyTrigger>2</busyTrigger>
</line>
</sipLines>
<enableVad>true</enableVad>
<preferredCodec>g729a</preferredCodec>
<softKeyFile>softkeyDefault_kpml.xml</softKeyFile>
<dialTemplate></dialTemplate>
<kpml>1</kpml>
<phoneLabel></phoneLabel>
<stutterMsgWaiting>3</stutterMsgWaiting>
<disableLocalSpeedDialConfig>true</disableLocalSpeedDialConfig>
<dscpForAudio>184</dscpForAudio>
<dscpVideo>136</dscpVideo>
<startMediaPort>16384</startMediaPort>
<stopMediaPort>32766</stopMediaPort>
</sipProfile>
<commonProfile>
<phonePassword>**********</phonePassword>
<callLogBlfEnabled>2</callLogBlfEnabled>
<backgroundImageAccess>false</backgroundImageAccess>
<defaultWallpaperFile>bg.png</defaultWallpaperFile>
<uriDialingDisplayPreference>1</uriDialingDisplayPreference>
<webAccess>0</webAccess>
</commonProfile>
<loadInformation>sip88xx.12-8-1-0001-455</loadInformation>
<vendorConfig>
<daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
<displayOnTime>04:45</displayOnTime>
<displayOnDuration>00:15</displayOnDuration>
<displayIdleTimeout>00:05</displayIdleTimeout>
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
<daysBacklightNotActive>1,2,3,4,5,6,7</daysBacklightNotActive>
<backlightOnTime>04:45</backlightOnTime>
<backlightOnDuration>00:15</backlightOnDuration>
<backlightIdleTimeout>00:05</backlightIdleTimeout>
<backlightOnWhenIncomingCall>1</backlightOnWhenIncomingCall>
<uriDialingDisplayPreference>1</uriDialingDisplayPreference>
</vendorConfig>
<commonConfig>
<videoCapability>0</videoCapability>
<ciscoCamera>0</ciscoCamera>
</commonConfig>
<sshUserId>**********</sshUserId>
<sshPassword>**********</sshPassword>
<userId></userId>
<phoneServices>
<provisioning>2</provisioning>
<phoneService type="1" category="0">
<name>Missed Calls</name>
<phoneLabel></phoneLabel>
<url>Application:Cisco/MissedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0">
<name>Received Calls</name>
<phoneLabel></phoneLabel>
<url>Application:Cisco/ReceivedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="1" category="0">
<name>Placed Calls</name>
<phoneLabel></phoneLabel>
<url>Application:Cisco/PlacedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService type="2" category="0">
<name>Voicemail</name>
<phoneLabel></phoneLabel>
<url>Application:Cisco/Voicemail</url>
<vendor></vendor>
<version></version>
</phoneService>
</phoneServices>
<versionStamp>0002115451940335</versionStamp>
<userLocale>
<name>SIP_English_United_States</name>
<langCode>en_US</langCode>
</userLocale>
<networkLocale>SIP_United_States</networkLocale>
<networkLocaleInfo>
<name>SIP_United_States</name>
</networkLocaleInfo>
<authenticationURL></authenticationURL>
<directoryURL>http://10.10.102.1:80/localdirectory</directoryURL>
<idleURL></idleURL>
<servicesURL>http://10.10.102.1:80/CMEserverForPhone/serviceurl</servicesURL>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
<transportLayerProtocol>2</transportLayerProtocol>
</device>
05-15-2025 09:48 AM
This works for me:
service phone daysDisplayNotActive 1,2,3,4,5,6,7
service phone displayOnTime 07:30
service phone displayOnDuration 00:10
service phone displayIdleTimeout 00:01
service phone displayOnWhenIncomingCall 1
service phone daysBacklightNotActive 1,2,3,4,5,6,7
service phone backlightOnTime 07:30
service phone backlightOnDuration 00:10
service phone backlightIdleTimeout 00:01
service phone backlightOnWhenIncomingCall 1
Greetings
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide