Yealink Forums

Full Version: Using Multiple Accounts With T48G
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am still new to the Yealink (and Telco) community - with a lot to learn for my new job. Hopefully, someone has the following reference sources - they would definitely help my learning curve:

1) Explanation of the T48G Accounts: purpose & examples of use.
2) A T48G configuration file with the parameter values "filled in" for either the T48G or T46G phone.

I have reviewed both the Provisioning Guide and the Family Administrator Guide but, I could not find the information I am looking for. However, since the two manuals contain nearly 1000 pages, I may have missed something. If so, please "point" me in the correct direction.


Thanks,
Slator
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.
[Image: attachment.php?aid=1103]

3.Enter the related link to WebUI :setting-auto provision-Server URL
[Image: attachment.php?aid=1104]
Press comfirm and then Autoprovision now.

4. After that , you can find the acount 5 has been configured.
[Image: attachment.php?aid=1105]

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
Reference URL's