Use range pattern for custom SIP ports 6060-6061 to match standard ports#129
Merged
Conversation
Copilot
AI
changed the title
[WIP] Update NAT localnet support for custom ports
Document TCP-only configuration for port 6061 (SIPS/TLS)
Jan 29, 2026
Member
|
@copilot 6061/udp should also be opened |
Contributor
Author
Copilot
AI
changed the title
Document TCP-only configuration for port 6061 (SIPS/TLS)
Add UDP support for port 6061 to match port 5061 configuration
Jan 29, 2026
Member
|
@copilot use the same pattern: |
Contributor
Author
Copilot
AI
changed the title
Add UDP support for port 6061 to match port 5061 configuration
Use range pattern for custom SIP ports 6060-6061 to match standard ports
Jan 29, 2026
Co-authored-by: Amygos <510232+Amygos@users.noreply.github.com>
Co-authored-by: Amygos <510232+Amygos@users.noreply.github.com>
Co-authored-by: Amygos <510232+Amygos@users.noreply.github.com>
d685c96 to
2690edb
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses feedback on firewall configuration asymmetry: port 5061 opens both TCP/UDP while port 6061 was opening TCP only.
Changes
6060-6061/tcpand6060-6061/udp) to match the pattern used for standard ports (5060-5061)This change ensures consistency across all SIP ports in the firewall configuration, making it more concise and maintainable.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.