Jason Parker
c7a9ec1691
(issue #10724)
Reported by: eliel
Patches:
res_features.c.patch uploaded by eliel (license 64)
res_agi.c.patch uploaded by seanbright (license 71)
res_musiconhold.c.patch uploaded by seanbright (license 71)
pbx.c.patch uploaded by moy (license 222)
logger.c.patch uploaded by moy (license 222)
frame.c.patch uploaded by moy (license 222)
manager.c.patch uploaded by moy (license 222)
http.c.patch uploaded by moy (license 222)
dnsmgr.c.patch uploaded by moy (license 222)
res_realtime.c.patch uploaded by eliel (license 64)
res_odbc.c.patch uploaded by seanbright (license 71)
res_jabber.c.patch uploaded by eliel (license 64)
chan_local.c.patch uploaded by eliel (license 64)
chan_agent.c.patch uploaded by eliel (license 64)
chan_alsa.c.patch uploaded by eliel (license 64)
chan_features.c.patch uploaded by eliel (license 64)
chan_sip.c.patch uploaded by eliel (license 64)
RollUp.1.patch (includes all of the above patches) uploaded by seanbright (license 71)
Convert many CLI commands to the NEW_CLI format.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-09-18 22:43:45 +00:00
..
2007-02-07 23:56:46 +00:00
2007-09-05 00:53:14 +00:00
2007-09-11 13:10:04 +00:00
2007-09-17 20:19:58 +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-09-12 16:24:45 +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-09-13 18:52:35 +00:00
2007-08-03 19:41:42 +00:00
2007-09-13 19:16:24 +00:00
2007-09-06 22:34:44 +00:00
2007-08-01 15:39:54 +00:00
2007-08-06 19:52:40 +00:00
2007-09-14 21:30:44 +00:00
2007-09-06 22:34:44 +00:00
2007-06-06 21:20:11 +00:00
2007-08-01 15:28:02 +00:00
2007-09-12 20:50:40 +00:00
2007-05-20 17:52:00 +00:00
2007-09-10 17:39:08 +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-09-04 13:11:49 +00:00
2007-09-18 22:43:45 +00:00
2007-08-24 20:25:39 +00:00
2007-08-16 21:09:46 +00:00
2007-08-29 19:41:16 +00:00
2007-09-05 20:58:19 +00:00
2007-06-06 21:20:11 +00:00
2007-09-18 22:43:45 +00:00
2007-08-06 19:52:40 +00:00
2007-09-18 22:43:45 +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-09-18 22:43:45 +00:00
2007-08-29 15:59:10 +00:00
2007-09-18 22:43:45 +00:00
2007-06-06 21:20:11 +00:00
2007-09-18 22:43:45 +00:00
2007-08-27 13:23:36 +00:00
2007-09-05 20:58:19 +00:00
2007-08-30 20:31:45 +00:00
2007-09-05 16:31:39 +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
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