2007-07-25 21:53:35 +00:00
..
2007-02-07 23:56:46 +00:00
2007-02-18 15:03:42 +00:00
2007-07-06 16:30:32 +00:00
2007-07-18 19:47:20 +00:00
2007-01-23 00:11:32 +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
2006-08-21 02:11:39 +00:00
2007-05-24 22:07:50 +00:00
2007-01-23 00:11:32 +00:00
After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
2007-07-19 23:24:27 +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-07-23 14:32:04 +00:00
2007-01-14 22:00:51 +00:00
2007-06-12 14:16:37 +00:00
2006-08-21 02:11:39 +00:00
2007-07-18 19:47:20 +00:00
2007-07-18 19:47:20 +00:00
2007-07-25 21:53:35 +00:00
2007-06-06 21:20:11 +00:00
2007-07-23 14:21:41 +00:00
2007-07-17 14:32:15 +00:00
2007-05-20 17:52:00 +00:00
2007-06-24 17:42:39 +00:00
2007-07-23 14:32:04 +00:00
2007-06-14 19:39:12 +00:00
2007-06-06 21:20:11 +00:00
2007-07-16 20:58:56 +00:00
2007-06-18 16:56:06 +00:00
2007-06-14 19:39:12 +00:00
2006-08-21 02:11:39 +00:00
2007-07-23 14:32:04 +00:00
2007-06-06 21:20:11 +00:00
2007-06-22 15:03:32 +00:00
2007-06-06 21:20:11 +00:00
2006-08-21 02:11:39 +00:00
2007-06-20 17:55:09 +00:00
2007-01-23 00:11:32 +00:00
2007-07-18 19:47:20 +00:00
2007-01-26 22:55:06 +00:00
2007-06-06 21:20:11 +00:00
2007-06-24 18:51:41 +00:00
2007-06-24 18:51:41 +00:00
After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
2007-07-19 23:24:27 +00:00
2007-07-23 14:21:41 +00:00
2007-07-02 21:50:15 +00:00
2007-07-24 02:59:49 +00:00
2006-08-21 02:11:39 +00:00
2007-06-06 21:20:11 +00:00
2007-07-23 19:51:41 +00:00
2006-08-21 02:11:39 +00:00
2006-08-21 02:11:39 +00:00
2006-08-21 02:11:39 +00:00
2007-07-25 09:45:15 +00:00
2007-07-18 19:47:20 +00:00
2007-06-25 13:42:51 +00:00
2006-08-21 02:11:39 +00:00
2007-05-25 13:26:52 +00:00
2007-02-18 15:03:42 +00:00
2007-06-07 19:31:05 +00:00
2007-06-06 21:20:11 +00:00
2006-12-27 22:14:33 +00:00
2007-06-06 21:20:11 +00:00
2007-07-25 14:13:17 +00:00
2007-07-11 20:07:07 +00:00
2006-08-21 02:11:39 +00:00
2007-07-21 14:39:52 +00:00