Yealink T38G

Status
Not open for further replies.
Hi Dan,

Here is my template. I have made a few updates from the original one I posted last June. This one has the changes to allow the user selected ring tone to work properly. I also added the rest of the BLF buttons for one EXP39 expansion module.

Thanks for your help!
Paul
 

Attachments

paul1 said:
Hi Dan,

Here is my template. I have made a few updates from the original one I posted last June. This one has the changes to allow the user selected ring tone to work properly. I also added the rest of the BLF buttons for one EXP39 expansion module.

Thanks for your help!
Paul

Do you have the DialNow feature working for this template? I want to program, XXX, XXXX, XXXXXXXXXX, etc.... to dial without pushing SEND. T-26P template allows this.
 
No. My template does not deal with the dial plan at all.

Sorry.
 
I am testing a t38 phone. One thing I would like to change in the provisioning is the ability to customize the line buttons for something other than the users line over and over for 6 times. I would like to see perhaps the first two lines as the users extension then the other 4 for things such as speed dials, BLFS or whatever.

Also is there any way to remove the broadsoft section out the directories?
 
netswork said:
I am testing a t38 phone. One thing I would like to change in the provisioning is the ability to customize the line buttons for something other than the users line over and over for 6 times. I would like to see perhaps the first two lines as the users extension then the other 4 for things such as speed dials, BLFS or whatever.

Also is there any way to remove the broadsoft section out the directories?

As far as your 1st question:

I programmed my test t38 line 6 button to do recording, see this thread:

yealink-t38-and-the-3cx-provisioning-options-22716.html
 
Thanks for the response. With the Cisco 525's without the 500's expansion module the first 2 lines are the extension and the next 3 are customizable via the provisioning section. When you add the 500's then the 5 lines become the extension and the first blf is on the expansion module. Doesn't make much sense to me...who needs to handle 10 calls at once. Since you can take 2 calls per line button on the 525's. I did notice that the second call on the t38's come into the second button rather than multiple calls on the same button.

It seems like a language translation issue but I don't like that rather than "end call" or "end" or "hangup"...the soft key says "cancel" to drop the call. Perhaps there is a way to change that in the template also. I want to use these phones but having a hard time with some little things like "cancel" and the embedded broadsoft stuff. The paper button labels are also a mess.

I love the fact the t38's have gig ethernet ports. Even though the switch port on the back is labeled "internet" haha. I also really like the fact that they support the electronic handset lifter.

Is it possible to remove that little android looking picture that comes up when you receive or place a call?
 
I contacted Yealink about the label situation and they sent me this link.

http://labels.desi.com/product-exec/product_id/2811/nm/Yealink_SIP_T28P_SIP_T26P
 
Has anyone managed to provision the wallpaper/background yet?

I have BLFs, Line Keys as Park keys, Theme Setting, Line Display Name all working perfectly... I just can't seem to provision or change the wallpaper...

It's a 'Logo' on the T2x phones, but the T38 on the web interface it lists as a 'Wallpaper', but when you hover over the question mark it states its a 'background'.

The only setting I can find that is close to that in the config is "PhoneSetting.BackGrounds"

It has no setting to begin with, setting it to 0, 1 or pictures (02).png does nothing..

Hopefully someone has worked it out :)
 
I would like to know how to do this as well. I wouldn't mind doing it manually but when you reprovision the phone it puts the default back. I know when you manually modify the wall paper on the Cisco spa phones and reprovision the background stays. I have not been able to get the background on those phones set with the provision file either.
 
I've worked out the required fields using the Yealink Techincal Documents ( http://www.yealink.co.uk/technical-instructions/ )

and more specifically http://www.yealink.co.uk/assets/T38G/T32_T38%20Auto%20Provision%20Manual%201.2.1.zip

on page 39 it shows how to program the PhoneSetting.BackGrounds

eg PhoneSetting.BackGrounds = Resource:pictures (04).png

and on page 66 how to download the file

[ bin:/phone/userdata/BackGround/IMG_3156.png]
url = http://yourserverhere/file.png


So I can now get the file to download, and using the PhoneSetting.BackGrounds I can change the picture, but so far I can only reliably change the picture to a default image. I can see in the phone web interface the file.png has downloaded, and it can be selected manually. But when specified in the PhoneSetting.BackGrounds = Resource:file.png it does not apply every time. (I've had it work maybe 1 in 10 times).

Getting closer.... unless this is a bug in the 38.0.0.115 firmware...
 
I have tried and tried as well without luck.
I did see in the current template this line already exists:
PhoneSetting.BackGrounds =

tried both resource: and config: with no luck.
This set line is above the section where you load a new png - so I thought maybe that was it and tried moving things around - but no luck. manual also says this requires a reboot, so I tried adding a header to this line
[ cfg:/phone.config/user.ini, reboot=1] and that did not help.

Anyone?
 
You can upload your own logo, or background by placing this code in your provisioning template...
- - - - - - -
PhoneSetting.BackGrounds = Config:LogoT38G.png

[ bin:/phone/userdata/BackGround/LogoT38G.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/LogoT38G.png
- - - - - - -

Place your version of LogoT38.png in your provisioning folder. You can call it what ever you like, just adjust the template to match and keep in mind that the file name is case-sensitive. My logo has a transparent background so the logo appears in front of the selected Theme's background image.

Paul
 
I'll give it another shot in the morning.
My logo file is copying (i can select manually) but is not getting applied and thought I tried that code.

What firmware are you running?
 
I have had the logo working this way from 38.0.0.70 forward.

(including 38.0.0.115 & 38.0.23.3 through 38.0.23.14 from yealink.co.uk)
 
[ bin:/phone/userdata/BackGround/aavc.png]
#url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/IMG_3156.png
url = http://10.0.0.12:5000/provisioning/aavc.png

[ cfg:/phone/config/user.ini,reboot=1 ]
PhoneSetting.BackGrounds = Config:aavc.png
PhoneSetting.Theme = 0

I had this yesterday - so I thought - but now it is working...
 
craigreilly said:
[ bin:/phone/userdata/BackGround/aavc.png]
#url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/IMG_3156.png
url = http://10.0.0.12:5000/provisioning/aavc.png

[ cfg:/phone/config/user.ini,reboot=1 ]
PhoneSetting.BackGrounds = Config:aavc.png
PhoneSetting.Theme = 0

I had this yesterday - so I thought - but now it is working...

I still cannot get this to reliably work. It will download the logo 100% of the time, but it will not apply the logo. It still has to be manually selected from the menu (Or via web interface).

However if I specify an existing background that's on the system, its fine.

I'm not sure that user.ini reboot is actually rebooting the phone however...
 
Sorry friend. It is working 100% for me. I tried several times deleting the logo (it returns to flowers) and then rebooting phone.
My logo comes back.

I have those items at near bottom of the template file.
 
Yealink just posted a newer firmware

SIP-T38G Firmware 38.70.0.80 Sep 26,2012

I've just provisioned 4 handsets with this firmware and my logo's are deploying correctly everytime!

So it appears this firmware has fixed my issues.
 
Lots of great features in the new firmware and a half feature too.
They added a multicast paging button assignment - but I can not find where to setup the multicast listener so people can hear the multicast page.
Am I just missing it?
 
Status
Not open for further replies.

Latest Posts

Members Online Now

No members online now.

Forum statistics

Threads
111,844
Messages
589,330
Members
164,680
Latest member
JV J