-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #649 from robho/yate_increase_sip_msg_size
yate: increase max acceptable size of incoming SIP messages
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/conf.d/ysipchan.conf.sample | ||
+++ b/conf.d/ysipchan.conf.sample | ||
@@ -80,7 +80,7 @@ | ||
|
||
; maxpkt: int: Maximum received UDP packet size, 524 to 65528, default 1500 | ||
; This parameter is applied on reload and can be overridden in UDP listener sections | ||
-;maxpkt=1500 | ||
+maxpkt=8192 | ||
|
||
; buffer: int: Requested size of UDP socket's receive buffer, 0 to use default | ||
; This can be overridden in UDP listener sections |