-
- Downloads
major re-work of dialplan functions, including:
- locking of functions list during registration/unregistration/searching - rename of function description structure to be consistent with the rest of the API - addition of 'desc' element to description structure, for detailed description (like applications) - addition of 'show function' CLI command to show function details - conversion of existing functions to use uppercase names to match policy - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 1 addition, 1 deletionMakefile
- apps/app_cut.c 0 additions, 30 deletionsapps/app_cut.c
- apps/app_groupcount.c 0 additions, 66 deletionsapps/app_groupcount.c
- channels/chan_sip.c 2 additions, 2 deletionschannels/chan_sip.c
- funcs/Makefile 58 additions, 0 deletionsfuncs/Makefile
- funcs/func_cdr.c 89 additions, 0 deletionsfuncs/func_cdr.c
- funcs/func_env.c 56 additions, 0 deletionsfuncs/func_env.c
- funcs/func_groupcount.c 81 additions, 0 deletionsfuncs/func_groupcount.c
- funcs/func_logic.c 100 additions, 0 deletionsfuncs/func_logic.c
- funcs/func_md5.c 86 additions, 0 deletionsfuncs/func_md5.c
- funcs/func_strings.c 117 additions, 0 deletionsfuncs/func_strings.c
- funcs/pbx_functions.c 58 additions, 0 deletionsfuncs/pbx_functions.c
- include/asterisk/pbx.h 8 additions, 6 deletionsinclude/asterisk/pbx.h
- pbx.c 177 additions, 352 deletionspbx.c
Loading
Please register or sign in to comment