mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-20 09:56:32 +00:00
Fix typos and set default RTP packet time to 20
Corrected typos in comments and set default RTP packet time.
This commit is contained in:
@@ -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 ##
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user