add existing multicast options from default settings to yealink t46s (#7146)
Comparing the t46s to the t54w, there were a lot of missing settings beyond the original multicast options that were missing. The two templates have been reconciled with differences and any missing options already available to the t46s that were defined in the t54w have been added.
This commit is contained in:
parent
84950065aa
commit
28ddb69fe1
File diff suppressed because it is too large
Load Diff
|
|
@ -612,8 +612,8 @@ voice.jib.wifi.adaptive= {$yealink_jib_wifi_adaptive}
|
|||
## Echo Cancellation ##
|
||||
#######################################################################################
|
||||
voice.echo_cancellation = {$yealink_echo_cancellation}
|
||||
voice.cng = {$yealink_cng}
|
||||
voice.vad = {$yealink_vad}
|
||||
voice.cng = {$yealink_voice_cng}
|
||||
voice.vad = {$yealink_voice_vad}
|
||||
|
||||
|
||||
##V84 Add
|
||||
|
|
@ -662,9 +662,9 @@ sip.timer_t1=
|
|||
sip.timer_t2=
|
||||
sip.timer_t4=
|
||||
|
||||
sip.listen_mode= {if isset($yealink_sip_listen_port)}sip.listen_port = {$yealink_sip_listen_port}{else}sip.listen_port = 5060{/if}
|
||||
sip.listen_mode=
|
||||
|
||||
sip.listen_port=
|
||||
{if isset($yealink_sip_listen_port)}sip.listen_port = {$yealink_sip_listen_port}{else}sip.listen_port = 5060{/if}
|
||||
sip.tls_listen_port=
|
||||
sip.tcp_port_random_mode=
|
||||
sip.escape_characters.enable=
|
||||
|
|
@ -1196,7 +1196,7 @@ features.voice_mail_alert.enable=
|
|||
features.voice_mail_popup.enable = {$yealink_voice_mail_popup_enable}
|
||||
features.voice_mail_tone_enable=
|
||||
features.hide_feature_access_codes.enable = {$yealink_hide_feature_access_codes_enable}
|
||||
voice_mail.number.1=
|
||||
voice_mail.number.1={$voicemail_number}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
|
@ -1233,7 +1233,7 @@ voice.handset_send=
|
|||
voice.handfree_send =
|
||||
voice.headset_send =
|
||||
features.intercom.headset_prior.enable=
|
||||
features.ringer_device.is_use_headset=
|
||||
features.ringer_device.is_use_headset={$yealink_headset_ringer}
|
||||
features.intercom.barge_in_dialing.enable=
|
||||
|
||||
|
||||
|
|
@ -1505,7 +1505,7 @@ dialplan_replace_rule.url=
|
|||
dialplan.replace.line_id.1=
|
||||
dialplan.replace.replace.1=
|
||||
dialplan.replace.prefix.1=
|
||||
phone_setting.dialnow_delay=
|
||||
phone_setting.dialnow_delay={$yealink_dialplan_dialnow_delay}
|
||||
dialplan_dialnow.url=
|
||||
dialplan.dialnow.line_id.1=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue