(05-03-2014 10:40 AM)Yealink Support Wrote: Sorry. T3 Series don't support %NULL% parameter. Please leave them blank and try again.
I've already tried that, but the phone seems to ignore the empty parameters.
The scenario is:
1) through auto provision I send the following configuration file to the phone:
#!version:1.0.0.1
account.1.auth_name = test
account.1.enable = 1
account.1.label = test
account.1.display_name = test
account.1.outbound_host = 1.1.1.1
account.1.outbound host = 5060
account.1.outbound_proxy_enable = 1
account.1.password = test
account.1.sip_server_host = 1.1.1.1
account.1.sip_server_type = 0
account.1.user_name = test
linekey.1.line = 1
linekey.1.type = 15
2) then I change my mind and I want to leave account 1 blank and program account 2. I send the following configuration file, once again through autoprovision:
#!version:1.0.0.1
account.1.auth_name =
account.1.enable =
account.1.label =
account.1.display_name =
account.1.outbound_host =
account.1.outbound host =
account.1.outbound_proxy_enable =
account.1.password =
account.1.sip_server_host =
account.1.sip_server_type =
account.1.user_name =
linekey.1.line = 1
linekey.1.type = 15
account.2.auth_name = test2
account.2.enable = 1
account.2.label = test2
account.2.display_name = test
account.2.outbound_host = 1.1.1.1
account.2.outbound host = 5060
account.2.outbound_proxy_enable = 1
account.2.password = test2
account.2.sip_server_host = 1.1.1.1
account.2.sip_server_type = 0
account.2.user_name = test2
linekey.1.line = 1
linekey.1.type = 15
Result : the phone kept the both configurations and looking to the level 6 syslog I noticed the following :
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.auth_name
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.enable
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.label
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.display_name
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.outbound_host
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.outbound_port
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.outbound_proxy_enable
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.password
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.sip_server_host
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.sip_server_port
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.sip_server_type
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :1198] DEB ---Skipped empty value item: account.1.user_name
May 5 08:35:33 autop[426]: [./src/autoParser.cpp :869 ] IFO Update Config Model Parse Finished !
May 5 08:35:33 autop[426]: [./src/autoServer.cpp :755 ] IFO Upgrade finished [OK] !
May 5 08:35:33 autop[426]: [./src/autoServer.cpp :843 ] IFO <<<<<< Autoprovision End >>>>>>
So there's no way to erase the previous configurations through autoprovison, right ? I think this is a huge problem, because it jeopardize the utility of autoprovision.Can I expect future firmware releases on these SIP-T3X phones with %NULL% parameter to reset to factory settings the unused parameters?
Thank you for the prompt answer and hoping that there is a way to solve my problem, hope to hear from you soon