Commit Graph

478 Commits

Author SHA1 Message Date
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
Anthony Minessale 8533c32fe1 FS-3095 regression from 547d53932c 2011-03-09 15:17:25 -06:00
Anthony Minessale 05e9d3477b remove unneeded line 2011-03-06 15:57:31 -06:00
Mathieu Rene 0911ed7408 FS-3124 Use the channel's sound_prefix if it's not set in the conference's config 2011-03-05 12:49:19 -05:00
Anthony Minessale 547d53932c FS-3095 also add some tab completion and help messages from cli 2011-03-04 11:34:48 -06:00
Anthony Minessale b7419add09 clear talk flag when you mute 2011-03-03 17:59:59 -06:00
Anthony Minessale ee0a0b79c8 FS-3103 2011-02-25 21:29:47 -06:00
Anthony Minessale d8ef36edca fire auto gain level events 2011-02-25 18:25:17 -06:00
Anthony Minessale e3eec389b0 missed a spot 2011-02-25 18:19:52 -06:00
Anthony Minessale 94b680fb45 play files saying vol level in conf in lieu of making a function of say modules to return file_string urls (we need that) 2011-02-25 18:09:58 -06:00
Anthony Minessale 69d1d984fe sleep 2 seconds on confernece outcall at the end to prevent auto-answer race 2011-02-24 12:17:47 -06:00
Anthony Minessale f6dd557e5d agc 2011-02-21 17:24:35 -06:00
Anthony Minessale e431481d4d agc 2011-02-21 17:16:34 -06:00
Anthony Minessale a79b64ee20 more agc 2011-02-21 14:35:13 -06:00
Anthony Minessale 4a4ac35426 another round of agc changes 2011-02-21 13:12:51 -06:00
Anthony Minessale 180e3d4ab1 agc tweaks 2011-02-20 14:37:23 -06:00
Mathieu Rene 4b5bcba094 mod_conference: don't switch to CS_SOFT_EXECUTE before setting the current extension 2011-02-18 15:15:48 -05:00
Anthony Minessale 22b3d34d55 tweak agc 2011-02-17 18:28:05 -06:00
Anthony Minessale b8531ea873 tweak agc 2011-02-17 18:21:11 -06:00
Marc Olivier Chouinard 67edc7c321 mod_conference: Added to the Auto OutCall support to specify the conf profile to be used using variable : conference_auto_outcall_profile 2011-02-09 11:07:43 -05:00
Andrew Thompson 10d696ebac Added conference UUID to xml_list 2011-02-02 00:01:38 -05:00
Anthony Minessale 6f58e6aa42 FS-2771 2011-01-26 15:19:28 -06:00
Jeff Lenk 4eb5bbf41c FS-3000 revert previous - flush digits after pin error 2011-01-24 14:49:42 -06:00
Jeff Lenk b88cd3457a FS-3000 mod_conference: if more digits than the length of the correct pin the remaining digits are accounted for next retry 2011-01-22 22:51:48 -06:00
Andrew Thompson 8d6d52e015 mod_conference Add energy level to conference_add_event_member_data
This is useful when you want to find the energy a member joined with
without having to pull the XML list
2011-01-21 21:50:02 -05:00
Anthony Minessale 2e0747272f fix regression in commit 98f74a5f FS-2965 2011-01-13 10:41:33 -06:00
Anthony Minessale fb017a52d1 clear last_transferred conference when you exit the conference app 2011-01-12 16:46:33 -06:00
Brian West 3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Anthony Minessale 10257c7d5d FS-2768 2010-12-30 11:47:15 -06:00
Anthony Minessale 650393fb90 add recovery_refresh app and api and use it in mod_conference to send a message to the channel telling it to sync its recovery snapshot 2010-12-29 13:15:14 -06:00
Joao Mesquita 49a524b79b Merge branch 'master' of git@git.freeswitch.org:freeswitch
Conflicts:

	src/mod/applications/mod_conference/mod_conference.c
2010-12-27 21:31:40 -03:00
Joao Mesquita 479f3de26b Add an unique id to the conference obj so that we can track conferences. 2010-12-27 21:23:42 -03:00
Anthony Minessale 430dfdacab revert change based on reports of bad audio 2010-12-27 09:27:21 -06:00
Anthony Minessale 75198fe4cb audio adjustments 2010-12-23 13:18:41 -06:00
Joao Mesquita b49c366efb Fix some log lines and a flag logic. 2010-12-21 23:55:26 -03:00
Joao Mesquita 651acc62f7 Add a chan var conference_enter_sound to override conference enter-sound param on the profile 2010-12-21 23:39:05 -03:00
Andrew Thompson 4f9dd5e164 mod_conference: Add XML output for conference run time, recording status and member mute-detect. Also add events for recording start and stop.
This work was funded by Xpander Communications.
2010-12-20 23:57:45 -05:00
Anthony Minessale 93cc3dc556 normalize tests for outbound channels to use switch_channel_direction instead of testing for CF_OUTBOUND 2010-12-15 20:59:42 -06:00
Anthony Minessale d11c83b16e revert to the last transfered conference on recover 2010-12-13 18:28:43 -06:00
Anthony Minessale f6bcf83011 expand vars in data element 2010-10-14 20:56:19 -05:00
Anthony Minessale 4d5389bd94 FS-2781 2010-10-14 20:07:26 -05:00
Anthony Minessale ac19f73cc4 refactor conference to use switch_ivr_dmachine for the digit parsing
controls are now bound to each member separately based on
conference_controls channel var, then the caller-controls param in the profile or a default to "default"

please test and report any issues in jira http://jira.freeswitch.org
2010-10-14 19:00:06 -05:00
Anthony Minessale 4eb3ec1448 update last 2010-10-13 16:55:51 -05:00
Anthony Minessale 93c2ed941a silent recovery 2010-10-13 16:17:43 -05:00
Marc Olivier Chouinard 18131a58a5 mod_conference: Fix deadlock 2010-10-12 16:06:49 -04:00
Anthony Minessale 3bb90ac41c fix some edge cases 2010-10-06 15:16:09 -05:00
Michael Jerris 0ca8d88ed4 declinatio mortuus obfirmo 2010-10-04 17:43:10 -05:00