User: kpfleming
UserPagekpfleming
- Find all remaining apps that support +101 jumping and add a STATUS output variable and a flag option 'j' to suppress jumping
- Find all places that use ast_exists_extension() and direct setting of chan->priority and change them to ast_goto_if_exists()
- Check all ast_copy_string() usage to ensure that buffers are not being unnecessarily zeroed before or after calling it
- Find any remaining open-coded struct timeval manipulation and convert to use new time library functions
- Upgrade apps to use ast_separate_app_args()
- Upgrade apps to use ast_parseoptions() where possible
- Use ast_build_string() to replace multiple calls to strncat(), snprintf() with funky math, etc.
Featured -
Search:

















