2735 Commits

Author SHA1 Message Date
Brian West
1623e5d295 Merge branch 'openmethods-merged-dtmf-20110126' of git://scm.dashjr.org/var/scmroot/git/freeswitch 2011-01-31 14:13:03 -06:00
Marc Olivier Chouinard
49a5effcdf mod_callcenter: Add error response for queue load and queue reload (FS-2988) 2011-01-29 03:09:06 -05:00
Brian West
314a2a1e20 FS-3004 2011-01-27 15:53:01 -06:00
Anthony Minessale
6f58e6aa42 FS-2771 2011-01-26 15:19:28 -06:00
Luke Dashjr
89253a1391 MERGE: OpenMethods ASR enhancements: multiple concurrent grammars and dialplan access to start-input-timers 2011-01-26 14:54:36 -06:00
Anthony Minessale
28465f38a0 update syntax 2011-01-25 11:12:16 -06:00
Anthony Minessale
d164a79764 add moh by default to uuid_broadcast when only broadcasting to A leg
use aleg arg to disable this
2011-01-25 11:10:59 -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
Jeff Lenk
7fbc47f83a FS-2973 Fix possible segfaults and memory leak during unload, and add new setting odbc-retries 2011-01-21 09:09:53 -06:00
Joao Mesquita
1c95ad98cd Export the variables to the b leg as well 2011-01-20 22:43:50 -03:00
Travis Cross
de49305ad5 let vmain-key and operator-key be set empty
The defaults for these keys are empty.  This change allows them to be
set empty in the XML config without error.
2011-01-18 04:24:04 +00:00
Anthony Minessale
2e0747272f fix regression in commit 98f74a5f FS-2965 2011-01-13 10:41:33 -06:00
Anthony Minessale
8458adebbb avoid scheduler caling a function on null hash during shutdown 2011-01-13 10:30:29 -06:00
Anthony Minessale
fb017a52d1 clear last_transferred conference when you exit the conference app 2011-01-12 16:46:33 -06:00
Michael Jerris
54421f5910 mod_voicemail: add events for record/change greeting and record name 2011-01-11 13:12:23 -05:00
Anthony Minessale
fcc912a991 add mod_fsk 2011-01-10 17:26:32 -06:00
Brian West
83ce26b226 FS-2972 2011-01-10 09:56:03 -06:00
Andrew Thompson
300348916e Log error when there's no IVR menus configured when you call 'ivr' DP app 2011-01-09 14:42:42 -05:00
Anthony Minessale
b262f44ce2 add temp_hold_music var that is only valid until you transfer the call and finishing touches on bind meta to A-D 2011-01-05 18:58:56 -06:00
Anthony Minessale
27869d7a26 add bind meta on A-D and refactor 2011-01-05 17:53:27 -06:00
Anthony Minessale
8f9ddb5a89 42 2011-01-05 10:42:44 -06:00
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Michael Jerris
23d9a237dc don't seg in edge case error conditions 2011-01-05 10:46:27 -05:00
Michael Jerris
342678698c set tracking data before enabling hooks 2011-01-05 10:17:31 -05:00
Michael Jerris
9ee13b723e don't seg in edge case error conditions 2011-01-05 09:54:27 -05: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
844ac2201c fix bad codepaths in mod_snapshot 2010-12-27 17:41:26 -06:00
Anthony Minessale
f6eab64c5c add uuid_buglist to fetch the current media-bugs attached to a given session uuid 2010-12-27 17:20:41 -06: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
Anthony Minessale
34a0ca5096 drop rtp frame that was already replaced with a cng frame 2010-12-22 20:38:57 -06:00
Joao Mesquita
b49c366efb Fix some log lines and a flag logic. 2010-12-21 23:55:26 -03:00
Joao Mesquita
48ed9c2c5d Merge branch 'master' of git@git.freeswitch.org:freeswitch 2010-12-21 23:41:42 -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
Anthony Minessale
4d7e4f1ec2 change switch_strip_spaces to specify if you want it to dup the string or destroy the current buffer 2010-12-21 20:30:28 -06: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
34690e47ff FS-2879 2010-12-20 11:16:14 -06:00
Anthony Minessale
ab0a2bfa03 prune 2010-12-17 17:15:42 -06:00
Anthony Minessale
ee562c82e1 FS-2879 2010-12-17 16:06:11 -06: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
Mathieu Rene
c4154633cc FS-2929 2010-12-15 09:43:54 -05:00
Anthony Minessale
d11c83b16e revert to the last transfered conference on recover 2010-12-13 18:28:43 -06:00
Anthony Minessale
d547096164 dramatic jitterbuffer changes 2010-12-10 17:47:46 -06:00
Anthony Minessale
bbf1cd1f43 allow epoch in strftime_tz 2010-12-10 17:47:46 -06:00
Jeff Lenk
c6e7988bf8 FS-2904 detect_speech documentation incomplete 2010-12-09 14:25:39 -06:00