[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
auto config
Author Message
paulhuynh Offline
Junior Member
**

Posts: 32
Joined: Jun 2013
Reputation: 0
Post: #1
auto config
DSS key not removing from phoen after i remove it from tftp config file

before
Phone
key 1a
key 2v
key 3d
key 4 (blank)


After i remove key3 config and move it to key 4
key 1a
key 2v
key 3d
key 3d

So but key 3 and 4 are now list even those only key 4 are config

I then factory reset phone and it now work correctly

All keys are add and or move via config file from tftp not via phone webterface
08-16-2014 01:54 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #2
RE: auto config
Hi Paulhuynh,

The issue you mentioned is that:You wanted to remove the config on key 3 and move it to key 4 via Auto Provisioning ,right?
I don’t know which phone you used ,so I tested T42G in my side.
Let me show you the syntaxes in AutoP file below:
(for example,I remove the config on key 3 ,then set the type of key 4 to Speed Dial and its value=d)

##########################################
## Line Key ##
##########################################


###linekey.X.line =
###linekey.X.value =
###linekey.X.pickup_value =
###linekey.X.type =
###linekey.X.xml_phonebook =
###linekey.X.label =

1.If you want to remove both type and value of key3.
linekey.3.type = 0 (0=N/A)
linekey.4.value = d
linekey.4.type = 13 (13=Speed Dial)
After the auto provisioning process is completed, the key 3 is blank and the key 4 is setted to Speed Dial and the value is “d”.

2.If you want to remove the value of key 3 only.
linekey.3.type =13(13=Speed Dial)
linekey.3.value = %NULL%.
linekey.4.value = d
linekey.4.type = 13 (13=Speed Dial)
After the auto provisioning process is completed, the type of DSS key 3 will be Speed Dial ,and its value is empty. The key 4 is setted to Speed Dial and the value is “d”.

Note: If you want to reset the configuration of a parameter, set the value of the parameter to %NULL%.

And you can refer to AutoP guide for detail.

Thanks
(This post was last modified: 08-16-2014 12:18 PM by Yealink Support.)
08-16-2014 12:16 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
paulhuynh Offline
Junior Member
**

Posts: 32
Joined: Jun 2013
Reputation: 0
Post: #3
RE: auto config
I am using
T46G
Firmware Version 28.72.0.37
Hardware Version 28.2.0.128.0.0.0


Before config

linekey.4.line = 0
linekey.4.value =http://ix-pbx.inolex.com:88/applications.php/voicemail/main?user=1532
linekey.4.extension = **
linekey.4.type = 27
linekey.4.label = Visual VM
linekey.5.line = 0
linekey.5.value =
linekey.5.extension = **
linekey.5.type = 27
linekey.5.label =

After Config

linekey.3.label = Park
linekey.4.line =
linekey.4.value =
linekey.4.extension = **
linekey.4.type =
linekey.4.label =
linekey.5.line = 0
linekey.5.value = http://ix-pbx.inolex.com:88/applications...?user=1532
linekey.5.extension = **
linekey.5.type = 27
linekey.5.label = Visual VM


Once i load the latest config and reboot the phone
both button 4 and 5 are showing and only if factory default the phone that is will list all the button correctly.

Feel like some how the phone are last config when it reboot and only erase them when i am factory default them


(08-16-2014 12:16 PM)Yealink Support Wrote:  Hi Paulhuynh,

The issue you mentioned is that:You wanted to remove the config on key 3 and move it to key 4 via Auto Provisioning ,right?
I don’t know which phone you used ,so I tested T42G in my side.
Let me show you the syntaxes in AutoP file below:
(for example,I remove the config on key 3 ,then set the type of key 4 to Speed Dial and its value=d)

##########################################
## Line Key ##
##########################################


###linekey.X.line =
###linekey.X.value =
###linekey.X.pickup_value =
###linekey.X.type =
###linekey.X.xml_phonebook =
###linekey.X.label =

1.If you want to remove both type and value of key3.
linekey.3.type = 0 (0=N/A)
linekey.4.value = d
linekey.4.type = 13 (13=Speed Dial)
After the auto provisioning process is completed, the key 3 is blank and the key 4 is setted to Speed Dial and the value is “d”.

2.If you want to remove the value of key 3 only.
linekey.3.type =13(13=Speed Dial)
linekey.3.value = %NULL%.
linekey.4.value = d
linekey.4.type = 13 (13=Speed Dial)
After the auto provisioning process is completed, the type of DSS key 3 will be Speed Dial ,and its value is empty. The key 4 is setted to Speed Dial and the value is “d”.

Note: If you want to reset the configuration of a parameter, set the value of the parameter to %NULL%.

And you can refer to AutoP guide for detail.

Thanks
08-18-2014 09:26 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #4
RE: auto config
Hi Paulhuynh,

The issue you mentioned is that:You wanted to remove the config on key 3 and move it to key 4 via Auto Provisioning ,right?
But the configuration seems not be modified ,when you change the setting and reboot the phone.
But once you reset the phone , the configuration were modified.
My understanding is right?
I have tested in my side,and cannot reproduce the issue you mentioned.
08-20-2014 08:55 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
paulhuynh Offline
Junior Member
**

Posts: 32
Joined: Jun 2013
Reputation: 0
Post: #5
RE: auto config
Correct


(08-20-2014 08:55 PM)Yealink Support Wrote:  Hi Paulhuynh,

The issue you mentioned is that:You wanted to remove the config on key 3 and move it to key 4 via Auto Provisioning ,right?
But the configuration seems not be modified ,when you change the setting and reboot the phone.
But once you reset the phone , the configuration were modified.
My understanding is right?
I have tested in my side,and cannot reproduce the issue you mentioned.
08-20-2014 11:05 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #6
RE: auto config
Hi Paulhuynh,

I have double checked in my side ,with the 28.72.0.37 of T46.

For example:

Before config

linekey.4.line = 0
linekey.4.value =http://ix-pbx.inolex.com:88/applications.php/voicemail/main?user=1532
linekey.4.extension = **
linekey.4.type = 27
linekey.4.label = Visual VM
linekey.5.line = 0
linekey.5.value =
linekey.5.extension =
linekey.5.type =
linekey.5.label =

Then, I want to remove the config on key 4 and move it to key 5 via Auto Provisioning.
So,I configure as below:(in CFG file)

linekey.4.line = %NULL%
linekey.4.value =%NULL%
linekey.4.extension = %NULL%
linekey.4.type = %NULL%
linekey.4.label = %NULL%

linekey.5.line = 0
linekey.5.value = http://ix-pbx.inolex.com:88/applications...?user=1532
linekey.5.extension = **
linekey.5.type = 27
linekey.5.label = Visual VM

And when I completed the AutoP,I can realize the function ,without reboot or reset.

Thx
08-21-2014 04:09 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Question SMS/Text Auto Reply on T42S tcodispot 0 523 01-09-2024 03:51 AM
Last Post: tcodispot
Information Toggle Power LED or update config via remote? 48design-cg 0 1,164 01-17-2023 05:32 PM
Last Post: 48design-cg
  Auto setup gaz8080 2 6,777 01-19-2020 11:12 AM
Last Post: gaz8080
  T46S auto redial does not work / Broadsoft hinken 1 6,349 12-04-2019 08:00 AM
Last Post: Travis_Yealink
  VPN Client / Phone Config free2k 3 7,601 11-02-2018 02:43 PM
Last Post: free2k
  Auto launch a downloaded app? MissionlabsMark 1 5,159 05-09-2018 02:44 PM
Last Post: anonymous1712222627012
  Config Template: Add Remote Phone Book to Directory and Search rocketwise 2 7,475 05-02-2018 01:09 PM
Last Post: JeroenZelle
  Export config from T42G and import in T46S Marcroosict 1 6,494 12-15-2017 02:12 AM
Last Post: Evan_Yealink
  T46G Firmware 28.80.0.60 disables the intercom auto-answer function KenDoerksen 11 34,556 07-28-2017 06:05 AM
Last Post: Lucia_Yealink
  T42G not sending auto-answer alaert Melissa:) 3 18,413 06-15-2017 01:27 AM
Last Post: Travis_Yealink

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication