I am using a Yealink T46S phone for testing and the phone is on firmware: 66.83.0.50. The configurations are coming from a cloud based Asterisk server.
I am programming a second account via config file using Auto Provisioning and noticed odd behavior when the phone changes from Account 1 enabled to also having Account 2 enabled.
I am testing the settings by rebooting the phone to have it pull new configurations via Auto Provisioning.
Account 1 is extension 5000. The configuration file adds settings for Account.2 with extension 5200 and enables Account 2. However, there are a few items that I find odd.
1. No light flashes when the phone is in the process of updating with the Account.2 information and the change takes about a minute.
2. During the Account.2 update, all the DSS keys (on multiple pages) show extension 5000 for about a minute before the phone finally shows the single Account.2/line for Ext 5200.
Here are the settings I have in the config file for the second account. I have replaced specific information with generic/fake information for security.
Quote:account.2.enable = 1
account.2.label = 5200
account.2.display_name = 5200
account.2.user_name = sip5200_test
account.2.auth_name = sip5200_test
account.2.password = 0244889336533
### account.2.outbound_proxy_enable = 0
### account.2.outbound_host =
account.2.sip_server.1.address = my.voipregistration.com
account.2.sip_server.1.retry_counts = 5
account.2.sip_server.1.expires = 300
account.2.blf.subscribe_period = 3600
account.2.outbound_port = 0
account.2.sip_server.1.port = 5060
account.2.number_of_linekey = 1
account.2.sip_server.1.port = 0
account.2.outbound_proxy_enable = 0
account.2.codec.pcmu.priority = 1
account.2.codec.pcma.enable = 0
account.2.codec.g729.priority = 3
account.2.codec.g722.priority = 2
The second account does eventually get enabled/created, it is just the behavior I mentioned in 1 and 2 seems out of the ordinary.
Is there something I may be doing wrong here or is this just how Auto Provisioning works when adding an account via config file.
If I log in to the phone and Enable an account, it doesn't exhibit this behavior in items 1 and 2 above. Instead, the account registers immediately and another line button quickly appears after the last button.