Hello Slator,
I think that
User_Guide and
Quick_Reference_Guide are more helpful to you recently.
1.T48G can configure totally 6 accounts. For example, you can configure one account for private number and one account for working number. Then if you want to make a call to your family, you should choose your private account firstly , then press the number what you want to call.
2.The configuration file what you meaned is "auto provision file" . For example, If you want to configure the account 5 via provision,
1. Edit the cfg file(You can remane y000000000035.cfg for T48)
Code:
#!version:1.0.0.1
##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##
#######################################################################################
## Account5 Basic Settings ##
#######################################################################################
## X ranges from 1 to 6;
##account.X.enable =
account.5.enable = 1
account.5.label = 105
account.5.display_name = Charl-Test van Vollenhoven
account.5.auth_name = 105
account.5.password = 105
account.5.user_name = 105
account.5.sip_server_host = 10.3.5.199
account.5.sip_server_port = 5060
account.5.outbound_proxy_enable = 0
account.5.outbound_host = 196.37.105.158
account.5.outbound_port = 5060
account.5.sip_listen_port = 5060
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.5.transport = 0
2. Put the y000000000035.cfg file to http server.
3.Enter the related link to WebUI :setting-auto provision-Server URL
Press comfirm and then Autoprovision now.
4. After that , you can find the acount 5 has been configured.
I have attcahed my testing configure file for your reference. If you want to know the detailed syntaxes and their expression from autoPguide .
Auto Provision
Thx