2663 Commits

Author SHA1 Message Date
Jeff Lenk
707bd05b7c FS-3417 --resolve Heap corruption in strftime_api_function -thanks 2011-07-13 08:43:35 -05:00
Michal Bielicki - cypromis
a56aa89cc5 what works on centos6 does not have to work on centos5 again .. 2011-07-12 17:14:36 +02:00
Michal Bielicki - cypromis
0de51f9829 lets see what this soundtouch makefile will do 2 2011-07-12 16:58:06 +02:00
Michal Bielicki - cypromis
1a315f34ec what works on centos6 does not have to work on centos5 2011-07-12 16:42:44 +02:00
Michal Bielicki - cypromis
a1433bd053 Isn't it fun to have to fix upstreams autoheadache incompatibilities ?? 2011-07-12 16:15:37 +02:00
Michal Bielicki - cypromis
fe5fcd1273 lets see what this soundtouch makefile will do 2011-07-12 15:52:36 +02:00
Michal Bielicki
b11a3387d8 sklerosis 2011-07-12 14:52:59 +02:00
Michal Bielicki
4a086f4b5d final touch to mod_soundtouch :D 2011-07-12 13:59:37 +02:00
Michal Bielicki
60eef72a32 autoheadache done badly suxx 2011-07-12 01:25:31 +02:00
Michal Bielicki - cypromis
f8563c00c3 soundtouch playys on my nerves 2011-07-11 23:51:16 +02:00
cypromis
dfb5c62945 updated soundtouch to library 1.5.0 to fix gcc > 4.3 incompatibilities 2011-07-11 20:58:35 +02:00
Marc Olivier Chouinard
a3279a384c mod_voicemail: Make the vm_fsdb_auth api use the new db-password-override value 2011-07-09 16:29:03 -04:00
Marc Olivier Chouinard
a9db642a36 mod_voicemail: Add 2 new profile settings, db-password-override and allow-empty-password-auth. By default, they have value of their previous behavior. If db-password-override=true, the db password will only be used if present, if not present fallback to the xml config file vm-password. If allow-empty-password-auth=false, it will disable login via a authentication method if there is no password set in the user account (This wont affect voicemail_authorize=true login). 2011-07-09 16:13:36 -04:00
Marc Olivier Chouinard
b235911f00 mod_protovm: Fix the set password ivr. Made the terminate key configurable for digit capture, and a few ident and other small changes 2011-07-09 13:24:43 -04:00
Marc Olivier Chouinard
7527c2feda mod_protovm: Commenting out sound file not present in callie sound set 2011-07-09 03:39:57 -04:00
Marc Olivier Chouinard
8105f79e62 mod_protovm: Adding basic callback functionnality 2011-07-09 00:06:03 -04:00
Jeff Lenk
bbbd67ba08 fix small leak in strftime 2011-07-08 22:12:10 -05:00
Marc Olivier Chouinard
ee91b6374a mod_protovm: Basic update of caller display with current message cid/name 2011-07-08 22:00:04 -04:00
Jeff Lenk
dab274da78 fix compiler error - equivalent 2011-07-08 20:33:58 -05:00
Marc Olivier Chouinard
2703a2cd05 mod_protovm: Add premitive tone playback before recording. Need to make this optional and configurable 2011-07-08 20:47:12 -04:00
Marc Olivier Chouinard
c06e8fdf49 mod_voicemail: Add simple mwi update on vm_fsdb_purge api cmd 2011-07-08 20:35:09 -04:00
Marc Olivier Chouinard
fae0b7b313 mod_voicemail: Add vm_fsdb_msg_forward api call 2011-07-08 20:15:21 -04:00
Marc Olivier Chouinard
b53fd77108 mod_callcenter: More changes to be more friendly/compliant/respectful with loopback channels. Brought to you by François Delawarde 2011-07-08 19:28:30 -04:00
Marc Olivier Chouinard
0537bc18e4 mod_protovm: Add Message Forwarding Capability (Require a mod_voicemail patch that will follow in the near future) 2011-07-08 19:26:43 -04:00
Anthony Minessale
765be8c96f FS-3406 --resolve 2011-07-08 14:54:51 -05:00
Travis Cross
8895de1bba let mod_directory use non-XML dialplans 2011-07-08 10:42:31 +00:00
Anthony Minessale
9cf44f3a5e fix campon to play music even on first run and cancel faster 2011-07-06 16:45:36 -05:00
Stefan Knoblich
b6826180f3 mod_ladspa: Set setenv() overwrite flag to replace empty LADSPA_PATH variables.
For complete putenv()-like behaviour.

Further investigation on why putenv() caused EFAULTs on execve() and
segfaults on reload:

putenv(3):

   "The string pointed to by string becomes part of the environment,
    so altering the string changes the environment."

setenv(3):

   "This function makes copies of the strings pointed to by name and value
    (by contrast with putenv(3))."

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-07-04 01:18:51 +02:00
Stefan Knoblich
f6dadb587c mod_ladspa: putenv() breaks the process environment variables, use setenv() instead.
Use of putenv() to set LADSPA_PATH broke the proccess environment variables, for some
unknown reason, causing segfaults on "reload mod_ladspa" and restarting
FreeSWITCH (with "fcstl shutdown restart").

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-07-03 14:01:08 +02:00
Brian West
7fee1fd157 Fix fifo orbit timeout when not using a chime tested with and without chime 2011-06-30 16:24:09 -05:00
Anthony Minessale
8592b6d91e FS-3382 --resolve 2011-06-29 18:33:27 -05:00
Anthony Minessale
79e9f19cb9 add execute_on_fax_success, execute_on_fax_failure and execute_on_fax_result channel variables to trigger an app or lua script when a fax result is received 2011-06-29 18:22:57 -05:00
Anthony Minessale
f12ab59e88 omit file_string:// prefix if input begins with ~ 2011-06-28 08:25:46 -05:00
Anthony Minessale
b6fc1a5f30 FS-3372 --resolve 2011-06-27 10:09:15 -05:00
Travis Cross
8a8b70b7a4 comment cleanup 2011-06-26 13:30:05 +00:00
Anthony Minessale
8beb10d25b FS-3367 --resolve the start was actually broken in the same way, instead of your exact patch I replaced both original functions to work as your patch suggests 2011-06-23 14:57:46 -05:00
Anthony Minessale
2486306126 FS-3275 try this patch 2011-06-23 11:57:38 -05:00
Anthony Minessale
6eb3ff7af0 FS-3275 try this then 2011-06-22 19:03:33 -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
d4fe85ed24 FS-3275 --resolve 2011-06-20 11:15:24 -05:00
Anthony Minessale
0128bce4ac missed an = 2011-06-17 15:56:27 -05:00
Anthony Minessale
8793c2ed37 fix memory issue in spandsp_tone_detect 2011-06-17 11:51:23 -05:00
Jeff Lenk
2e1f0b50a8 FS-3350 try this 2011-06-16 17:09:26 -05:00
Jeff Lenk
0555b702db FS-3345 --resolve add more fax event information 2011-06-16 11:11:49 -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
07a797522a FS-3214 try this patch 2011-06-08 18:50:21 -05:00
Anthony Minessale
e8962d5687 move muted/unmuted indications to main thread via flags 2011-06-08 15:08:41 -05:00
Anthony Minessale
a405b779c9 FS-3319 --resolve 2011-05-27 19:14:00 -05:00
Moises Silva
1078f77f42 Merge remote-tracking branch 'fsorig/master' 2011-05-27 16:37:24 -04:00