Commit graph

709 commits

Author SHA1 Message Date
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
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
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
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
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
Anthony Minessale
2ddd9904b2 mix member play file data in with conference so you can hear the bg while hearing the member file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16408 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-19 18:12:39 +00:00
Anthony Minessale
563b20b814 doh! (it's in the dictionary now btw)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16265 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 19:00:27 +00:00
Anthony Minessale
e8060a8140 refactor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-02 16:57:36 +00:00
Anthony Minessale
c70f4a2018 nut 'n honey
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-31 20:08:57 +00:00
Brian West
908d8a7280 adding 12kHz and 24kHz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16026 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 21:24:15 +00:00
Mathieu Rene
5f60263167 mod_conference: add conference member data into the play-file-member-done event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15909 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 16:43:30 +00:00
Brian West
21e3bb970a if space
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 01:20:26 +00:00
Michael Jerris
1c9dae81a9 mod_conference: add mute on/mute off actions in addition to toggle mute action (MODAPP-370)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 17:25:28 +00:00
Anthony Minessale
d0c16f7ae2 fix video thread
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 05:09:10 +00:00
Anthony Minessale
2fa0c4910f refactor enterprise_originate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 02:17:08 +00:00
Anthony Minessale
d914db53c7 add more mutexes to video thread
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 16:56:19 +00:00
Michael Jerris
0d9de1f865 take pin from x header (MODAPP-333)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-11 01:33:05 +00:00
Anthony Minessale
3fe9da23f5 MODAPP-360
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15275 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-29 18:10:55 +00:00
Anthony Minessale
df7637f687 change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Anthony Minessale
5fa54394cf MODAPP-349
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15171 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-16 19:09:11 +00:00
Anthony Minessale
59b94dfacc refactor some of the message parsing code to use fifo to reduce threading contention
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15142 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-12 22:23:55 +00:00
Brian West
050eeb2269 MODAPP-348
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15029 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-01 00:45:17 +00:00
Michael Jerris
c5862d23ce add rate for ray
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14992 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-26 05:21:41 +00:00
Anthony Minessale
9805fc606a declinatio mortuus obfirmo!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14770 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-04 19:50:37 +00:00
Anthony Minessale
53f09acbec add mutex to deal with small race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14769 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-04 18:34:52 +00:00
Anthony Minessale
4a9b1b2261 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-02 18:33:33 +00:00
Anthony Minessale
e853753847 add play-file-done conference event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-02 16:55:17 +00:00
Brian West
7b9ab305f4 MODAPP-323
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14703 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-31 19:48:37 +00:00
Mathieu Rene
5acb8ad899 Per-call logging, part two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14510 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 21:24:51 +00:00
Anthony Minessale
9f49ae6550 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14434 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-30 18:55:39 +00:00
Mathieu Rene
5ea1149e64 fix missing )s
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14433 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-30 18:53:23 +00:00
Anthony Minessale
fd7b08f702 supress talk start/stop events during mute but still send mute-detect events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14432 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-30 17:21:52 +00:00
Anthony Minessale
0573d3cf09 FSCORE-403
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14331 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-23 15:55:13 +00:00
Rupa Schomaker
97fa03302e MODAPP-304 - add Job-UUID to conference bgdial
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14161 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-08 17:50:53 +00:00
Michael Jerris
2472bddddf fix prototype
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 16:19:03 +00:00
Michael Jerris
d2821be945 mod_conference: don't transfer back to the same conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 16:16:56 +00:00
Anthony Minessale
5c56eb121a fix regression MODAPP-284
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 17:45:36 +00:00
Anthony Minessale
082385c1da make endconf count cumulative
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13526 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 13:06:45 +00:00
Anthony Minessale
ef8ab9c1e7 add member-type header to relevant events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13471 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 19:41:41 +00:00
Brian West
ee95f09c7e audit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13451 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 02:21:56 +00:00
Brian West
f382d5327c add conference wait-mod flags and member moderator flag to delay starting a conference until someone with a moderator flag has joined
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13442 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-26 23:52:10 +00:00
Anthony Minessale
55f9c53454 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13440 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-26 22:48:43 +00:00
Michael Jerris
8d21bd56a9 MODAPP-219
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13313 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-14 22:33:17 +00:00
Michael Jerris
4441606b17 cleanup msvc code analysis tagging and warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13280 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-11 22:28:02 +00:00
Rupa Schomaker
3e220c9565 add execute_application to custom controls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 13:13:44 +00:00
Anthony Minessale
d624e70a54 MODAPP-261
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:20:22 +00:00
Anthony Minessale
04ff045b5d MODAPP-268
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13206 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:18:46 +00:00
Rupa Schomaker
41f7e28468 add transfer action to caller-controls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 18:49:59 +00:00
Anthony Minessale
b45242d8f6 too many commas
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13192 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 17:09:29 +00:00
Anthony Minessale
ffe5fde0b5 dist-dtmf flag in conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13191 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 17:07:51 +00:00
Anthony Minessale
01511a3592 add mute-detect flag to conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 17:53:51 +00:00
Anthony Minessale
93489d1010 finish up last commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 18:06:34 +00:00
Anthony Minessale
2d16372659 serialize
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 17:41:51 +00:00
Anthony Minessale
b83524217b increase sanity timer for conference auto-record to 120 seconds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 18:53:54 +00:00
Rupa Schomaker
ab7c282076 set perpetual_sound from channel var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13048 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 23:36:34 +00:00
Brian West
e9d784254f setting the moh_sound from a variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 19:36:33 +00:00
Anthony Minessale
e4a513f073 keep new conference locked the whole time during transfer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12988 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-10 21:29:09 +00:00
Anthony Minessale
68b0359cfb FSCORE-349 add flag to denote if a codec is init or not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 17:17:12 +00:00
Anthony Minessale
9fb1c60825 clean up pin prommpting and make local override stay local
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 14:26:57 +00:00
Anthony Minessale
55d01a855c add conference_enforce_security variable to bypass or require pin or locked flag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 13:57:16 +00:00
Anthony Minessale
b9c4b0b1b7 MODAPP-245
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12809 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 18:51:48 +00:00
Anthony Minessale
72eda1f374 add lock caller_control
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-25 21:01:53 +00:00
Mathieu Rene
799779e3a6 Revert unwanted changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 20:30:53 +00:00
Mathieu Rene
53ab0e2aef Fix off-by-1 read err in switch_xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 20:28:22 +00:00
Anthony Minessale
aed385fd48 MODAPP-233 (recording members should be invisible to commands
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 15:09:31 +00:00
Anthony Minessale
093d867d89 MODAPP-226
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12466 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-05 16:53:31 +00:00
Brian West
f996890d1c More OCD.. again this one was me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12438 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-05 04:07:50 +00:00
Michael Jerris
2717c1e034 revert a bad bit in r12317
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 23:00:36 +00:00
Anthony Minessale
9d6dd53afc reduce memory usage
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 22:30:00 +00:00
Anthony Minessale
3dd6e878e7 MODAPP-221
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12262 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-24 18:36:45 +00:00
Anthony Minessale
9886f369c3 add direction col to sql db, add direction param to session_create, log dtmf digits to digits_dialed variable for cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 16:31:59 +00:00
Anthony Minessale
99026e02e7 event socket / ESL improvements
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 23:19:58 +00:00
Anthony Minessale
da507c5f1e add resampler to speech handles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12141 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-18 18:53:28 +00:00
Brian West
babb2f83f5 update copyright
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 23:37:37 +00:00
Anthony Minessale
c31a7f2563 replace the resampler code with the awesome code from speex
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12003 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 23:35:17 +00:00
Anthony Minessale
be25cc9631 spring cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11730 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 19:09:06 +00:00
Anthony Minessale
a223a59d5e fix regression in previous fix for MODAPP-209
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 16:03:56 +00:00
Anthony Minessale
974347eac0 MODAPP-209
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11661 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 22:43:46 +00:00
Michael Jerris
40b19bf28b mod_conference: add conference list summary command (MODAPP-197)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 23:16:32 +00:00
Brian West
ae220d3341 update email
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:20:54 +00:00
Anthony Minessale
8daae0bb4e refactor conference record function to fix some bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 23:38:06 +00:00
Brian West
414adc5728 MINTWO flag to kick both out if its two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11523 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 23:34:43 +00:00
Anthony Minessale
ec3f6f4ec6 add chat interface EXTRAGUY-00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11319 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 20:49:47 +00:00
Anthony Minessale
0e4a051ec7 MODAPP-200
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-19 18:01:44 +00:00
Anthony Minessale
ea5c385281 numerous fixes from regression testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-09 20:34:01 +00:00
Brian West
f813ebe087 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-08 17:36:32 +00:00
Anthony Minessale
4cc1136433 fix some media issues (shoud go into the 1.0 branch)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-06 21:07:58 +00:00
Brian West
dace6b6bb9 sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 21:49:28 +00:00
Anthony Minessale
aae3c8b8a3 make conference verbose-events param to control if events have all the channel data or not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 20:44:45 +00:00
Anthony Minessale
2b3766a053 make conference verbose-events param to control if events have all the channel data or not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11073 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 20:25:02 +00:00
Brian West
9bd272284d Revert my change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 16:54:15 +00:00
Brian West
532b650551 don't add pre tag because its bad to assume
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11066 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-04 00:58:50 +00:00
Brian West
9239d4217e shush compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11063 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-03 18:24:45 +00:00
Anthony Minessale
160fbc2c3d add 'conference xml_list' and 'conference myconf xml_list'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11062 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-03 18:04:30 +00:00
Anthony Minessale
2a90a43fd4 a few changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 01:08:51 +00:00
Anthony Minessale
80a4a23505 allow conf command from dp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10848 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-17 14:21:53 +00:00
Anthony Minessale
c87d2c0b8b add mod_celt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10841 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-17 01:53:46 +00:00
Anthony Minessale
0534d8e92d fix conference record race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 23:39:16 +00:00
Anthony Minessale
a579a28324 add vars param to switch_ivr_originate for recursion MODAPP_175
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 14:59:24 +00:00
Anthony Minessale
6ea585954f runaway thread when floor holder has no video and other people do have video
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-03 17:30:56 +00:00
Anthony Minessale
2ed601f934 more stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10410 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-14 23:31:21 +00:00
Anthony Minessale
476d88b442 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10378 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-13 19:08:54 +00:00
Michael Jerris
98f74a5f99 better sound prefix handling when using say: and allow say: on kick sounds.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10359 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-12 14:15:58 +00:00
Michael Jerris
ead52728e0 whitespace cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10358 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-12 13:59:14 +00:00
Michael Jerris
7a2f14a1cd clean up mod_conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-10 18:31:58 +00:00
Anthony Minessale
49f353b74e Adjust core and add video caps to mod_conference with video follow audio (first cut)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-10 18:26:41 +00:00
Anthony Minessale
30c318b995 clean some old members and naming conventions in the codec structs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 17:48:42 +00:00
Michael Jerris
78fe4073e1 (MDXMLINT-36) don't add module interfaces before returning from error conditions in module load functions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-19 23:58:43 +00:00
Anthony Minessale
aac2fb84ad Avoiding NitPick MODAPP_155
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:39:35 +00:00
Anthony Minessale
baf6560816 add clarification and expose stop async
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10013 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:17:08 +00:00
Anthony Minessale
372b7f8d48 set read codec to NULL for reset is better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 18:49:26 +00:00
Brian West
ab39fbc512 polishing up things
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9964 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:44:52 +00:00
Brian West
e0cdf8172a more polishing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9959 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 06:19:56 +00:00
Brian West
1cda796da8 spelling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 23:05:55 +00:00
Brian West
4330529c73 tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 04:36:45 +00:00
Anthony Minessale
003847dd0d add some more specific events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 17:10:05 +00:00
Anthony Minessale
432da6e071 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9496 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-09 18:24:13 +00:00
Brian West
fdab19b277 I before e, except after c.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9399 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 03:46:27 +00:00
Michael Jerris
05b01a6c03 switch some usages of switch_event_add_header to switch_event_add_header_string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9309 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 02:19:43 +00:00
Michael Jerris
1eeba1f85e attempt to fix MODAPP-129, seg when kicking many conference members quickly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 04:07:33 +00:00
Anthony Minessale
ce3b48158d perpetual sound does not auto-mute, you can do that yourself if you want it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 15:34:25 +00:00
Anthony Minessale
4a278c111d extra blank-string protection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:11:50 +00:00
Anthony Minessale
12b3a4f451 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-04 22:51:03 +00:00
Michael Jerris
24cef98170 only treat the right event types as a message (MODAPP-116)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 15:07:47 +00:00
Michael Jerris
423275120c handle invalid events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9183 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-28 15:55:24 +00:00
Anthony Minessale
00c04fb0e8 fail out of conference if write to buffer doesn't work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 18:55:05 +00:00
Brian West
d53d96fd73 underscores not dashes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8929 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 16:26:10 +00:00
Michael Jerris
431c688963 auto-record parameter enhancement (MODAPP-112)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 03:52:13 +00:00
Michael Jerris
af7f5c152a let conference pin entry start during prompt (MODAPP-111
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8910 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-07 19:31:19 +00:00
Michael Jerris
2f94f73921 make modules unbind events and un-reserve subclasses on module unload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 23:54:35 +00:00
Michael Jerris
64997c4d8e vim extendtab is bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8894 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 19:12:26 +00:00
Brian West
b8fcbe02b8 MODLANG-67 part2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-18 18:42:21 +00:00
Anthony Minessale
f930eaeec7 indent pass 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8689 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:54:52 +00:00
Anthony Minessale
307e9ef7d6 name change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-24 03:46:19 +00:00
Anthony Minessale
50d821c90b fix pissed off boss
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 18:32:23 +00:00
Anthony Minessale
89bae46bd0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8414 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 17:57:14 +00:00
Anthony Minessale
90bc9ade7d more name changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8359 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 13:46:07 +00:00
Michael Jerris
cc0f50a9b1 fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8353 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 21:10:19 +00:00
Michael Jerris
c4a4a1de6e updated iax build for msvc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8324 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 01:58:44 +00:00
Anthony Minessale
c4a18a09c2 spring cleaning, lose some pointless code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 19:19:47 +00:00
Anthony Minessale
4b929592cc change names to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 15:30:55 +00:00
Anthony Minessale
f96422026a add presence for conference and dial an eavesdrop
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-11 22:35:30 +00:00
Anthony Minessale
ecece5885f update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7972 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-27 20:36:03 +00:00
Michael Jerris
a403c233d7 add conference profile param suppress-events to allow you to turn off certain events. (MODAPP-81)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7914 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-18 16:17:17 +00:00
Anthony Minessale
bed25ed751 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-04 23:42:16 +00:00
Brian West
131863171f cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 23:23:59 +00:00
Michael Jerris
4981dcfb96 pool allocate instead.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7640 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 23:10:28 +00:00
Michael Jerris
d6c105efe0 switch_bytes_per_frame -> switch_samples_per_frame rename
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 23:02:06 +00:00
Anthony Minessale
5abf2506a2 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7637 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 22:18:15 +00:00
Anthony Minessale
950f13e4d9 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 22:17:20 +00:00