PIONEERS Yealink T46G phone

Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
In t*f*t*p servers directory place the y000000000028.cfg file. Set the phones "Server URL" to t*f*t*p://xxx.xxx.xxx.xxx
 

pacpac

Member
Joined
Jul 27, 2013
Messages
39
Reaction score
0
I am unable to get the phone to grab the .cfg file. I have renamed Common.cfg (.cfg file from Yealink) to y000000000028.cfg and uploaded to /tftpboot on the server, set file permissions to 777. In the phone I set t*f*t*p://xxx.xxx.xxx.xxx. When I click 'Autoprovision Now, the screen (Web GUI) says: "Configuring updating..." for about 10 secs, then briefly "Operation is done!", then goes back to the Settings- Auto Provision screen on the phone. But, nothing happens on the phone itself. What am I doing wrong?
 

pacpac

Member
Joined
Jul 27, 2013
Messages
39
Reaction score
0
Got it to work, installed Tftpd64 on my Windows 7 machine, set the t*f*t*p directory, placed the Yealink common.cfg file there, renamed to y000000000028.cfg and configured the W7 machine IP in the phone. Works just perfect (tested a few parameters and increased mic sensitivity . Thanks!
 

asmtechsol

Guru
Joined
Jan 25, 2011
Messages
6
Reaction score
4
We recently created a Visual Parking XML Script for the Yealink T46G.

BSWOU5xCMAAE2X3.jpg


This script is offered on a AS-IS basis without warranties or conditions of any kind.

It currently shows the caller id name and number along with how long each call has been parked.

The displayed parked calls data can be fully customized by simply modifying the PHP code accordingly.

This script also gives you the ability to select a call and pick it up.

It uses the Asterisk API to query asterisk and to show all parked calls.

You will need to create a API Manager name and Secret in FreePBX and set your permits and denys accordingly.

This script has been tested and works on both PBX In a Flash and the FreePBX Distro.

There are a few minor flaws with this script that still need to be corrected:

1. No error checking - When there is no parked calls the script will display NO ADDITIONAL PARKED CALLS , after listing all the parked calls this will also display (as shown)

2. Your CALLER ID Name or Caller ID Prefix CANNOT contain a colon or semicolon (otherwise parts of your caller ID will not display)

Instructions:
unzip park.zip

modify the API_USER and API_PASS variables in park.php to match that of a API user on your system

upload the park.php file in your /var/www/html/yealink directory

modify piaf.php and add the following menu item

echo '<MenuItem>'."\n";
echo '<Prompt>List Parked Calls</Prompt>'."\n";
echo "<URI>http://$internip/yealink/park.php</URI>"."\n";
echo '</MenuItem>'."\n";

you can also point one of your softkeys on your T46G directly to the Park script and have direct one button access (ie. a button labeled Park List)
 

Attachments

  • park.zip
    1.1 KB · Views: 90

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Great job!!!

By default, PIAF systems have the following API settings:

Code:
$API_USER="admin";
$API_PASS="amp111";

If you're using Travelin' Man WhiteLists, LAN access to your server should already be enabled.
 

asmtechsol

Guru
Joined
Jan 25, 2011
Messages
6
Reaction score
4
Thank you Ward.

As per your suggestion I have updated the script so the defaults are now the PIAF defaults.

PHP:
$API_USER="admin";
$API_PASS="amp111";

PIAF users should be able to just download the below file and shouldn't need to make any modifications to get up and running
 

Attachments

  • park-piaf.zip
    1.1 KB · Views: 76

Brian Simmons

Active Member
Joined
May 22, 2013
Messages
166
Reaction score
35
Now this is a script that I can use! Thanks for the great work creating it!

I've just ordered one of these phones to see if the office like it. We have been talking about building out a PIAF system for our main office for about 4 months now, but since I was finally able to get in on the Sangoma deal, we are moving forward with it.
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
T46G Easily Store and Restore individual UI configuration pages

Need to save or restore a single configuration page to the T46G? Use the IE Browser and save the page as an Archive file (.mht). You can Open that file at anytime, save the page normally via the Confirm button on the phones UI page and it will send it to the phone. The entire page will be restored to the phone.

Although you can already import and export the phones entire configuration there are times when that is not desirable. For example, once you have uploaded a VPN configuration there is no way to strip it out of the exported configuration. You can disable it but its still there. This method allows you to reset the phone to factory defaults and then put back your pages. This is also useful for cloning another phone.
 

asmtechsol

Guru
Joined
Jan 25, 2011
Messages
6
Reaction score
4
Yealink T46G New Firmware released 28.71.0.155
Fixes Distinctive Ringing and other issues.

looks like it fixes several issues
release notes and download is here:

http://www.yealink.com/SupportDownloadfiles_detail.aspx?CateId=310&flag=142

http://www.yealink.com/Upload/T4X/GA/Yealink SIP Phone-T46G Release Note of Version 71.pdf

Initially i was having issues getting distinctive ring to work with these phones.
I am happy to report that distinctive ring now works after applying this firmware upgrade.

Has anyone had success in getting Intercom Barge working on these phones yet?
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
Be aware that I've noticed that a reboot does not always insure that an Autoprovision cfg file change will always take effect.

voice.side_tone= -3 for example seems to require a power down vs. a reboot.
 

asmtechsol

Guru
Joined
Jan 25, 2011
Messages
6
Reaction score
4
Be aware that I've noticed that a reboot does not always insure that an Autoprovision cfg file change will always take effect.

voice.side_tone= -3 for example seems to require a power down vs. a reboot.

Brian - Thanks for your reply - That's great info for anyone having challenges with their configs. I have also tried powering down the phones after enabling Intercom Barge and still does not work.
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
I tried both the UI and the provisioning file and neither worked for Barge so I guess its a bug.

Update: I had mistakenly been thinking of a Page as equal to an Intercom call so I retested this morning using an Asterisk intercom call (*80) and a call from another T46G with an Intercom button. Neither worked. I'll leave a note on the Yealink Forum.
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
Yealink replied to the Barge issue:

I tested here with this firmware, and intercom barge works.
Did you enable Intercom Barge in the webpage?
And are the accounts you using can support it?
Thanks.

Maybe you'd (asmtechsol) like to jump in to the thread on their support site.
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
The latest firmware (28.71.0.155) is considered a commercial release.

http://yealink.com/SupportDownloadfiles_detail.aspx?ProductsID=567&CateID=310&flag=142

Apparently that means that they update the support documents AND support files like the common.cfg and mac.cfg.
There are in fact new entries in those files.

As an aside I have to compliment Yealink for their support of this phone. Their support people have been very responsive on their forum and via email.
 

DaveDog

Member
Joined
Jun 12, 2013
Messages
46
Reaction score
4
received my T46G today and loving it. One problem, the hanset has a rattle like the ear speaker is loose. On the plus side, a polycom 330 handset fits in the T46 cradle nearly perfectly
 

pmoore4321

New Member
Joined
Jun 21, 2009
Messages
1
Reaction score
0
Yealink T46G New Firmware released 28.71.0.155
Fixes Distinctive Ringing and other issues.

looks like it fixes several issues
release notes and download is here:

http://www.yealink.com/SupportDownloadfiles_detail.aspx?CateId=310&flag=142

http://www.yealink.com/Upload/T4X/GA/Yealink SIP Phone-T46G Release Note of Version 71.pdf

Initially i was having issues getting distinctive ring to work with these phones.
I am happy to report that distinctive ring now works after applying this firmware upgrade.

Has anyone had success in getting Intercom Barge working on these phones yet?


Anyone know what happend to the firmware download? Seems to have disappeared from the Yealink site.
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
They had a site problem last night. Perhaps they are working from a backup right now. I don't know of any reason to have pulled it so lets see what happens later....
 

Members online

No members online now.

Forum statistics

Threads
25,782
Messages
167,509
Members
19,202
Latest member
pbxnewguy
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top