From 7a632c340b453bef138d8a813b3a8764b8dddf0c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 12 Feb 2026 17:03:26 -0700 Subject: [PATCH] Fix typos and set default RTP packet time to 20 Corrected typos in comments and set default RTP packet time. --- resources/templates/provision/yealink/t58w/{$mac}.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/yealink/t58w/{$mac}.cfg b/resources/templates/provision/yealink/t58w/{$mac}.cfg index ebe61f6cec..28c56b9d43 100644 --- a/resources/templates/provision/yealink/t58w/{$mac}.cfg +++ b/resources/templates/provision/yealink/t58w/{$mac}.cfg @@ -166,7 +166,7 @@ account.{$row.line_number}.srtp_encryption = {$yealink_srtp_encryption} account.{$row.line_number}.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if} ##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X. -##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server. +##0-Disabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server. account.{$row.line_number}.nat.udp_update_enable = 3 ##It configures the keep-alive interval (in seconds) for account X. @@ -423,7 +423,7 @@ account.{$row.line_number}.video.vp8.priority = ####################################################################################### ##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60. ##The default value is 20. -account.{$row.line_number}.ptime = +account.{$row.line_number}.ptime = 20 ####################################################################################### ## Anonymous Call ## #######################################################################################