support

Cisco7970, Asterisk and standby mode

nite_man
Posts: 1
Member Since:
2007-05-24

Hi,

I've added and configured Cisco7970 under Asterisk. Everything fine except standby mode. It'd be nice if the phone screen is switched off when the phone is not using.

I tried to add a parameter daysBacklightNotActive with values 1,2,3,4,5,6,7 into phone XML file on the TFTP server but without any luck.

Maybe somebody may help me to resolve that problem.

Thanks in advance.

--

Cheers,
Michael



plcousins
Posts: 1
Member Since:
2007-03-11
did you ever solve this? I

did you ever solve this? I have the same problem. I added

<daysBacklightNotActive>1,2,3,4,5,6,7</daysBacklightNotActive>
<backlightOnTime>07:30</backlightOnTime>
<backlightOnDuration>10:00</backlightOnDuration>
<backlightIdleTimeout>00:01</backlightIdleTimeout>
<displayIdleTimeout>00:10</displayIdleTimeout>
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>

to my vendorConfig xml section. While the file is clearly loaded by the phone, the backlight settings are not getting picked up



brbourdo
Posts: 378
Member Since:
2007-04-24
Mine works just fine, here

Mine works just fine, here is what mine looks like

<daysDisplayNotActive>1,7</daysDisplayNotActive>
<displayOnTime>08:00</displayOnTime>
<displayOnDuration>14:00</displayOnDuration>
<displayIdleTimeout>00:20</displayIdleTimeout> 
--

Brian Bourdon
www.redwatervoip.com
brian [at] redwatervoip [dot] com
Portland, Oregon



percykwong
Posts: 753
Member Since:
2007-04-30
Wouldn't it be nice if it

Wouldn't it be nice if it would actually turn on when we get a call now.. *chuckle*

--

-----------------------------------------------
Percy Kwong
www.swimminginthought.com
www.iphonebounties.com



brbourdo
Posts: 378
Member Since:
2007-04-24
Quote: Wouldn't it be nice
Quote:
Wouldn't it be nice if it would actually turn on when we get a call now.. *chuckle*

Actually you can get it to, Percy. I have the following with the rest of my display active, etc, tags and it works just fine.

<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>

--

Brian Bourdon
www.redwatervoip.com
brian [at] redwatervoip [dot] com
Portland, Oregon



percykwong
Posts: 753
Member Since:
2007-04-30
sweet! I'm gonna try that!

sweet! I'm gonna try that! Thanks!

--

-----------------------------------------------
Percy Kwong
www.swimminginthought.com
www.iphonebounties.com



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.