[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
T58A red light flashing
Author Message
DS25 Offline
Junior Member
**

Posts: 13
Joined: May 2019
Reputation: 0
Post: #1
T58A red light flashing
Hello,

my T58A has a red LED blinking all the time, but I have no idea for what reason! The phone doesn't show any warnings or messages on the screen.
Any suggestions?

- the only active SIP account is registered
- the default password is changed
- no missed calls or voice mails
- current firmware
05-31-2019 09:53 AM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #2
RE: T58A red light flashing
(05-31-2019 09:53 AM)DS25 Wrote:  Hello,

my T58A has a red LED blinking all the time, but I have no idea for what reason! The phone doesn't show any warnings or messages on the screen.
Any suggestions?

- the only active SIP account is registered
- the default password is changed
- no missed calls or voice mails
- current firmware

Hi,

The Power LED indicator indicates power status and phone status.

You can configure the power LED indicator behavior using the WEB UI in the following scenarios:
Switch the Power LED indicator On or Off
The IP phone receives an incoming call
The IP phone receives a voice mail
A call is muted
The IP phone is busy
The IP phone misses a call

Please login the phone and go to Features > Power LED tab

Hope this will help.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
05-31-2019 10:22 AM
Find all posts by this user    like0    dislike0
DS25 Offline
Junior Member
**

Posts: 13
Joined: May 2019
Reputation: 0
Post: #3
RE: T58A red light flashing
Hi complex1,

thank you, but unfortunately that doesn't change it:
I deacticated every option in the Power-LED-tab.

Afterwards the red LED still starts flashing as soon as the display gets dark.
It stops blinking when the screen is activated, and starts again as soon as screensaver/energy-saving turns off the display.
05-31-2019 11:36 AM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #4
RE: T58A red light flashing
(05-31-2019 11:36 AM)DS25 Wrote:  Hi complex1,

thank you, but unfortunately that doesn't change it:
I deacticated every option in the Power-LED-tab.

Afterwards the red LED still starts flashing as soon as the display gets dark.
It stops blinking when the screen is activated, and starts again as soon as screensaver/energy-saving turns off the display.

Hi,

Please auto-provision the phone with next parameters:
Code:
#!version:1.0.0.1
features.power_saving.power_led_flash.on_time = 0
features.power_saving.power_led_flash.off_time = 3000

Hope this will help.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
05-31-2019 12:04 PM
Find all posts by this user    like0    dislike0
DS25 Offline
Junior Member
**

Posts: 13
Joined: May 2019
Reputation: 0
Post: #5
RE: T58A red light flashing
Hello complex1,

thank you. This helped partly.
I have put these values into the T58 template file "common.cfg" and autoprovisioned it over FTP with a boot file.

Now the LED is not flashing anymore, but it is permanently on as soon as the screensaver gets dark. May I have made a mistake? Or are there other numeric values to either
a) turn the LED completely off
or b) let it flash more seldom, so with longer intervals between flashes?

Thank you in advance.
06-22-2019 11:51 AM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #6
RE: T58A red light flashing
(06-22-2019 11:51 AM)DS25 Wrote:  Hello complex1,

thank you. This helped partly.
I have put these values into the T58 template file "common.cfg" and autoprovisioned it over FTP with a boot file.

Now the LED is not flashing anymore, but it is permanently on as soon as the screensaver gets dark. May I have made a mistake? Or are there other numeric values to either
a) turn the LED completely off
or b) let it flash more seldom, so with longer intervals between flashes?

Thank you in advance.

Strange, these settings should work. I use them too.

As you can read in the Admin Guide:
Code:
features.power_saving.power_led_flash.on_time
If it is set to 0 and “features.power_saving.power_led_flash.off_time” is not set to 0, the power LED indicator will be off when the phone enters the power-saving mode.
(Default: 500)

features.power_saving.power_led_flash.off_time
If it is set to 0, the power LED indicator will be on when the phone enters the power-saving mode.
(Default: 3000)

Please re-check your settings.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
06-22-2019 02:05 PM
Find all posts by this user    like0    dislike0
DS25 Offline
Junior Member
**

Posts: 13
Joined: May 2019
Reputation: 0
Post: #7
RE: T58A red light flashing
Quote:Strange, these settings should work. I use them too.

You are right: Accidently, I interchanged both values (0/3000), because in the Common.cfg template file, both entries are ordered differently, "off" is first entry followed by "on". My fault, I am sorry.

Now it works - thank you very much!
06-23-2019 08:55 AM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #8
RE: T58A red light flashing
(06-23-2019 08:55 AM)DS25 Wrote:  
Quote:Strange, these settings should work. I use them too.

You are right: Accidently, I interchanged both values (0/3000), because in the Common.cfg template file, both entries are ordered differently, "off" is first entry followed by "on". My fault, I am sorry.

Now it works - thank you very much!

Hi,

Glad to see it work now.
Thank you for your feedback. Smile

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
06-23-2019 09:05 AM
Find all posts by this user    like0    dislike0
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T58a .bin and .rfs files tredd1982 1 322 03-17-2024 04:32 AM
Last Post: complex1
  T58A - Impossible to flash with Teams firmware algas32 4 1,775 01-12-2024 09:33 PM
Last Post: algas32
  T58A damages UH36 JFalke 0 312 01-12-2024 07:16 PM
Last Post: JFalke
  T58A and TEAMS APP schmidt_as 2 4,945 12-21-2023 09:45 AM
Last Post: Cecelia Cruz
Wink T58A Zoom APK business@pjjmail.com 0 1,497 09-21-2022 10:00 PM
Last Post: business@pjjmail.com
  T58A - SIP Licence - no sound at all nlale02 3 3,541 07-10-2022 09:56 PM
Last Post: complex1
  T58A : URI dial & mute arsene 0 2,032 04-01-2022 10:53 AM
Last Post: arsene
  T58a can’t make or receive calls after Teams-> SIP conversion skintrustmd 4 6,063 02-14-2022 03:01 AM
Last Post: skintrustmd
  T58A show company name sandro84 1 3,223 01-15-2022 04:30 AM
Last Post: complex1
  T58A CSTA control sandro84 0 2,082 01-07-2022 10:51 PM
Last Post: sandro84

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication