User: kpfleming

UserPagekpfleming

"Simple" Asterisk janitor projects for release 1.2 preparation:

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


 

Featured -

Search: