513 Commits

Author SHA1 Message Date
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
Michael Jerris
757e9e20bd fix conference deadlock on probobly inpossible buffer failure 2010-10-04 16:58:29 -04:00
Jeff Lenk
45ecbc2f61 fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side 2010-09-29 15:47:58 -05:00
Jeff Lenk
0cc28f37fb FSCORE-676 Buffer too small 2010-09-23 08:15:55 -05:00
Michael S Collins
765cd2b7e2 Fix typos 2010-09-16 16:25:16 -07:00
Anthony Minessale
46c6650a94 pass originate flags into session_request so we can selectivly skip throttling 2010-08-26 12:19:49 -05:00
Anthony Minessale
8f1767d3ae MODAPP-424 2010-07-30 13:15:55 -05:00
Anthony Minessale
3604bd05ba answer in conf 2010-07-29 23:39:29 -05:00
Michael Jerris
9c5cd268f7 mod_conference: fix build error for Meftah before he drives me insane with nagging 2010-06-29 13:02:25 -04:00
Anthony Minessale
fd5723387e update agc 2010-06-29 09:56:38 -05:00
Jeff Lenk
a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Anthony Minessale
46064642ba update 2010-06-28 08:37:11 -05:00
Anthony Minessale
1b3a5df08d update 2010-06-25 21:10:13 -05:00
Andrew Thompson
2adde7d86d mod_conference: Add energy, volume_in and volume_out to xml_list 2010-06-25 19:29:33 -04:00
Anthony Minessale
77c662687a add (experimental) agc flag 2010-06-25 16:57:01 -05:00
Michael Jerris
f029ce07b7 mod_conference: fix relate nohear (MODAPP-428) 2010-05-31 08:41:08 -04:00
Anthony Minessale
49c9bfdb2e add conference_member_id variable to all sessions with the member id used by their conference participation (For drk__) 2010-05-21 15:51:51 -05:00
Rupa Schomaker
35dc511c67 remove patch left-overs (.orig and .rej files) 2010-05-12 03:31:27 -05:00
Anthony Minessale
a7f74af7d0 add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer 2010-05-10 13:07:34 -05:00
Brian West
01b69e2a99 MODAPP-423 2010-05-01 19:53:17 -05:00
Michael Jerris
a44e6c0891 add terminte-on-silence conference param 2010-04-26 06:58:36 -04:00
Michael Jerris
8e718ddeea add last talking time per member to conference xml list 2010-04-26 05:28:56 -04:00
Anthony Minessale
0e3202d204 MODAPP-419 2010-04-12 11:12:09 -05:00
Anthony Minessale
e0287faa91 MODAPP-402
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16908 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-04 23:28:06 +00:00
Anthony Minessale
f4d6fe834b MODAPP-400
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 19:46:34 +00:00
Anthony Minessale
984f0f44d9 MODAPP-398
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16681 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 21:57:45 +00:00
Michael Jerris
36b0bfbb4b mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16597 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-10 04:50:31 +00:00
Anthony Minessale
886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00