3531 Commits

Author SHA1 Message Date
Ken Rice
babeca40dd FS-5128 --resolve 2013-02-26 10:44:32 -06:00
William King
14ce24950e FS-4714: remove the DEBUG to DEBUG1 change 2013-02-25 17:45:10 -08:00
Michael Jerris
42de032273 change duplicate FIFO-Action from bridge-consumer-stop to channel-consumer-stop (same for start) for the set of events that were not for the bridge. Also, when trying to pull a specific call out of queue, end pending outbound calls to the agent first to avoid blocking 2013-02-25 17:03:37 -05:00
Anthony Minessale
362b101ede FS-5024 please use the new application from this patch media_reset in place of setting bypass_media=false 2013-02-21 11:44:18 -06:00
Anthony Minessale
042347802b changing the params thing a bit, use {foo=bar} syntax instead 2013-02-20 16:34:22 -06:00
Anthony Minessale
e0b883f581 FS-5105 --resolve 2013-02-19 13:17:24 -06:00
Raymond Chandler
9733740cab Merge branch 'master' of fs-git:freeswitch 2013-02-15 14:47:56 -05:00
Raymond Chandler
660fd495fc 4714 --resolve add decode 2013-02-15 14:47:49 -05:00
Anthony Minessale
6abdbe5ac4 FS-5044 --resolve proposed solution appears to be the best route 2013-02-14 11:20:11 -06:00
Raymond Chandler
cd7d1efc2a FS-4714 --resolve patch applied 2013-02-13 15:08:19 -05:00
Brian West
090cdaa9d3 sigh 2013-02-12 17:03:06 -06:00
Ken Rice
8a0c5152d7 FS-4906 --resolve 2013-02-11 20:08:15 -06:00
Marc Olivier Chouinard
30faa2dd87 FS-4532 --resolve 2013-02-07 22:01:08 -05:00
Raymond Chandler
70f4741b50 fix build 2013-01-31 18:52:11 -05:00
Raymond Chandler
f8cbbb032c FS-4351 --resolve patch tested and applied 2013-01-31 14:56:48 -05:00
Anthony Minessale
5c176e889d FS-4810 --resolve 2013-01-31 08:59:58 -06:00
Marc Olivier Chouinard
b594503c04 mod_voicemail: add extra param inside the MWI event to know if it was fired because of a new message, or other reason 2013-01-30 14:58:35 -05:00
Brian West
ccad34f0b5 sigh, wip cisco mwi issue 2013-01-29 14:45:43 -06:00
Marc Olivier Chouinard
74401ed00b FS-3924 --resolve 2013-01-27 15:06:43 -05:00
Steve Underwood
744f3ab714 Merge branch 'master' of git.freeswitch.org:freeswitch 2013-01-26 01:32:24 +08:00
Steve Underwood
063d59922b Properly enforce the far end max datagram when constructing UDPTL packets 2013-01-26 01:31:38 +08:00
Marc Olivier Chouinard
165ffb9f8f FS-5025 Added user/group/domain merge of param/var before calling vm delivery allowing to have variable or param value set at the domain or group level 2013-01-24 16:41:29 -05:00
Michael Jerris
92cdd30458 not implemented so lets not break compile 2013-01-24 09:59:09 -05:00
Marc Olivier Chouinard
5542d040a2 mod_voicemail: Add new vm_fsdb_pref_greeting_get
mod_voicemail_ivr: Added the new param for API vm_fsdb_pref_greeting_get WARNING, you must add it to the config or else module will complain of missing value... With the new API, it will now playback the greeting when setting it.  Will need to figure out a better way to deal with api being added in the future...  Add support to auto start new message playback and made it default in the config file.
mod_voicemail_ivr phrases : make value = 0 as plural (0 messages).  Don't tell the option for new message if no new message present.  Changes a few default key to match more closely mod_voicemail key settings.
2013-01-24 00:04:34 -05:00
Marc Olivier Chouinard
67111b0770 mod_voicemail_ivr: Fix default config file 2013-01-22 21:59:15 -05:00
Stefan Knoblich
d311b4380e mod_fsv: Check audio/video frame size for possible buffer overflow and abort playback
Audio frame sizes were already being checked for overflow,
but video frame sizes were taken as-is, which would
lead to heap corruption.

In case an overflow has been detected, playback is aborted immediately as
there is no way we can ever recover from such a situation due to the lack
of a (well-known) frame header signature that could be used to skip over
the corrupted part of the streams.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-21 23:27:23 +01:00
Anthony Minessale
dd8784a9e0 add terminators to dmachine and a way to use them in dp_tools and httapi 2013-01-21 15:36:35 -06:00
Michael Jerris
254f7ee44b FS-4903: --resolve add/remove records from fifo_outbound not queued so the count query directly follwing gets the correct result 2013-01-21 12:44:12 -05:00
Michael Jerris
f0726482cd FS-4903: add back running fifo_callers queries not queued 2013-01-20 21:42:03 -05:00
Anthony Minessale
8e6460fed3 httapi did not pass number of channels up to top level filehandle so stereo files caused buffer overflow 2013-01-18 18:06:50 -06:00
Marc Olivier Chouinard
cad607d72e FS-5019 --resolve I would rather have this fix in the core... But in the mean this, this look good. Thanks 2013-01-18 00:06:05 -05:00
Marc Olivier Chouinard
ede1217e47 FS-4832 2013-01-17 20:45:41 -05:00
Raymond Chandler
7b1ea2c8ff Merge branch 'master' of fs-git:freeswitch 2013-01-16 20:24:06 -05:00
Raymond Chandler
591c62eea1 set cid in transfer scenario too 2013-01-16 20:23:55 -05:00
Michael Jerris
8ae4114d54 always use queue so we keep the incs and decs in the right order 2013-01-16 17:37:37 -05:00
Raymond Chandler
a6830b2653 use text in this say case 2013-01-16 16:57:43 -05:00
Raymond Chandler
34f99c113b prefer text attribute over file attribute and tag body for speak and say 2013-01-15 18:43:38 -05:00
Raymond Chandler
86242db094 don't seg if we forget milliseconds on pause tag 2013-01-14 21:31:59 -05:00
Brian West
d04016dd89 FS-5018 --resolve 2013-01-14 08:20:08 -06:00
Anthony Minessale
b3d12d49b3 FS-5013 --resolve better to submit here and I can tell you when you can commit 2013-01-13 19:39:01 -06:00
Marc Olivier Chouinard
da1f3c380e FS-3924 --resolve 2013-01-13 01:00:38 -05:00
Marc Olivier Chouinard
3e7ccb4689 FS-4832 --resolve 2013-01-13 00:51:54 -05:00
Steve Underwood
b18490ae06 Layout tweaks 2013-01-10 22:12:19 +08:00
Steve Underwood
10152cd336 Tweaks to formatting and minor steps towards T.38 support in T.31 2013-01-10 08:37:58 +08:00
Stefan Knoblich
5ae5803e63 mod_soundtouch: Use sed to patch configure.ac to use AC_CONFIG_HEADERS
AM_CONFIG_HEADER is deprecated in automake 1.13.1 (and temporarily not available in 1.13),
the replacement is available in autoconf-2.59 (and maybe before).

NOTE: Remove sed hackery when upstream has released a fixed version (> 1.7.0)

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-10 00:17:02 +01:00
Anthony Minessale
1e5beafe97 FS-5002 --resolve 2013-01-07 14:22:56 -06:00
Anthony Minessale
a2e46d558f FS-4984 --resolve 2013-01-07 11:06:55 -06:00
Raymond Chandler
5462ea69ac don't disable conference if conference-set-profile is disallowed and set expand-vars permission to match code 2013-01-04 20:53:00 -05:00
Travis Cross
b2714cbc30 Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in
the environment.  So instead we use os.environ.get('CFLAGS','') which
will return the empty string in the event no CFLAGS variable is set.

The previous problematic pattern originated from the suggested code
here for importing the build environment in SCons:

  http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line.

FS-4746 --resolve
2013-01-03 17:38:28 +00:00
Steve Underwood
79d578adeb Use a new function in spandsp to access the AT interpreter state inside a T.31
state, rather than directly probing inside the T.31 structures.
2013-01-01 23:48:47 +08:00