Russell Bryant
43e9b0f67c
(closes issue #7852 )
...
Reported by: nic_bellamy
Patches:
2006-10-03_svn_44249_voicemail_lockmode_v3.patch uploaded by nic_bellamy (license 213)
Add support for configurable file locking methods. The default is "lockfile",
which is the old behavior. There is an additional option, "flock", which is
intended for use in situations where the lockfile method will not work, such as
with SMB/CIFS mounts.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-28 16:28:26 +00:00
..
2007-02-07 23:56:46 +00:00
2007-02-18 15:03:42 +00:00
2007-08-23 13:37:20 +00:00
2007-07-18 19:47:20 +00:00
2007-07-26 15:49:18 +00:00
2007-07-20 14:38:36 +00:00
2007-06-14 19:39:12 +00:00
2007-05-24 22:07:50 +00:00
2007-05-24 22:07:50 +00:00
2007-05-24 22:07:50 +00:00
2007-08-22 14:12:24 +00:00
2007-08-28 16:28:26 +00:00
2007-07-08 21:01:28 +00:00
In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
2007-07-05 18:15:22 +00:00
2007-07-08 21:01:28 +00:00
2007-07-08 21:01:28 +00:00
2007-07-09 04:09:16 +00:00
2007-08-28 16:28:26 +00:00
2007-08-03 19:41:42 +00:00
2007-08-22 22:43:12 +00:00
2007-08-21 15:51:49 +00:00
2007-08-01 15:39:54 +00:00
2007-08-06 19:52:40 +00:00
2007-08-24 19:03:39 +00:00
2007-08-14 14:17:43 +00:00
2007-06-06 21:20:11 +00:00
2007-08-01 15:28:02 +00:00
2007-08-17 14:41:33 +00:00
2007-05-20 17:52:00 +00:00
2007-06-24 17:42:39 +00:00
2007-08-10 16:24:11 +00:00
2007-08-10 18:37:32 +00:00
2007-06-06 21:20:11 +00:00
2007-07-16 20:58:56 +00:00
2007-08-16 21:09:46 +00:00
2007-08-24 20:25:39 +00:00
2007-08-16 21:09:46 +00:00
2007-08-10 16:24:11 +00:00
2007-08-10 14:17:42 +00:00
2007-06-06 21:20:11 +00:00
2007-08-07 15:40:43 +00:00
2007-08-06 19:52:40 +00:00
2007-08-16 21:09:46 +00:00
2007-07-26 15:49:18 +00:00
2007-07-26 15:49:18 +00:00
2007-06-24 18:51:41 +00:00
2007-06-24 18:51:41 +00:00
2007-08-16 21:09:46 +00:00
2007-08-16 21:09:46 +00:00
2007-08-22 20:44:23 +00:00
2007-08-16 21:09:46 +00:00
2007-06-06 21:20:11 +00:00
2007-08-24 19:50:16 +00:00
2007-08-27 13:23:36 +00:00
2007-07-30 20:19:13 +00:00
2007-08-17 14:07:44 +00:00
2007-08-07 23:04:01 +00:00
2007-08-08 19:30:52 +00:00
2007-07-26 15:49:18 +00:00
2007-06-07 19:31:05 +00:00
2007-08-06 19:52:40 +00:00
2006-12-27 22:14:33 +00:00
2007-06-06 21:20:11 +00:00
2007-08-20 22:53:48 +00:00
2007-08-16 21:09:46 +00:00
2007-08-20 22:53:48 +00:00
2007-08-17 19:13:25 +00:00