-
Notifications
You must be signed in to change notification settings - Fork 873
Parallel conference bridge #4241
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
Merged
sauwming
merged 40 commits into
pjsip:master
from
LeonidGoltsblat:parallel-conference-bridge
Jul 8, 2025
Merged
Changes from 12 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
20ef6fa
parallel conference bridge
LeonidGoltsblat e4ff03f
create_pasv_port() fix
LeonidGoltsblat 58d911a
minimized conditional compilation
LeonidGoltsblat 76cc0b7
Merge remote-tracking branch 'github.com/master' into parallel-confer…
LeonidGoltsblat cc83b8c
signed/unsigned fix
LeonidGoltsblat 5d8d81a
conference bridge with native pjsip multithreading + pj_barrier_r
LeonidGoltsblat 8e38b1a
added && _POSIX_BARRIERS >= 200112L
LeonidGoltsblat 29201a8
pthread_mutex_t -> pj_mutex_t
LeonidGoltsblat eec77e5
fix compile error
LeonidGoltsblat 60e5b02
fix compile error
LeonidGoltsblat 97cccb0
last minute fixes
LeonidGoltsblat 6170aa7
Merge branch 'pjsip:master' into parallel-conference-bridge
LeonidGoltsblat a3caf2c
barriers changes on code review
LeonidGoltsblat a20ed8c
documentation and code improvements related to barriers
LeonidGoltsblat 8d73950
Merge remote-tracking branch 'github.com/master' into parallel-confer…
LeonidGoltsblat 1746b44
pjmedia_conf_param introduced
LeonidGoltsblat b1dbb76
PJMEDIA_CONF_THREADS macro
LeonidGoltsblat 90ec903
pjsua, pjsua2 runtime setting for the conference bridge threads
LeonidGoltsblat 5f9f2ab
resolve on code review
LeonidGoltsblat 212a027
m-to-n switching optimization
LeonidGoltsblat e0a0e9e
simplification of the algorithm
LeonidGoltsblat e2f33be
eliminated residual echo after disconnection
LeonidGoltsblat faa309b
systest conference test
LeonidGoltsblat f876a33
conf_port->rx_setting == PJMEDIA_PORT_DISABLE
LeonidGoltsblat 7fe3287
transmit to all registered ports (event not connected)
LeonidGoltsblat 2285306
Merge remote-tracking branch 'github.com/master' into parallel-confer…
LeonidGoltsblat 0f92954
conference bridge tests as a separated menu in pjsysytest
LeonidGoltsblat eba76f4
Merge remote-tracking branch 'github.com/master' into parallel-confer…
LeonidGoltsblat 5b510d6
removed changes having conflicts with conference-bridge-test branch
LeonidGoltsblat b10199f
PJMEDIA_CONF_BACKEND
LeonidGoltsblat ca74962
PJMEDIA_CONF_BACKEND macro
LeonidGoltsblat c086711
before merge
LeonidGoltsblat f4056fa
Merge remote-tracking branch 'github.com/master' into parallel-confer…
LeonidGoltsblat 1821113
changed THIS_FILE macro in conf_thread.c file
LeonidGoltsblat d825d01
conf_thread remerge from TFS + doc fixes
LeonidGoltsblat 6dea091
minor changes on code review
LeonidGoltsblat f237a5e
minor changes on code review/2
LeonidGoltsblat c2ef7cf
Auto-Vectorizer compatibility in conf_thread.c
LeonidGoltsblat e4d9374
Merge branch 'github/master' into parallel-conference-bridge
LeonidGoltsblat b9fa7b9
synchronized with #4489
LeonidGoltsblat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.