Set the Yealink -> live dialpad option to enabled in the common config.
This commit is contained in:
parent
bce688667d
commit
95666c93e6
|
|
@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 =
|
||||
|
|
|
|||
|
|
@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 =
|
||||
|
|
|
|||
|
|
@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 =
|
||||
|
|
|
|||
|
|
@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 =
|
||||
|
|
|
|||
|
|
@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 =
|
||||
|
|
|
|||
|
|
@ -969,7 +969,7 @@ account.4.outbound_host = {$outbound_proxy_4}
|
|||
account.4.outbound_port =
|
||||
|
||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
||||
{if $sip_transport_4== 'udp'}account.4.transport = 0{/if}
|
||||
{if $sip_transport_4 == 'udp'}account.4.transport = 0{/if}
|
||||
{if $sip_transport_4 == 'tcp'}account.4.transport = 1{/if}
|
||||
{if $sip_transport_4 == 'tls'}account.4.transport = 2{/if}
|
||||
{if $sip_transport_4 == 'dns srv'}account.4.transport = 3{/if}
|
||||
|
|
|
|||
|
|
@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 =
|
||||
|
|
|
|||
|
|
@ -791,7 +791,7 @@ phone_setting.page_tip =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable customizing the softkey layout; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.custom_softkey_enable =
|
||||
|
|
|
|||
|
|
@ -791,7 +791,7 @@ phone_setting.page_tip =
|
|||
phone_setting.logon_wizard =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial =
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable customizing the softkey layout; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.custom_softkey_enable =
|
||||
|
|
|
|||
|
|
@ -907,7 +907,7 @@ phone_setting.backlight_time =
|
|||
phone_setting.backgrounds =
|
||||
|
||||
#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.predial_autodial = 0
|
||||
phone_setting.predial_autodial = 1
|
||||
|
||||
#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
|
||||
phone_setting.is_deal180 = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue