asterisk/funcs
Steve Murphy 0e969271ae 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.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-19 23:24:27 +00:00
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 2006-08-26 23:58:47 +00:00
func_base64.c Doxygen update 2007-01-24 09:05:29 +00:00
func_blacklist.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 2007-07-16 13:35:20 +00:00
func_callerid.c Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 2007-06-06 21:20:11 +00:00
func_cdr.c Issue 9477 - Improve menuselect labels 2007-05-30 05:17:09 +00:00
func_channel.c Add rtpdest option to SIP CHANNEL() dialplan function to return the IP address and port that RTP (be it audio/video/text) is going to. 2007-06-26 23:31:23 +00:00
func_curl.c Clean up func_curl a bit. 2007-07-18 14:59:20 +00:00
func_cut.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00
func_db.c Add a massive set of changes for converting to use the ast_debug() macro. 2007-06-14 19:39:12 +00:00
func_devstate.c Merged revisions 73985 via svnmerge from 2007-07-09 04:09:16 +00:00
func_enum.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00
func_env.c Doxygen update 2007-01-24 09:05:29 +00:00
func_global.c Doxygen update 2007-01-24 09:05:29 +00:00
func_groupcount.c Merged revisions 69259 via svnmerge from 2007-06-14 15:25:32 +00:00
func_iconv.c Cast the 2nd argument to iconv() to a void *, as some systems define it as a 2007-07-16 02:44:49 +00:00
func_logic.c Doxygen update 2007-01-24 09:05:29 +00:00
func_math.c Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmoore 2007-06-28 20:52:22 +00:00
func_md5.c Doxygen update 2007-01-24 09:05:29 +00:00
func_module.c Doxygen update 2007-01-24 09:05:29 +00:00
func_odbc.c 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
func_rand.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00
func_realtime.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00
func_sha1.c Doxygen update 2007-01-24 09:05:29 +00:00
func_shell.c Fix a bunch of doxygen errors and document more things 2007-06-07 23:07:25 +00:00
func_strings.c Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 2007-07-18 19:47:20 +00:00
func_timeout.c Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 2007-07-18 19:47:20 +00:00
func_uri.c Doxygen update 2007-01-24 09:05:29 +00:00
func_version.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00
func_vmcount.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00