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

Have second operator listen to call through Headset

$
0
0
Is it possible for someone to listen to the call through a headset while the operator is using the handset?

RPS API - Authentication Error

$
0
0
Good day.

I am working on connecting to the RPS API using the new version (REST server using Access Key and Access Key Secret) from POSTMAN.

But I receive the error: 401 - signature.invalid

I attach the code in postman (Pre-request script):

function getTimestp(){
dt = new Date();
return dt.getTime();
}

function getNonce(){
function s4() {
return Math.floor((1 + Math.random()) * 0x10000)
.toString(16)
.substring(1);
}
return s4() + s4() + s4() + s4() + s4() + s4() + s4() + s4();
}


xkey = "AccessKey";
xsecret = "SecretKey";
xtimest = getTimestp();
xnonce = getNonce();

xheaders = "X-Ca-Key:"+xkey+"\n"+"X-Ca-Nonce:"+xnonce+"\n"+"X-Ca-Timestamp:"+xtimest;

param = pm.request.body.formdata;
dp = Object.values(param);
lg = dp[0];

stparam = "";

for(i=0;i<lg.length;i++){
aPam = lg[i];

equal = "=";
if(aPam["value"] === ""){
equal = "";
}

if(i+1 == lg.length){
stparam += aPam["key"]+equal+aPam["value"];
}else{
stparam += aPam["key"]+equal+aPam["value"]+"&";
}
}


stringToSign = "POST\n"+xheaders+"\n"+pm.request.url.getPath()+"\n"+stparam;

signatureutf8 = CryptoJS.enc.Utf8.parse(stringToSign);
secretByteArray = CryptoJS.enc.Utf8.parse(xsecret);
signatureBytes = CryptoJS.HmacSHA256(signatureutf8,secretByteArray);
requestSignatureBase64String = CryptoJS.enc.Base64.stringify(signatureBytes);

pm.environment.set("signature",requestSignatureBase64String);

T46S multiple line - on hold issue

$
0
0
Experts,

i know I am missing something. I have three lines configured as:
linekey.1.value = 0
linekey.1.line = 1
linekey.1.type = 15
linekey.1.value = 0
linekey.2.line = 1
linekey.2.type = 15
linekey.2.value = 0
linekey.3.line = 1
linekey.3.type = 15
linekey.3.value = 0

If somebody 1 calls (line 1) I can put that on hold
if somebody 2 calls I cannot put that on hold = I can only swap it
if somebody 3 calls I can put that on hold

If I have all 3 lines I can all put on hold - how can I fix the option 2 with two lines = I would like to put second line on hold as well. I know I am missing something here.

Speed dial Key adds pickup code when it shouldn't

$
0
0
See https://community.freepbx.org/t/yealink-...-key/63083 for reference

I have an issue with T46S and T54W phones.
When I configure a Speed Dial DSS Key, the pickup code (**) is dialed after the phone number, every time.

In the administration manual, here's what is mentionned for the linekey.x.extension


Parameter linekey.X.extension[1]
Description
For multicast paging:
It configures the channel of multicast paging group.
For BLF/BLF list/intercom feature:
It configures the pickup code.
Note: It is only applicable when “linekey.X.type” is set to 14, 16, 24 or 39. It is not
applicable to T19(P) E2 IP phones.


Speed dial is a type 13, so it shouldn't dial the pickup code, but it does. Also, there is no linekey.X.extension setting in the provisioning file.

Is this a know situation ?

BToE Update

$
0
0
I have deployed BToE via group policy and this is working, I have deployed version 6.0.15.0 however the client keeps mentioning that there is a newer 6.0.12.0

Is there a way to stop the Yealink BToE checking for updates?

Mcafee.com/activate

$
0
0
Get protected by mcafee antivirus for overall protection of your device whether it is windows, linux or mac.Ensure
to be safe from all kind of viruses, malwares and spyware. It protect your device as well prevent online threat
to be installed on your system automatically.
mcafee.com/activate

RPS API - Authentication Error

$
0
0
Good day.

I am working on connecting to the RPS API using the new version (REST server using Access Key and Access Key Secret) from POSTMAN.

But I receive the error: 401 - signature.invalid

I attach the code in postman (Pre-request script):

function getTimestp(){
dt = new Date();
return dt.getTime();
}

function getNonce(){
function s4() {
return Math.floor((1 + Math.random()) * 0x10000)
.toString(16)
.substring(1);
}
return s4() + s4() + s4() + s4() + s4() + s4() + s4() + s4();
}


xkey = "AccessKey";
xsecret = "SecretKey";
xtimest = getTimestp();
xnonce = getNonce();

xheaders = "X-Ca-Key:"+xkey+"\n"+"X-Ca-Nonce:"+xnonce+"\n"+"X-Ca-Timestamp:"+xtimest;

param = pm.request.body.formdata;
dp = Object.values(param);
lg = dp[0];

stparam = "";

for(i=0;i<lg.length;i++){
aPam = lg[i];

equal = "=";
if(aPam["value"] === ""){
equal = "";
}

if(i+1 == lg.length){
stparam += aPam["key"]+equal+aPam["value"];
}else{
stparam += aPam["key"]+equal+aPam["value"]+"&";
}
}


stringToSign = "POST\n"+xheaders+"\n"+pm.request.url.getPath()+"\n"+stparam;

signatureutf8 = CryptoJS.enc.Utf8.parse(stringToSign);
secretByteArray = CryptoJS.enc.Utf8.parse(xsecret);
signatureBytes = CryptoJS.HmacSHA256(signatureutf8,secretByteArray);
requestSignatureBase64String = CryptoJS.enc.Base64.stringify(signatureBytes);

pm.environment.set("signature",requestSignatureBase64String);

Dial plan - How to include # at end of dial string

$
0
0
Trying to configure dial plan to include the # symbol at the end of the dial number or string. We have Yealink Phones working with an Avaya PBX system which accepts short codes e.g. Call pickup Extension would be *32*2345# where 2345 is the extension number. However when entering
the short code sequence on the Yealink Phone you get "Invalid Number" when you enter #

Drivers for Mshare

$
0
0
I have 10 Yealink MShare units that I need to connect to a NUC however I don't have the drivers where can I download these ?

How to access AVG support center

$
0
0
If you are using AVG antivirus on your computer, you can be reasonably sure of safety from all kinds of online threats. This program continues to work silently in the background, providing real time protection to the customer.

Do you find that you cannot uninstall AVG from your computer? Is your AVG removal tool not working? Do not worry as you have complete AVG support available to you on your own phone.

EXP50 FreePBX certification

$
0
0
EXP50 is still not available in FreePBX Endpoint Manager.

People at FreePBX are telling us to request this with Yealink (that's what I'm doing now Big Grin )

Is the EXP50 certification process under way with FreePBX ?

For now, I have to use the EXP40 template for the first two pages and configure the third page manually from the phone's web interface. I think that a lot of people are waiting for this.

MRG World Ultimus Sector 90 Gurgaon

$
0
0
Mrg World Ultimus Affordable Sector 90 Gurgaon wait is over now booking is open for 2 BHK Apartments, MRG Ultimus Sector 90 Gurgaon application forms are available to book your dream home in Gurugram. The Main Aim of MRG World Ultimus is to make 2 BHK, luxurious apartment with 50% open area and easy access to sunlight and Air including high-class amenities such as 24*7 water supply with power backup facility, Creche, Safe playing zone for Children, comfortable, speedy lifts and much more. Call 9250933999 OR Visit: https://www.orionrealtors.com/mrg-world-...rgaon.html

Is Page Speed Important For SEO, Why & How To Maximize Page Speed?

$
0
0
A Website Pagespeed is something that is regularly overlooked while making a site. In any case, it is crucial for the two clients and search engines.
Page speed alludes to the measure of time a guest needs to hold up until your page is stacked totally. Sites that take ages to stack are unquestionably punished by Google for being excessively moderate. 40% of individuals leave a site that sets aside more effort to load and 80% of clients won't return.
Throughout the years, the interest for speed is expanded as the business becomes increasingly mindful of the chances to produce focused on leads and upgrade income through SEO.
Great page speed will remunerate you better natural outcomes. Page speed is a significant part of client commitment and lead age. A quick site implies better transformations. Peruse additionally: How to pick an SEO Company.
We are going to discover why pagespeed has become a basic factor for SEO, factors influencing your page speed and how to augment it.

Also, Read –
Best and affordable SEO company in Delhi for SEO services.

How about we begin.
Why Page Speed is significant?

Client Experience:
The primary goal of your site is to create leads. It's a well-known fact that a positive client experience frequently prompts a superior transformation rate. The site which stacks gradually baffles the client and results in awful client experience while a quick site guarantees a decent client experience. Potential purchasers frequently think about a moderate site as a conniving site. A one-second postponement in page load time could cost you a noteworthy misfortune in the transformation rate as clients will be bound to leave your site.

SEO and Keyword Rankings:

In 2010, Google declared that it will see page speed as a ranking variable. Throughout the years, Google is concentrating on conveying the most ideal on location client experience. Thus, to that rationale Page speed become a significant SEO factor. On the off chance that your page sets aside a long effort to transfer, at that point you're taking on a losing conflict for top natural outcomes. Regardless of how proficient your web composition or nature of your substance is, Google will, in any case, punish you. Then again, a quicker page guarantees rich client experience, less working costs, better rankings, and transformations.

Lead Generation and Customer Engagement:
Your web composition or substance quality doesn't make a difference much if your site takes over 3 seconds to stack. Almost certain, clients have no issue in moving onto the following one and never return again. A moderate site executes transformation rates and client commitment. A site having incredible speed has more online visits and creates enormous incomes.

Sign of Quality:
Just as realize that the initial introduction holds the key in the present business scenes. Thus, page speed makes the initial introduction in the psyche of your guests. On the off chance that a company has a less page speed or low-quality site, numerous clients will accept that the remainder of the company pursues a similar suit. One of the principal reasons is the poor decision of the host that may additionally expand the danger of security dangers. Mentally, individuals find quicker sites as increasingly proficient and dependable. In this way, you have to improve your webpage speed and site quality to stretch out beyond the approaching challenge.

Why your Page Speed is Very Low?

Page speed is low a direct result of
Unoptimized Browser and Apps:

Certain applications like glimmer are liable for low page speed. As they are not good with numerous cell phones. A few programs, for example, Google Chrome don't function admirably with some modules. Along these lines, Make sure to test your site's page speed on various programs to perceive how it runs.

The poor decision of Web Hosting:

Your web facilitating company can majorly affect your site's page speed. On the off chance that there aren't numerous assets on the server, there is a decent possibility your site will encounter moderate page speed. Over the long haul, a modest host could prompt moderate page speed exhibitions. Along these lines, you have to pick the correct host that is applicable to your business size.

Your topic:
A convoluted topic can hamper your site's page speed execution. In reality, certain exceptionally planned subjects are truly overwhelming as they contain bunches of impacts with them which can punish your page speed.

Smaller Code:
On the off chance that your HTML/CSS code isn't productive or excessively minimal, it will affect your heap time. Want to tidy up your code for better execution.

Document Types and Sizes:
Transferring top-notch pictures on your site can bring down your page speed. This is on the grounds that High-quality pictures are very substantial. In this way, it is smarter to pack your pictures before transferring them to the site. Use Jpeg for photos and PNG for visuals to keep up their quality.

Outer Embedded Media:
Outer media, for example, Videos, picture slideshows, and music can be an extraordinary wellspring of substance yet it will to a great extent bring down your heap time. As they add more codes to your page, influencing page speed. The arrangement is to have the recordings all alone server to increase some heap time.

An excessive number of Plugins and Widgets:
You may not mindful of it but rather modules and gadgets can affect your page speed. More the gadgets and modules you introduce, the additional time it will take to stack. Some modules can strife with one another and many are not refreshed for quite a while which will additionally hinder your site speed.

A lot of Online Ads:
Online advertisements are one of the significant approaches to adapt your site however close to pestering your guests, such a large number of promotions will bring down your site's page speed. As they contain advertisement organize codes that are for the most part dependent on JavaScript.

How to Maximize your PageSpeed?
To boost your site pagespeed you can do.
Picture Optimization:
As substantial pictures will bring down your page speed, so while transferring pictures, guarantee that they are little sizes (in a perfect world in Kilobytes), else it may set aside a more extended effort to stack on your page. Likewise, utilize appropriate document arrangements, for example, PNG and GIF for symbols and different visuals and JPEG for photographs. In case you're on WordPress, you can introduce WP Smush or short pixel picture streamlining agent to decrease document sizes without losing quality.

Empower pressure:
Another approach to accelerate your website page load time is to pack them. Pressure chops down the number of bytes a page is sending over a system, consequently diminishing the HTTP reaction. By utilizing the Gzip pressure instrument, you can decrease download time by up to 70%.

Spread your substance with CDNs:
Since the location of the client impacts site page speed, spreading your substance crosswise over servers will quicken this procedure. You can pick CDN (Content Delivery Network). CDN is only an assortment of servers that are put in better places to convey web substance to guests. A CDN shrivels document size and sends records quicker to the locations which are nearer to the site guest.


Breaking point the number of modules:
Introducing such a large number of modules won't just affect your site page speed yet additionally make it defenseless against security dangers also. A lot of beneficial thing in some cases become terrible. Thus, what you can do is, Remove or Deactivate some pointless modules that you think can hinder your page speed, at that point measure server execution. Along these lines, you can investigate which module is hindering your site speed.

Influence program storing:
At whatever point a client visits your site, their program will store the segments of a website page in the client's reserve. This will lessen the number of HTTP demands on the server and affix the things up next time that the client visits your site. Use "Terminate" headers for cacheable assets like CSS, JS, PDF documents, and so on. It advises a server for to what extent to reserve a thing. It is perfect to set static records to one year into what's to come.

Empower HTTP keep-alive reaction headers:
HTTP demands are simple as they get and send a record and afterward exit. That may be basic, in any case, it isn't brisk. Keep-alive is a stunt that advises the program and server to utilize a similar association with getting and send a few records. It will accelerate your site execution.

Pick a Trusted web to have:
Deciding on the correct web facilitating plan is a savvy business thought to improve site execution. A modest facilitating plan may set aside your cash toward the start yet over the long haul, you may wind up paying significantly more so as to serve your site prerequisites. Must pick a dependable web have with an assortment of facilitating plans to handle all your site assets.

Test Your Website Performance.
On the off chance that you are having webpage speed issues or you need to think about your site execution, there are barely any apparatuses which you can use to test and improve your site page speed

Page Speed Insights:
This is Google's Expert device for web Developers to improve Website Page Speed. You simply need to drop URL into the textbox and inside a tick of a catch; you'll get your report.
You will discover proposals for execution into low, medium and high need. It is perhaps the best device for breaking down and improving site speed.

Pingdom Website Speed Test:
This instrument will test the speed of your site. The outcomes depend on what genuine clients experience in light of the fact that the Pingdom tests load speed, records execution information and more on internet browsers including Google Chrome. The outcomes will give you how quick, slow or huge a specific page is.

Yslow:
Yslow is a Yahoo apparatus that dissects a page dependent on rules for elite pages. It gives you a rundown of a page's segments, shows details, proposes execution examination instruments and afterward prescribes what you have to do to improve your site execution.

End
While making a site cooler and alluring, page speed backs off. Things being what they are, while including another code, module or media, you may need to imagine that whether it will affect your on-page and site speed? Set aside some effort to check your site page speed with the apparatuses referenced previously. In the event that you discover your site is stacking over three seconds, don't freeze. Simply pursue the proposals and make upgrades. Disregarding your site's page speed is definitely not a savvy thought since Google will punish you for the terrible client experience.

EXP50 FreePBX certification

$
0
0
EXP50 is still not available in FreePBX Endpoint Manager.

People at FreePBX are telling us to request this with Yealink (that's what I'm doing now Big Grin )

Is the EXP50 certification process under way with FreePBX ?

For now, I have to use the EXP40 template for the first two pages and configure the third page manually from the phone's web interface. I think that a lot of people are waiting for this.

Lợi ích khi sử dụng miếng dán hạ sốt cho trẻ em

$
0
0
Theo Giadinhlavogia.com.vn Do hệ miễn dịch chưa hoàn thiện, trẻ em rất dễ bị sốt do nhiễm virus hay vi khuẩn. Khi con sốt cao, bố mẹ thường tìm mọi cách để hạ sốt cho trẻ. Trong đó, việc dùng miếng dán hạ sốt cho trẻ là lựa chọn hàng đầu vì sự tiện lợi và nhanh sử dụng.

[/b]
Về cơ bản, có hai cách để hạ sốt: dùng thuốc hạ sốt hoặc dùng phương pháp điều trị làm mát từ bên ngoài cơ thể. Việc làm mát ngoài cơ thể để hạ sốt cho bé bằng cách lau người bằng nước ấm, đắp khăn ấm lên trán, bẹn, nách của trẻ. Ngoài ra, dùng miếng dán hạ sốt cũng là giải pháp đơn giản, nhanh chóng để giúp giảm nhiệt cho bé.

Các lợi ích dễ thấy của miếng dán hạ sốt:
Cơ chế thoát hơi nước giúp hạ sốt: Miếng dán hạ sốt thường thành phần chứa Hydrogel thân nước giúp làm mát lạnh tự nhiên. Đắp miếng dán hạ sốt cho trẻ giúp thoát hơi nước ra khỏi cơ thể theo cơ chế khuếch tán ra ngoài.
Tiện lợi trong việc sử dụng: phụ huynh chỉ cần bóc lớp vỏ, dán miếng dán vào trán của trẻ.
Tránh lạm dụng thuốc hạ sốt: Đối với trẻ sơ sinh hoặc các bé khó uống thuốc thì việc cho bé uống đủ liều hạ sốt là rất khó khăn. Đặc biệt nhiều bé có phản ứng nôn, trớ khi uống thuốc làm mất tác dụng của thuốc. Khi đó, bố mẹ dán miếng dán hạ sốt cho trẻ em là lựa chọn giảm nhiệt hợp lý.
Miếng dán hạ sốt dành cho trẻ sơ sinh:[b] Các loại miếng dán hạ sốt phần nhiều có thể dùng được cho trẻ sơ sinh vì đều chứa các thành phần an toàn, lành tính, không gây dị ứng và hại da.
Làm mát trong thời gian dài: Khác với tác dụng của thuốc hạ sốt trong khoảng 5 tiếng thì miếng dán hạ sốt có thể làm mát trong thời gian dài, lên tới 10 tiếng.
>> Xem thêm Giải pháp hạ sốt an toàn và hiệu quả cho trẻ nhỏ
Cách chọn miếng dán hạ sốt cho trẻ em và trẻ sơ sinh
Khi tới hiệu thuốc, bạn có thể thấy rất nhiều loại miếng dán hạ sốt của nhiều hãng khác nhau từ trong và ngoài nước. Nhiều loại nên sẽ có mức giá khác nhau tuy nhiên phần lớn đều có công dụng hạ sốt và chườm lạnh.


Có nhiều loại miếng dán hạ sốt khác nhau

Có các loại miếng dán xuất xứ Nhật Bản, Mỹ, Đức,… có giá thành cao hơn nhiều so với các loại miếng dán hạ sốt sản xuất tại Việt Nam. Thậm chí có các loại miếng dán hạ sốt là hàng xách tay từ nước ngoài. Tuy nhiên, khi chọn hạ sốt cho con mình các bố mẹ nên sáng suốt lựa chọn loại miếng dán an toàn với con mình cũng như phù hợp với điều kiện gia đình của mình. Nên ưu tiên các thương hiệu có uy tín và được cấp phép lưu hành tại Việt Nam. Do đáp ứng đủ các tiêu chuẩn của Bộ Y tế Việt Nam sẽ phù hợp với cơ thể trẻ Việt.
>> Xem thêm Sốt có lợi gì đối với cơ thể?

Điều cần biết trước khi dùng miếng dán hạ sốt cho trẻ
Miếng dán hạ sốt có khả năng hạ sốt nhanh chóng và tiện lợi tuy nhiên các phụ huynh cũng nên chú ý tới các tác dụng phụ khi dùng cho trẻ. Một số trẻ dễ bị dị ứng có thể không hợp với các loại miếng dán hạ sốt chứa tinh dầu.


Đối với trẻ sốt cao trên 38°5 C thì cần dùng thuốc hạ sốt

Trường hợp trẻ bị viêm phổi tuyệt đối không nên dùng miếng dán hạ sốt. Do dùng miếng dán hạ sốt khiến hệ hô hấp của trẻ càng tổn thương do phải hoạt động nhiều hơn, gây khó khăn trong quá trình điều trị.

Đối với trẻ sốt cao trên 38°5 C thì cần dùng thuốc hạ sốt hoặc tới gặp bác sĩ chứ không nên chỉ dùng miếng dán hạ sốt điều trị tại nhà. Do nếu trẻ sốt cao trong thời gian dài có thể gây co giật, có khả năng biến chứng về não cho trẻ.

Khi trẻ bị ốm, sốt bố mẹ nên đưa trẻ tới phòng khám và bệnh viện để được thăm khám và kết luận bệnh. Trước khi dùng miếng dán hạ sốt nên hỏi ý kiến bác sĩ.
Nên mua miếng dán hạ sốt cho trẻ ở các nhà thuốc có uy tín và sử dụng theo đúng chỉ dẫn của bác sĩ và hướng dẫn đi kèm.

Miếng dán hạ sốt Sakura – An toàn cho trẻ, hạ sốt nhanh chóng
Miếng dán hạ sốt Sakura với nguồn gốc thảo dược giúp làm mát cơ thể do thành phần chứa Hydrogel thân nước mát lạnh, cho trẻ hạ sốt nhanh chóng. Sản phẩm an toàn khi dùng, khả năng dính tốt và dễ gỡ mà không làm đau trẻ. Đặc biệt các thành phần an toàn, lành tính không gây dị ứng cho da của trẻ kể cả trẻ sơ sinh.


Miếng dán hạ sốt Sakura – Hiệu quả mát lạnh trong suốt 10 tiếng

Miếng dán hạ sốt cho trẻ Sakura có hiệu quả làm mát liên tục trong 10 tiếng. Bố mẹ có thể dán nhiều miếng ở nhiều vị trí trên cơ thể trẻ như: trán, nách, bẹn giúp tăng khả năng hạ sốt của Sakura.
Nguồn: https://nhatnhat.com/bi-quyet-dung-mieng...-cach.html

Song Phát với tinh thần thể thao rèn luyện thể chất

$
0
0
Cùng với nhiệm vụ phấn đấu hoàn thành tốt công việc Công ty Xây Dựng Song Phát luôn chú trọng đẩy mạnh công tác xây dựng văn hóa trong Công ty. Trong đó việc tổ chức các hoạt động Văn hóa thể dục - thể thao là một phần quan trọng trong xây dựng văn hóa.

Đồng thời đã tạo thêm sân chơi mới, giải trí lành mạnh, rèn luyện thể lực tạo không khí vui tươi phấn khởi trong toàn Công ty, giúp CBCNV tái tạo sức lao động để góp phần nâng cao sức khỏe, nâng cao đời sống tinh thần, tạo mối quan hệ thân thiết, đoàn kết giữa các CBCNV và các đơn vị trong toàn Công ty, góp phần nâng cao năng suất, hoàn thành tốt các chỉ tiêu công việc.

Đặc biết giúp các Kỹ Sư - Kiến Trúc Sư Song Phát giải tỏa áp lực công việc thêm vào đó tạo thêm sự phấn khởi trong việc thiết kế kiến trúc nhà đẹp hơn nữa - thi công hoàn thiện mặt tiền nhà phố tốt hơn

Đồng thời không thể thiếu việc tổ chức sinh nhật hàng tháng cho các nhân viên trong công ty - góp phần tạo thêm niềm vui tăng thêm năng lượng làm việc. Để chúng tôi tạo nên những mẫu nhà phố hiện đại phục vụ cho quý khách hàng trong ngành xây dựng nhà phố hiện nay.

Tóm lại, việc thực hiện các hoạt động thể dục – thể thao hằng tuần tại Song Phát đã góp phần trong việc thực thi văn hóa doanh nghiệp tại Công ty, tiếp tục khẳng định bản sắc và nét đẹp về văn hóa cũng như tinh thần của toàn thể nhân viên Song Phát.

Công ty Cổ Phần Kiến Trúc Xây Dựng Song Phát.

Địa chỉ: Địa chỉ: 36/1 Bàu Cát 1, Phường 14, Q.Tân Bình, Tp.HCM

Hotline: 0901.85.98.98 hoặc 0901.83.98.98

Email: songphat@xaynhapho.com.vn

Website: https://www.xaynhapho.com.vn/

EXP50 FreePBX certification

$
0
0
EXP50 is still not available in FreePBX Endpoint Manager.

People at FreePBX are telling us to request this with Yealink (that's what I'm doing now Big Grin )

Is the EXP50 certification process under way with FreePBX ?

For now, I have to use the EXP40 template for the first two pages and configure the third page manually from the phone's web interface. I think that a lot of people are waiting for this.

HDCP Error on roku

$
0
0
If you end up with some issues on Roku Link Enter Code, then you need to check the activation steps on the Roku official site. Follow the instruction that appears on the screen and resolve the issue regarding the activation code on the Roku
Do you need help and guidance to resolve the issue? then get help from our excellent customer support team and resolve your issue through the call to the toll-free number or visit roku.com/link

EXP50 FreePBX certification

$
0
0
EXP50 is still not available in FreePBX Endpoint Manager.

People at FreePBX are telling us to request this with Yealink (that's what I'm doing now Big Grin )

Is the EXP50 certification process under way with FreePBX ?

For now, I have to use the EXP40 template for the first two pages and configure the third page manually from the phone's web interface. I think that a lot of people are waiting for this.

Wifi will work ?

$
0
0
Hey there. I have a T46G with 28.83.0.53 firmware (just got it a few weeks ago). Which WiFi dongle to use, and does anyone have any issues with it ?
Viewing all 10934 articles
Browse latest View live


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