Anthony Minessale
0ac78cacc3
add openal code to mod_conference
2014-06-30 01:23:08 +05:00
Anthony Minessale
ba784f2548
skip update on member channels with no json
2014-06-25 13:40:50 -05:00
Eliot Gable
b21f34bffc
Clarify error message.
2014-06-21 19:16:50 +00:00
Anthony Minessale
011e069652
fix recording in stereo conferences
2014-06-20 23:53:22 +05:00
Anthony Minessale
579a051867
add channels param the the silence generator function
2014-06-13 04:49:44 +05:00
Anthony Minessale
97cc089826
fix compile errs
2014-06-12 13:12:39 -04:00
Anthony Minessale
928a989de1
first pass of stereo support
2014-06-12 22:06:33 +05:00
Michael Jerris
16805187ec
CID:1214256 Unused pointer value
2014-05-15 12:36:36 +00:00
Michael Jerris
128601316f
CID:1214255 Unused pointer value
2014-05-15 12:34:50 +00:00
Michael Jerris
19f3ab5182
CID:1214218 fix memory leak in conference_event_channel_handler
2014-05-15 12:33:15 +00:00
Travis Cross
fc40e4ab79
Avoid leaking data_buf in mod_conference
...
When we couldn't acquire the rwlock on the conference we were leaking
a buffer we just allocated. On a 48k/10ms conference we would leak
960 bytes per attempt.
2014-05-02 03:48:10 +00:00
Michael Jerris
64f1098b8c
remove dead assignment
2014-05-01 14:17:06 -04:00
Anthony Minessale
2e0cd74e07
FS-6477 --resolve
2014-04-22 23:51:44 +05:00
Anthony Minessale
c98fb0bd0e
send muted members as recvonly on RFC4575 data
2014-04-07 20:51:29 +05:00
Anthony Minessale
7151d6acea
FS-6402 part 2
2014-04-02 03:21:37 +05:00
Anthony Minessale
5c0cff70b3
FS-6402 --resolve
2014-04-02 01:20:19 +05:00
Anthony Minessale
107c5eccc3
video refresh floor holder on conference join
2014-03-31 22:39:46 +05:00
Brian West
f890854e0d
FS-6381 add hostname to conference cdr
2014-03-21 17:23:50 -05:00
Anthony Minessale
804ef7709d
change from sqlite hash to newly added one
2014-03-09 00:37:17 +05:00
Travis Cross
010740d664
Correct sizeof argument in mod_conference
...
This corrects a memset introduced in commit
bd4a0d8cbc293d29d498de379fb72ced1c7c16ff.
The sizeof would have only returned the size of a pointer.
2014-03-08 01:56:18 +00:00
Michael Jerris
bcd9f49fbe
move applications to use automake
2014-03-07 18:36:12 -05:00
Anthony Minessale
5375d8b643
add on to last commit
2014-03-07 06:34:32 +05:00
Anthony Minessale
bd4a0d8cbc
add a way to tell mod_conference when the rate of the channel has changed due to a codec change so it can reset the resampler and codecs internally
2014-03-07 05:17:47 +05:00
Travis Cross
74775d4397
Revert conference "tool" misfeature
...
This was added as part of a mass copyright header update in commit
6e7d5d089. That's obviously not the right way to add features, so
we're reverting this.
If this feature is actually desired, it should be added in its own
commit, properly described in the commit message, and documented.
(The commit added a "tool" flag that could be applied to a conference
participant to mess with that person by disrupting his or her audio.)
This partially reverts commit 6e7d5d0897d253c5151b720327241e4bf03e0483.
This feature earlier tried to sneak in under the guise of a whitespace
cleanup in commit a000749e701dbb38130ec40fb592ce00da43eac9 which
Anthony reverted at commit a24f9aa8bc9a9e20d8c424ed69a9c63ecf2b9ede.
Let's not play these games.
2014-03-05 03:29:10 +00:00
Anthony Minessale
8862fbc3a1
FS-5461 --resolve you tricked me I said make 1 patch with all of it
2014-03-01 00:27:23 +05:00
Anthony Minessale
5ed78f8987
FS-4441 FS-5461 --resolve
2014-03-01 00:23:40 +05:00
Marc Olivier Chouinard
7231b34de2
FS-5158 --resolve
2014-02-24 20:09:04 -05:00
Jeff Lenk
458ec1c492
FS-5377 --resolve
2014-02-15 23:02:52 -06:00
Anthony Minessale
2fab561cb9
regression from 8f82979d8af920415bce2f9e9e3cb84cdc0ca682 using wrong values to calculate buffer size
2014-02-14 22:40:21 +05:00
Anthony Minessale
8f82979d8a
limit size of input buffer in conference
2014-02-13 03:18:00 +05:00
Ken Rice
6e7d5d0897
update copyright header for 2014
2014-02-12 12:08:56 -06:00
Chris Rienzo
f0e38b68fd
FS-6181 --resolve
2014-02-05 17:00:19 -05:00
Anthony Minessale
29d4e7e693
FS-6181 --resolve
2014-02-05 16:06:30 -05:00
Anthony Minessale
795718c149
FS-6191 --resolve
2014-02-06 01:51:57 +05:00
Anthony Minessale
a24f9aa8bc
no
2014-02-05 14:53:11 -06:00
Ken Rice
a000749e70
whitespace cleanup
2014-02-05 14:02:03 -06:00
Anthony Minessale
32b2a45efc
add more rtp statistics with several new vars for cdr processing in_jitter_min_variance in_jitter_max_variance in_jitter_loss_rate in_jitter_burst_rate in_mean_interval in_flaw_total in_quality_percentage in_mos
2014-01-30 05:08:34 +05:00
Peter Olsson
93696934b2
Silence more compiler warnings
2014-01-23 12:25:15 +01:00
Peter Olsson
5a820fdc78
Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future.
2014-01-22 22:47:11 +01:00
Peter Olsson
084e245085
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
2014-01-22 22:30:23 +01:00
Anthony Minessale
9aa607f17e
FS-6106 --resolve
2014-01-15 03:02:45 +05:00
Anthony Minessale
33cfc6f126
FS-6086 --resolve
2014-01-15 02:58:13 +05:00
Anthony Minessale
d2de17f9e0
FS-6107 --resolve
2014-01-15 02:39:22 +05:00
Anthony Minessale
24b7b48885
FS-6042 FS-6044 --resolve
2013-12-18 00:55:34 +05:00
Anthony Minessale
94939d1bff
add nomux flag when playing to a member to block other audio
2013-11-23 01:12:24 +05:00
Anthony Minessale
2f1c82ff36
FS-5959 set floor when turning on video mid call in conference
2013-11-20 23:49:44 +05:00
Anthony Minessale
b6c51a5b31
add restart-auto-record flag
2013-11-16 01:37:16 +05:00
Anthony Minessale
1fc018f5f2
FS-5211 --resolve
2013-11-12 10:22:58 -06:00
Anthony Minessale
b18e72162e
uncomment
2013-11-09 00:59:26 +05:00
Anthony Minessale
bb9adff511
rework media code
2013-11-08 03:48:00 +05:00