Commit Graph

20199 Commits

Author SHA1 Message Date
Anthony Minessale
dfb2dfd29e umm ya, the thread stack size is in bytes not kbytes 2011-12-20 17:14:38 -06:00
Anthony Minessale
239094e49c fix 2011-12-20 13:51:47 -06:00
Anthony Minessale
0f6a2bf863 the threaded one seems to not work using only fork 2011-12-20 13:49:15 -06:00
Jeff Lenk
6824871df0 fix windows warning for last commit 2011-12-20 14:18:30 -06:00
Anthony Minessale
d7a37e9754 allow system API command to capture output from the executed command 2011-12-20 12:34:21 -06:00
Anthony Minessale
0a8e6129d8 change default stacksize 2011-12-20 10:37:15 -06:00
Anthony Minessale
8ad70ce912 try some more guesses for where prefix is 2011-12-19 16:50:02 -06:00
Anthony Minessale
8073c9d626 FS-3698 reproduce the logs etc with this version 2011-12-19 15:35:02 -06:00
Stefan Knoblich
cc083ccddb [libesl] Make sure esl event buffer array subscript ist within bounds [0, sizeof(buffer)-1].
cc1: warnings being treated as errors
  libs/esl/src/esl.c: In function "esl_recv_event":
  libs/esl/src/esl.c:1190: error: array subscript is above array bounds
  libs/esl/src/esl.c:1227: error: array subscript is above array bounds

Clamp handle_recv() return value to safe values.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2011-12-19 20:39:51 +01:00
Jeff Lenk
cd7047a30c doh 2011-12-19 11:50:03 -06:00
Jeff Lenk
095f439db7 FS-3762 -- proper fix for windows 2011-12-19 11:49:14 -06:00
Marc Olivier Chouinard
1bf99e818f OPENZAP-164 --resolve
I think this will be fine for the moment.  Thanks
2011-12-19 07:38:37 -05:00
Marc Olivier Chouinard
15671263f8 FS-3317 --resolve 2011-12-19 06:53:48 -05:00
Marc Olivier Chouinard
6f47fe7fe8 FS-3620 --resolve
This look to be the same parsing done in lcr_app_function.  So I would think it an expected behavior and it good to have it at both place.
2011-12-19 00:27:51 -05:00
Marc Olivier Chouinard
cdcaedbf19 FS-1874 --resolve
Warning to nibblebill user.  This patch will change how billing amount is charged by using the previously unused nibble_inrement variable.  If you don't want to increase by increment, then just don't have the increment set
2011-12-19 00:14:03 -05:00
Marc Olivier Chouinard
047a390ad6 FS-3717 --resolve 2011-12-18 22:57:09 -05:00
Marc Olivier Chouinard
2d4e159bef FS-3763 --resolve 2011-12-18 17:04:11 -05:00
Marc Olivier Chouinard
7987d0461c FS-3397 --resolve
I've changed it to use TAG_IF instead
2011-12-18 12:49:10 -05:00
Marc Olivier Chouinard
1ddd29bf0d FS-3071 Small fix on default value, and renaming the no-verify-date to verify-date. 2011-12-18 12:08:17 -05:00
Marc Olivier Chouinard
9574ba27f7 FS-3071 I've finally merged it all. It all look good, shouldn't affect anyone who didn't set those value 2011-12-18 11:54:38 -05:00
Marc Olivier Chouinard
947096c66d FS-3071 Added the tls extra options patch 2011-12-18 11:37:04 -05:00
Marc Olivier Chouinard
235ef72f1b FS-3071 This is the sofia changes following the addition of the passphrase in libsofia 2011-12-18 11:20:38 -05:00
Marc Olivier Chouinard
6fe7644f44 Oups, forgot this 2011-12-18 11:07:11 -05:00
Marc Olivier Chouinard
f97a3266df FS-3071 I've commited the upstream passphrase backport 2011-12-18 11:04:59 -05:00
Marc Olivier Chouinard
663699f4e3 FS-2896 --resolve 2011-12-18 01:48:35 -05:00
Marc Olivier Chouinard
ab5f3f2897 FS-3254 --resolve 2011-12-18 01:15:27 -05:00
Marc Olivier Chouinard
fb43f80581 FS-3705 --resolve 2011-12-18 01:13:37 -05:00
Marc Olivier Chouinard
8379a2926e FS-3037 --resolve
Modified patch for formating, also adding support for sqlite db name parameters.  Also fix potential db issues in sqlite if using multiple profile.
2011-12-18 00:22:24 -05:00
Marc Olivier Chouinard
95710cef9f Another missing lock from e9bde2eb. 2011-12-17 19:59:31 -05:00
Marc Olivier Chouinard
ee4145c72a FS-3761 --resolve 2011-12-17 16:39:04 -05:00
Marc Olivier Chouinard
2b34887698 FS-3677 --resolve 2011-12-17 15:57:04 -05:00
Marc Olivier Chouinard
d2b4d8ef41 FS-3768 Mutex lock missing. I would personally removed that lock since all the sql call does lock it now. But maybe it required that no other request be done in the mean time. 2011-12-17 13:06:37 -05:00
Marc Olivier Chouinard
ec2dce58f8 Missing a small mutex lock from commit e9bde2eb 2011-12-17 12:54:40 -05:00
Marc Olivier Chouinard
023818bcc6 FS-302 Error in initial patch.. default scripts folder was missing the s at the end 2011-12-17 01:37:19 -05:00
Christopher Rienzo
8844cedc74 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-12-17 02:55:54 +00:00
Christopher Rienzo
1c300a3c51 mod_posix_timer -mutex fixes 2011-12-17 02:55:44 +00:00
Marc Olivier Chouinard
1923d19c43 FS-3747 --resolve 2011-12-16 21:14:48 -05:00
Christopher Rienzo
755771df62 fix mod_posix_timer segmentation fault 2011-12-17 00:48:43 +00:00
Jeff Lenk
a800993698 temp fix for windows 2011-12-16 15:54:24 -06:00
Anthony Minessale
482d9db8b0 d'oh 2011-12-16 14:41:48 -06:00
Anthony Minessale
5ed0152dd1 swig 2011-12-16 14:24:34 -06:00
Anthony Minessale
6dd5e59b05 add sofia global standby on that makes sofia not do anything but refuse to work until sofia global standby off or sofia recover is issued 2011-12-16 13:41:25 -06:00
Marc Olivier Chouinard
10dfc37770 FS-3762 --resolve
I've had to add a missing include and do some formating cleanup.
2011-12-16 15:33:22 -05:00
Anthony Minessale
4f79b5859d fix compiler err 2011-12-16 12:28:22 -06:00
Marc Olivier Chouinard
15011c4fb8 FS-3768 --resolve 2011-12-16 14:31:15 -05:00
Marc Olivier Chouinard
6d7ab6e230 FS-3765 --resolve 2011-12-16 14:08:26 -05:00
Marc Olivier Chouinard
39367229a5 FS-3429 --resolve 2011-12-16 13:46:14 -05:00
Anthony Minessale
539bd72f55 revert small change that was unintended 2011-12-16 10:45:53 -06:00
Anthony Minessale
61ac89c894 force sofia rebuild to trigger code in presence patch 2011-12-16 10:29:58 -06:00
Anthony Minessale
09725e2b64 add orbit feature to valet_parking similar to mod_fifo 2011-12-16 09:52:10 -06:00