You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx
Steve Murphy f7213d2411
The upgrade of application argument separators to comma has an effect on AEL; I commented out the code that substitutes commas with vertbars, so we can get apps to parse their args correctly.
19 years ago
..
ael This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables. 19 years ago
Makefile Merged revisions 67526 via svnmerge from 19 years ago
dundi-parser.c Merged revisions 46200 via svnmerge from 20 years ago
dundi-parser.h
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 20 years ago
pbx_ael.c The upgrade of application argument separators to comma has an effect on AEL; I commented out the code that substitutes commas with vertbars, so we can get apps to parse their args correctly. 19 years ago
pbx_config.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 19 years ago
pbx_dundi.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. 19 years ago
pbx_gtkconsole.c Various updates from PCadach's chan_h323-live branch 20 years ago
pbx_kdeconsole.cc various minor fixes 20 years ago
pbx_kdeconsole.h
pbx_loopback.c merge new_loader_completion branch, including (at least): 20 years ago
pbx_realtime.c Minor code tweaks. Variables were being checked wrong in some situations and didn't need to be checked in others. 19 years ago
pbx_spool.c Clean up pbx_spool. So many nested if statements... 19 years ago