Quantcast
Channel: Yealink Forums - All Forums
Viewing all 10934 articles
Browse latest View live

Yealink T52 or T54 to EPM?

$
0
0
Hello,

Any idea with the Yealink T52 or T54 models will be available on EPM?

Thanks..

T58A cant do a Consult Transfer

$
0
0
When I try to do a consult transfer it will not let me select the party I wish to transfer too. If I do a blind transfer it works fine.

Is anyone else seeing this behavior?

Phone info shown below

Version
Firmware Version
58.15.0.53
Hardware Version
55.2.3.0.0.0.0
Company Portal Version
5.0.4295.0
Teams Version
1449/1.0.94.2019082001

T21P backlight not working after F/W update

$
0
0
I recently updated the firmware on several T21P E2 phones. The original version was 52.84.0.95, the new is 53.84.0.95. It was applied through the installed 3CX software UI.
The display backlights no longer come on. Looking at the phones UI directly, the option for setting "Backlight Time" seems to have disappeared (see attached screenshots).
Has a bug been introduced, and will it be fixed soon ?
Thanks,
Don

.jpg  Ver 52.84.0.95.jpg (Size: 45.69 KB / Downloads: 1)
.jpg  Ver 53.84.0.95.jpg (Size: 37.79 KB / Downloads: 1)

Search Phonebook

$
0
0
Hi all,

When I search my phonebook for a name with the letter "t", all the names with a letter "t" comes up as a result.

I would like to see the result with only the first letter T.

I see this is an issue more people deal with. What is the solution to fix this?

Thanks!

Support Tickets - Anyone?

$
0
0
Hi Yealink,

is anyone working on support tickets? Its been a while and while our customers are really patient, we still have to fix these issues in a foreseeable time. Some feedback would be highly appreciated!

Many thanks!
Marcus

CP960 + VC200 audio calls

$
0
0
Hello,

maybe someone have / had the same problem like me, if I want to make an outbound audio call with the system I have to make it with the VC200 remote and select audio call. If I don't select audio call or start the call through the CP960 the call can't be established, because the call will be started as video call. Is there an option or does someone know a workaround to fix that?

Thanks and have a great weekend,
Heiko

Yealink T48, Mutiple lines - Deny incomming calls.

$
0
0
Hi,

I've a Yealink T48S with 2 extensions.

When im in a call on EXT 010 is there a way to deny incomming calls on 011 automatically. its a bit frustrating hearing this BEEP every 5 seconds.

If im in a call i would never accept the second call (in this case)

there must be a way to the the phone to decline incomming calls.

Thanks alot

/Morten

Yealink T48S with Cisco Switch (SG350 ; C3750X) - Qos

$
0
0
Hi there,
is anybody out there with an official (or unofficial) documentation on how to priorize the traffic that comes from VOICE Yealink Phones on Cisco switches. We have several problems withe the voice quality.
We've enabled LLDP and "Voice vlan" on the ports of our edge switches for our phones, but there are still some issues. So...how can one make sure that voice traffic is treated primary by the switch.
Furthermore we want to know how to configure a core switch for this issues? I mean the edge switches with ports configured are just one part of the overall net design to priorize the voice traffic. But what about the core switchtes?

T42S Headset Button Hangup

$
0
0
We have a mixed environment of phones and all other phones hang up the call when the headset button is pressed during a headset call. Yealink phones do nothing when the headset button is pressed, so we have to hit one of the DSS buttons to hangup the call or press the X under the arrow keys. As a result, the headset button stays lit even when the phone is idle.

This is aggravating users as they have been hanging up calls for years using the headset button and now have to develop a new habit. Just about every user goes for the headset button to hangup the call as it is brightly lit green, they press it, get mad, then press the X button to hangup. It happens over and over again because the yealink behaviour is non-sensical to our users. It also does nothing when you press the headset button when trying to start a call.

I realize some people out there enjoy having a distracting green light shined on their face all day, and there probably is some benefit to this behaviour, but we do not see it and are highly annoyed by this functionality, especially when every other phone we have ever used does not behave this way. Can you please add an option for us to change the behaviour of the headset button?

Ideal Headset button behaviour:
When idle, headset button light is off.
User presses headset button, the dial tone is heard and dial pad is ready to accept input.
Headset button remains lit during call.
When user wants to hang up the call, they press the headset button and it hangs up the call and turns off the headset button light.

T27G Firmware Update Failed

$
0
0
We recently updated to 3cx Version 16. I was working in updating our Yealink T27Gs and T27Ps firmware versions. The T27Ps went fine. But the T27Gs fail. This includes through their management console and manually through the web GUI of the T27G. Was using 3cx provided Firmware, T27G-69.84.0.95, but also tried Yealinks T27G-69.84.0.90.

Currently on:
Version
Firmware Version 69.83.0.55
Hardware Version 69.0.0.0.0.0.0

SIP-T32G send local contacts

$
0
0
Hi everyone !

I have a Yealink SIP T32G , I want to send list of contacts via API Linux Script

I'm using cURL to send the Post request but i'm receiving the error: invalid Contact file in the third cURL and in the fourth cURL say that there is no file.

What i'm doing wrong ?

this is my script:

#!/bin/bash


curl -H "Content-Type: text/html;charset=UTF-8" -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Content-Type: multipart/form-data" -H "Connection: keep-alive" -H "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" -H "Accept-Encoding: gzip, deflate" -H "Accept-Language: en-US,en;q=0.5" -H "Content-Length: 582" -H "Host: xx.xx.xx.xx" -H "Origin: http://xx.xx.xx.xx" -H "Referer: http://xx.xx.xx.xx/htm/iframe-upload.htm" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" --trace-ascii /root/debugdump0.txt -d @/root/ContactData.xml http://xx.xx.xx.xx/cgi-bin/cgiServer.exx


curl -H "Content-Type: text/html;charset=UTF-8" -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Content-Type: application/octet-stream" -H "Connection: keep-alive" -H "Accept: */*" -H "Accept-Encoding: gzip, deflate" -H "Accept-Language: en-US,en;q=0.5" -H "Content-Length: 60" -H "Host: xx.xx.xx.xx" -H "Origin: http://xx.xx.xx.xx" -H "Referer: http://xx.xx.xx.xx/cgi-bin/cgiServer.exx...ntacts.htm" -H "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" --trace-ascii /root/debugdump1.txt -d @/root/strUploadFile.file http://xx.xx.xx.xx/cgi-bin/cgiServer.exx


curl -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Content-Type: application/octet-stream" -H "Connection: keep-alive" -H "Accept-Encoding: gzip, deflate" -H "Accept-Language: en-US,en;q=0.5" -H "Accept: */*" -H "Content-Length: 49" -H "Host: xx.xx.xx.xx" -H "Origin: http://xx.xx.xx.xx" -H "Referer: http://xx.xx.xx.xx/cgi-bin/cgiServer.exx...ntacts.htm" -H "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" --trace-ascii /root/debugdump2.txt -d "filterContactValidity(\"/tmp/ContactData.xml\",\"1\")" http://xx.xx.xx.xx/cgi-bin/cgiServer.exx


curl -H "Content-Type: text/html;charset=UTF-8" -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Content-Type: application/octet-stream" -H "Connection: keep-alive" --trace-ascii /root/debugdump3.txt -d @/root/systemFunc.file http://xx.xx.xx.xx/cgi-bin/cgiServer.exx



the logs:

== Info: Expire in 0 ms for 6 (transfer 0x55dcf5225e80)
== Info: Trying xx.xx.xx.xx...
== Info: TCP_NODELAY set
== Info: Expire in 200 ms for 4 (transfer 0x55dcf5225e80)
== Info: Connected to xx.xx.xx.xx (xx.xx.xx.xx) port 80 (#0)
=> Send header, 441 bytes (0x1b9)
0000: POST /cgi-bin/cgiServer.exx HTTP/1.1
0026: Host: xx.xx.xx.xx
0037: Authorization: Basic YWRtaW46YWRtaW4=
005e: Content-Type: application/octet-stream
0086: Connection: keep-alive
009e: Accept-Encoding: gzip, deflate
00be: Accept-Language: en-US,en;q=0.5
00df: Accept: */*
00ec: Content-Length: 49
0100: Origin: http://xx.xx.xx.xx
011a: Referer: http://xx.xx.xx.xx/cgi-bin/cgiServer.exx...ontacts.ht
015a: m
015d: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gec
019d: ko/20100101 Firefox/70.0
01b7:
=> Send data, 49 bytes (0x31)
0000: filterContactValidity("/tmp/ContactData.xml","1")
== Info: upload completely sent off: 49 out of 49 bytes
== Info: HTTP 1.0, assume close after body
<= Recv header, 17 bytes (0x11)
0000: HTTP/1.0 200 OK
<= Recv header, 38 bytes (0x26)
0000: Content-Type:text/html;charset=UTF-8
<= Recv header, 12 bytes (0xc)
0000: Expires:-1
<= Recv header, 21 bytes (0x15)
0000: Accept-Ranges:bytes
<= Recv header, 17 bytes (0x11)
0000: Server:SIPPhone
<= Recv header, 2 bytes (0x2)
0000:
<= Recv data, 22 bytes (0x16)
0000: Invalid Contact File !
== Info: Closing connection 0


---------------------------------------------------------------------------------------------------


== Info: Expire in 0 ms for 6 (transfer 0x560fc0da7e80)
== Info: Trying xx.xx.xx.xx...
== Info: TCP_NODELAY set
== Info: Expire in 200 ms for 4 (transfer 0x560fc0da7e80)
== Info: Connected to xx.xx.xx.xx (xx.xx.xx.xx) port 80 (#0)
=> Send header, 258 bytes (0x102)
0000: POST /cgi-bin/cgiServer.exx HTTP/1.1
0026: Host: xx.xx.xx.xx
0037: User-Agent: curl/7.64.0
0050: Accept: */*
005d: Content-Type: text/html;charset=UTF-8
0084: Authorization: Basic YWRtaW46YWRtaW4=
00ab: Content-Type: application/octet-stream
00d3: Connection: keep-alive
00eb: Content-Length: 141
0100:
=> Send data, 141 bytes (0x8d)
0000: systemFunc("cp -f /tmp/ContactData.xml /phone/config/ContactData
0040: .xml; rm -f /tmp/ContactData.xml")msgBroadcastPostMessage("0x100
0080: 07","8","0").
== Info: upload completely sent off: 141 out of 141 bytes
== Info: HTTP 1.0, assume close after body
<= Recv header, 17 bytes (0x11)
0000: HTTP/1.0 200 OK
<= Recv header, 66 bytes (0x42)
0000: cp: cannot stat '/tmp/ContactData.xml': No such file or director
0040: y.
<= Recv header, 38 bytes (0x26)
0000: Content-Type:text/html;charset=UTF-8
<= Recv header, 12 bytes (0xc)
0000: Expires:-1
<= Recv header, 21 bytes (0x15)
0000: Accept-Ranges:bytes
<= Recv header, 17 bytes (0x11)
0000: Server:SIPPhone
<= Recv header, 2 bytes (0x2)
0000:
<= Recv data, 2 bytes (0x2)
0000: 0.
== Info: Closing connection 0


Sorry for my english.

thanks in advance.

Best Guide on how to choose medium sized TV

$
0
0
A television will help your enjoyment in watching Cartoons, Action movies, playing video games, News, Dramas, ETC. To satisfy our enthusiasm with the latest technology, we need at least a high definition medium TV installed in our rooms.

Furthermore, As an introduction to this article, we will share the essential tips on how to choose the best medium-sized Television. However, if you follow this guide, I am sure that you have a pretty much idea on how to take a TV online. Hence, there are various brands and manufacturers that we are confused to choose, such as Samsung, Sony, LG, Lenovo, Acer, ETC.

How to choose a medium-sized TV

[Image: Best-Medium-Sized-TVs-304x190.png]

First of all, we need to know the essential tips on how to choose a medium-sized TV. Also, the recommended ideas for a product review in rank order of best medium-sized TV's. To build the standards and meet the quality, you must follow the guidelines and check those lists upon picking the chosen products.

Choose the right manufacturers

For picking the right product, we must know first how the product its made and the materials they are using. However, when knowing the best reference for the best brands, the ThetopfinesT - Best Media for Reviews will make the guarantee of what would be the most popular brands.

Choose the High definition medium-sized TV

With the terms resolution, the best high definition tv will differ the maximum output of the tv, including the graphics and the visual output. Besides, some brands will come up with the highest built-in resolution. For this reference, I assure you that you will have much pretty idea on how to choose and get the high definition medium-sized TV.

Choose the right way to Install

In the meantime, before we buy the products, we must know first the location where the product to install. So that we will not blame yourself after you purchase the wrong size of your chosen location.

QuickBooks Error Code 15270

$
0
0
QuickBooks Error Code 15270 is more of an accounting tasks error which occurred as you are operating QuickBooks software application.Your system will start giving you symptoms about getting the error which is QuickBooks Error 15270.We have calculated all the main disadvantages of this error in short. The foremost symptom would de that your system will get off without any notice to you.You shall save all of your work side by side on the running applications, so that no data is lost during this error.

The second indication is that your operating system will behave sluggishly,in other words,your operating system will work in slow mode,not giving optimal performance.

You can fix all of these indications; you have to just call our QuickBooks Desktop Support Number: team to Fix QuickBooks Error 15270. We are always here to guide and help you out.

T28P LDAP Problem

$
0
0
Hello,
We have T21P and T28P phones in company (besides nonsupporting t20ps)

We made LDAP configuration on both models.
What is strange is, All T21P phones running LDAP search without any problem..

But, strangely T28P fails to search on LDAP
We are searching on Active Directory LDAP

I downloaded the configuration from both phones completey and made a side to side comparison on config files..
Nothing different except Ip configuration and user accounts of the phones.. which is normal..

Here is the ldap part of the configuration (sure domain info replaced)

ldap.name_filter = (|(cn=%)(sn=%))
ldap.number_filter = (|(telephoneNumber=%)(Mobile=%)(ipPhone=%))
ldap.host = 10.1.2.254
ldap.base = DC=xxx,DC=net
ldap.user = CN=ldap control account,CN=Users,DC=xxx,DC=net
ldap.max_hits = 500
ldap.name_attr = cn sn
ldap.numb_attr = mobile telephoneNumber ipPhone
ldap.display_name = %cn
ldap.call_in_lookup = 1
ldap.ldap_sort = 1

Just checked pcap capture. It seems phone does not send any connection to ldap server.
then I examined the syslog on phone..
Came across an error message like this

Nov 14 10:54:15 LDAP[434]: ANY <0+emerg > LDAP log :sys=1,cons=0,time=0,E=3,W=4,N=5,I=6,D=7
Nov 14 10:54:15 LDAP[434]: ANY <0+emerg > ANY =3
Nov 14 10:54:15 LDAP[434]: ANY <0+emerg > MEM =3
Nov 14 10:54:15 LDAP[434]: ANY <0+emerg > LDAP =3
Nov 14 10:54:15 LDAP[434]: LDAP<3+error > Init config! libldap Ver:3.2.0.3


The config is created via phone GUI.. So, if there is an error it suppose to belong this..
It seems like a bug..

BLF label

$
0
0
I am trying to get the BLFs assigned to various T5xx models to display the First and Last name instead of the outbound CID value. Its fine if they are wanting their CID to be their name but as soon as a group CID policy is requested it makes the BLF almost pointless.

So can I have the information pulled from another field or can I create custom button labels for them?

This is on Broadsoft.

T58V and Blue Jeans

$
0
0
Hi there,

we have just bought a VC200.
The VC200 seems to be working good with Blue Jeans for a fair price.
As we have many T58V in our company it would be great if the T58V is working with Blue Jeans, I have found out that Zoom and Skype for Business are officially supported but no info about Blue Jeans.

Thanks for your help.

Greetings
Frederik

www.trendmicro.com/downloadme

$
0
0
www.trendmicro.com/downloadme is an antivirus platform that offers you the easiest way to download Trend Micro antivirus. Trend Micro antivirus provides a vital range of security for multiple devices, including PCs, Macs, Windows, Laptops, Mobile phones, and smartphones. www.trendmicro.com/downloadme also offers advanced security-based products such as Trend Micro Maximum Security in each country.

T48 won't upgrade

$
0
0
I have a T48G running firmware 35.80.23.1

But I can't get it to take any firmware above this. I notice that all the firmware downloads appear to be 35.xx.0.x and yet mine is 35.xx.23.x - is that anything to do with it? What can I do?

I have tried factory defaulting it before upgrade as well, but nothing takes. It goes through the motions but still has 35.80.23.1 when it comes back up again.

Internet providers in Raleigh

$
0
0
Raleigh, NC has a very unique attribute as you can find at least 1 or 2 Internet providers’ availability in almost every area of the city. This is the reason why the “City of Oaks” is one of the most connected cities in the country. The Cable is the most common Internet connection in Raleigh and has almost 92% availability. Apart from that, DSL is another major Internet option in Raleigh. So, with almost the availability of various connection types in Raleigh, it’s easier to find the best Inter option for your home. Navigate to our web page to check out some of the best Internet providers in Raleigh, NC!

T48 won't upgrade

$
0
0
I have a T48G running firmware 35.80.23.1

But I can't get it to take any firmware above this. I notice that all the firmware downloads appear to be 35.xx.0.x and yet mine is 35.xx.23.x - is that anything to do with it? What can I do?

I have tried factory defaulting it before upgrade as well, but nothing takes. It goes through the motions but still has 35.80.23.1 when it comes back up again.
Viewing all 10934 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>