686 Commits

Author SHA1 Message Date
Marc Olivier Chouinard
04295ac95b FS-3249 --resolve 2011-12-15 23:17:28 -05:00
Marc Olivier Chouinard
14554cf328 FS-3091 --resolve 2011-12-15 22:38:32 -05:00
Marc Olivier Chouinard
b9295fd5ab FS-1573 --resolve 2011-12-15 14:43:55 -05:00
Marc Olivier Chouinard
e566057701 FS-2216 --resolve 2011-12-14 10:27:31 -05:00
Anthony Minessale
b733f6d5ec FS-3703 2011-11-19 16:54:04 -06:00
Anthony Minessale
4c13e7c095 fix crash in video-bridge mode 2011-11-18 12:44:04 -06:00
Anthony Minessale
9dd45e35a6 FS-3661 --resolve 2011-11-03 14:45:01 -05:00
Anthony Minessale
d8d0d4b73c FS-3650 indeed 2011-10-31 08:11:13 -05:00
Anthony Minessale
9215838393 FS-3650 --resolve 2011-10-29 09:30:06 -05:00
Anthony Minessale
cdb00f132b maxwait 2011-10-25 14:09:49 -05:00
Anthony Minessale
caa360b6d2 presence tweaks for conference/fifo/parking 2011-10-21 19:52:42 -05:00
Anthony Minessale
24b09ca158 FS-3627 --resolve 2011-10-21 09:49:44 -05:00
Anthony Minessale
8fde25ccfa add custom kick sound to conference 2011-10-20 13:15:58 -05:00
Anthony Minessale
957361cf79 presence tweaks 2011-10-19 16:50:46 -05:00
Anthony Minessale
25329545a1 tweak to last commit 2011-10-18 12:56:54 -05:00
Anthony Minessale
9daa42c1b5 add presence to mod_valet_parking subscribe to the lot name for general stats or individual slots to monitor with park+ prefix *note* this used to be used in mod_fifo which now will use queue+ going forward 2011-10-18 11:53:49 -05:00
Anthony Minessale
127be02db2 add conference cdrs to mod_conference 2011-10-14 11:30:51 -05:00
Anthony Minessale
5d77e789b5 remove waste flags from both conference and member and explicitly always send audio from conferences to avoid random interop issues and general discomfort these flags are now depricated 2011-10-04 16:41:03 -05:00
Anthony Minessale
1936c2b086 FS-3493 --resolve 2011-10-03 10:45:17 -05:00
Anthony Minessale
9125a96c6d convert chat interface to use events instead of a bunch of args 2011-09-13 16:51:30 -05:00
Anthony Minessale
da0836c539 FS-3518 --resolve this was an issue specific to mute-detect-sound and muting someone right when it decided to play the mute detect sound, fixed with a queued flag so only 1 thread ever plays sounds to the channel 2011-08-25 09:17:50 -05:00
Mathieu Rene
1dbd4c7787 Add video-bridge flags to have multiple audio participants to a single video call 2011-08-23 17:28:32 +02:00
Anthony Minessale
7a7f386886 FS-3337 --resolve indeed, should be ok 2011-08-22 12:34:46 -05:00
Marc Olivier Chouinard
5c455bda74 mod_conference: Missing a new line in a log file, thx AviMarcus 2011-08-01 09:49:57 -04:00
Jeff Lenk
dab274da78 fix compiler error - equivalent 2011-07-08 20:33:58 -05:00
Anthony Minessale
765be8c96f FS-3406 --resolve 2011-07-08 14:54:51 -05:00
Anthony Minessale
492db9067d add hup command to conference (kick without the kick sound) 2011-06-22 12:18:09 -05:00
Anthony Minessale
f35a68141e add conference member flag nomoh 2011-06-14 13:41:25 -05:00
Anthony Minessale
b1cf5bee30 wait for thread to start in mod conference to avoid one in a million race on heavy traffic 2011-06-09 15:31:18 -05:00
Anthony Minessale
e8962d5687 move muted/unmuted indications to main thread via flags 2011-06-08 15:08:41 -05:00
Michael S Collins
3aff2bdcbc Newline not needed here 2011-05-25 17:11:07 -07:00
Michael S Collins
f731abe05f Add 'conference xxxx list count' to get exact member count for a given conference 2011-05-25 16:52:54 -07:00
Anthony Minessale
c7b36157b0 don't play default when playing a custom one 2011-05-20 16:56:16 -05:00
Anthony Minessale
3d475876ed add custom exit sound to match enter sound on conf 2011-05-20 16:22:58 -05:00
Anthony Minessale
7ba849b34a remove auto gain events 2011-05-19 11:43:33 -05:00
Anthony Minessale
a391d82b57 remove unused code 2011-04-28 10:56:13 -05:00
Anthony Minessale
24003dc28f set flag 2011-04-27 16:18:59 -05:00
Anthony Minessale
dcfc7924c5 remove unnecessary locks 2011-04-27 15:16:52 -05:00
Anthony Minessale
73279f01bf FS-3166 --resolve 2011-04-22 16:43:29 -05:00
Anthony Minessale
54e5011d74 declinatio mortuus obfirmo! 2011-04-12 13:35:39 -05:00
Anthony Minessale
bcd6c3a188 FS-3137 --resolve less of a memory leak more of a pool swelling, replaced a pool strdup that could recur with a strdup/free to avoid it 2011-04-08 14:04:01 -05:00
Anthony Minessale
31cebd4fb3 --resolve FS-3219 2011-04-05 10:35:52 -05:00
Anthony Minessale
b986e13a58 again 2011-03-30 21:03:25 -05:00
Anthony Minessale
31580d6661 tweak 2011-03-30 20:44:45 -05:00
Anthony Minessale
b8063c3d34 wait for channels to come up in paging mode 2011-03-30 20:12:25 -05:00
Anthony Minessale
3253bcb363 FS-3147 --resolve I finally tracked this down to the actual recordings generated by mod_conference. This patch delays the recording slightly to allow time for the buffer to fill up, we were riding it so closely that sometimes we would come up short and inject silence into the file to preserve time passing 2011-03-30 19:17:54 -05:00
Anthony Minessale
1552ecf54a prevent race condition on conference join/exit 2011-03-29 19:55:35 -05:00
Anthony Minessale
246b21952d FS-3095 --comment-only This patch removes the existing conference transfer function and replaces it using the core transfer it also introduces a new tracking method where the same conference id is reserved for a particular member for the lifetime of the call allowing a user to transfer in and out of conferences and ivr and bridges etc and retain the same member id for the duration of that call 2011-03-28 14:44:28 -05:00
Michael S Collins
3c9ee25a0a Add conf_uuid chan var for djbinter (Thanks Math) 2011-03-18 11:24:48 -07:00
Anthony Minessale
2c009dd954 doh 2011-03-15 14:29:04 -05:00