-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of an Inclusion List for ICE Configuration in Janus #7099
Labels
nethvoice
Bug or features releted to the NethVoice project
nethvoice-cti
The issue is related to NethLink (NethVoice Web client)
verified
All test cases were verified successfully
Milestone
Comments
Amygos
changed the title
NethVoice Janus: configure ICEIGNORE environment
Implementation of an Inclusion List for ICE Configuration in Janus
Nov 13, 2024
Testing release |
Test Case 1: Verify Fix for Delay on Outgoing Call
Test Case 2: Update Procedure and Verification
|
andrea-marchionni
added
nethvoice
Bug or features releted to the NethVoice project
verified
All test cases were verified successfully
nethvoice-cti
The issue is related to NethLink (NethVoice Web client)
and removed
testing
Packages are available from testing repositories
labels
Dec 9, 2024
Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
nethvoice
Bug or features releted to the NethVoice project
nethvoice-cti
The issue is related to NethLink (NethVoice Web client)
verified
All test cases were verified successfully
The current integration of Janus requires a list of interfaces to exclude from ICE checks. Any interface that cannot connect to the internet should be included in this comma-separated list to avoid audio delays when a call starts. The ICEIGNORE variable should be initialized with known interfaces (e.g., wg0), and others should be configured from the NethVoice interface on the cluster admin. This approach can miss some interfaces that lack connectivity, resulting in an initial delay when a call is made.
To simplify the configuration, an inclusion approach is proposed instead. Pass to Janus a list of one or more interfaces to force ICE checks. This list can include the NethVoice proxy address interface.
If one or more interfaces cannot be found, a fallback list of excluded interfaces can be used.
Docs: https://janus.conf.meetecho.com/docs/README.html
The text was updated successfully, but these errors were encountered: