Topic: Yealink Provisioning Files [Comments: 21]
armandomuniz305
Tue, 01/25/2011 - 08:39 | Yealink Provisioning Files
I made these files from the templates I received from Moshe he had most of it done so I lot of credit goes to Him.
Thanks Moshe
These are the files for Eastern Time zone you have to edit them
Change pasword for admin user
Change the name of the upgrade file
make sure they are pointing to the correct place
These are real easy nothing to it.
MAKE SURE YOU REMOVE THE txt AT THE END OF EACH FILE THEY SHOULD END WITH cfg
EXCEPT FOR models.txt





Tue, 01/25/2011 - 17:10 | why two different models for
why two different models for PST and EST?
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Tue, 01/25/2011 - 17:14 | I like to keep them seperate
I like to keep them seperate easier for me to organize and find things in them, But you are correct they can be consolidated and would be easier for others.
Thanks
Armando Muniz
ActiveServe Inc.
Miami Florida
Tue, 01/25/2011 - 20:42 | i was afraid you didnt know
i was afraid you didnt know about the third level of hierarchy. By creating a subdirectory in user_provisioning/ named the same name as the tenant, you can move a copy of any of those files into there, modify it, and it will use that template for the same model name. This means you dont needessly need to make an EST and PST timzone versoin of the the same file. Just create a version, and if a customer needs overrides, copy it into their directory to do them :-)
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Thu, 02/03/2011 - 04:20 | more buttons
is there any way of getting a higher button count in the drop down for auto provisioning?
the yealink's LCD expansion key module has 39 programable keys on it, but the drop down only goes as high as 25... Also, the first key's number is Zero (0) which is also inaccessable.
Any Work arounds?
Thanks
Thu, 02/03/2011 - 21:00 | this has been addressed many
this has been addressed many times. Currently there will not be any more than 25 buttons. Each and every 'button' has to be coded in perl and then hidden. Your phone requires 39, the Aastra one needs 126, the linksys one supports up to 72, the polycom expands to 42 plus the 6 on the phone. Considering these are always a single phone in the group you could always alter the file manually after its been created and remove it from devices.txt . Another option is to use a PC program like isymphony instead of a physical console. In the future, should the design of the portal change from perl, this could be re-assessed.
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Thu, 02/03/2011 - 21:47 | oh well
i guess i'll just substitute the ${BUTTON} with ${LINE} and use the "Span ___ Lines" field...
thanks for the 411 on that
Thu, 03/03/2011 - 17:01 | on your line .cfg files you
on your line .cfg files you need to change:
SubscribeMWIExpire = 86400
To
SubscribeMWIExpire = 84600
as that's it's max value and 86400 makes the value out of the range of accepted ones
Thu, 03/03/2011 - 20:20 | sounds like someone has
sounds like someone has lysdexia :)
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Thu, 03/03/2011 - 20:54 | dyslexics of the world....
dyslexics of the world.... UNTIE!
Tue, 03/08/2011 - 18:43 | how many buttons, what is the max we have to support?
Aksing, in case we could ilpement this in the future version.
Alex Epshteyn
Third Lane Technologies
Multi-tenant Asterisk PBX
Tue, 03/08/2011 - 20:11 | 120 I think someone once told
120 I think someone once told me
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Wed, 03/09/2011 - 08:55 | i believe you can put 6x 40
i believe you can put 6x 40 button add on key modules, so 240
Mon, 10/17/2011 - 17:03 | @eric - Apologies for
@eric - Apologies for dredging up this old thread, but is there a way to do this for just a single extension? I have a single phone / mac that I'd like to have a different configuration than the rest of the tenant.
Any way to do that without a manual workaround?
Thanks a bunch!
Mon, 10/17/2011 - 17:09 | @eric - Apologies for
@eric - Apologies for dredging up this old thread, but is there a way to do this for just a single extension? I have a single phone / mac that I'd like to have a different configuration than the rest of the tenant.
Any way to do that without a manual workaround?
Thanks a bunch!
Edit: GRR - double apologies for the double post. Captcha got stuck.
Fri, 10/28/2011 - 19:19 | if you want a single phone to
if you want a single phone to be different then you would have to provision that phone manually.. but on the up side its not like its making any extra work.
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Mon, 03/05/2012 - 19:04 | Yealink T38g
anyone have the Yealink T38G provisioning files?
Mon, 03/05/2012 - 20:05 | Yealink T38 Files have been
Yealink T38 Files have been updated
Armando
Mon, 03/05/2012 - 20:30 | Thanks!
Thanks!
Tue, 03/20/2012 - 13:36 | Space in the password
Hi,
I'm experiencing a problem with the Yealink provisoing files that the phone will take the password and will add a space to it, this is how it looks like,
Label = ${EXTENSION}
DisplayName = ${LABEL}
AuthName = ${USERID}
UserName = ${USERID}
password = ${PASSWORD}
I tried removing the space like
Label = ${EXTENSION}
DisplayName = ${LABEL}
AuthName = ${USERID}
UserName = ${USERID}
password =${PASSWORD}
and it did work for this phone but on the next phone it didn't work without the space, so there is some phones which requires the password and some not.
this is problem I found on Yealink T28 and T22 we didn't test it on the T26/38
Tue, 03/20/2012 - 14:18 | you may have a firmware
you may have a firmware issue, the yealink configs and parser is not supposed to care if there is a space between the value and the equal sign as evident by every other setting in the config.
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Mon, 04/02/2012 - 21:35 | I have it with the same
I have it with the same firmware some times it will work and sometimes it will not.
i have noticed this issue only with hardware version 1.0.0.4, (once 1.0.0.3 didnt have the issue will try some more with the hardware version and update)