- Joined
- Oct 29, 2018
- Messages
- 5
- Reaction score
- 0
Hi, I found a way to provision two account in the yealink template... See Below,
My Question is:
Is it possible to ring the second account over the first even if there is a call in court or if there are calls in the queue?
(not just ringing in the ear but really the device ... In other words, at the old-fashionned way.)
Code:
#######################################################################################
## Account2 Basic Settings ##
#######################################################################################
## X ranges from 1 to 6;
##account.X.enable =
account.2.enable = 1
account.2.label = %%extension_first_name%% %%extension_last_name%%
account.2.alert_info_url_enable = 0
account.2.display_name = %%extension_first_name%% %%extension_last_name%%
account.2.auth_name = abc123dE45
account.2.password = ABC123De45
account.2.user_name = 0001
account.2.sip_server_host = %%param::pbxpublicip%%
account.2.sip_server_port = %%param::sipport%%
account.2.outbound_proxy_enable =
account.2.outbound_host =
account.2.outbound_port =
account.2.sip_listen_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.2.transport = 0
My Question is:
Is it possible to ring the second account over the first even if there is a call in court or if there are calls in the queue?
(not just ringing in the ear but really the device ... In other words, at the old-fashionned way.)