Skip to content
Snippets Groups Projects
  1. Jan 22, 2018
    • Corey Farrell's avatar
      Add missing OPTIONAL_API and ARI dependences. · 679fa5fb
      Corey Farrell authored
      I've audited all modules that include any header which includes
      asterisk/optional_api.h.  All modules which use OPTIONAL_API now declare
      those dependencies in AST_MODULE_INFO using requires or optional_modules
      as appropriate.
      
      In addition ARI dependency declarations have been reworked.  Instead of
      declaring additional required modules in res/ari/resource_*.c we now add
      them to an optional array "requiresModules" in api-docs for each module.
      This allows the AST_MODULE_INFO dependencies to include those missing
      modules.
      
      Change-Id: Ia0c70571f5566784f63605e78e1ceccb4f79c606
      679fa5fb
  2. Dec 22, 2017
  3. Oct 27, 2016
    • Corey Farrell's avatar
      Remove ASTERISK_REGISTER_FILE. · a6e5bae3
      Corey Farrell authored
      ASTERISK_REGISTER_FILE no longer has any purpose so this commit removes
      all traces of it.
      
      Previously exported symbols removed:
      * __ast_register_file
      * __ast_unregister_file
      * ast_complete_source_filename
      
      This also removes the mtx_prof static variable that was declared when
      MTX_PROFILE was enabled.  This variable was only used in lock.c so it
      is now initialized in that file only.
      
      ASTERISK-26480 #close
      
      Change-Id: I1074af07d71f9e159c48ef36631aa432c86f9966
      a6e5bae3
  4. Nov 18, 2015
    • tcambron's avatar
      StatsD: Add sample rate compatibility · 05addf3d
      tcambron authored
      Implemented support for the StatsD sample rate parameter,
      which is a parameter for determining when to send computed
      statistics to a client.
      
      Valid sample rate values are:
      Less than or equal to 0.0 will never be sent.
      Between 0.0 and 1.0 will randomly be sent.
      Greater than or equal to 1.0 will always be sent.
      
      ASTERISK-25419
      Reported By: Ashley Sanders
      
      Change-Id: I11d315d0a5034fffeae1178e650aa8264485ed52
      05addf3d
  5. Nov 02, 2015
  6. Oct 28, 2015
  7. Oct 08, 2015
    • tcambron's avatar
      StatsD: Write skeleton Asterisk application · 2fe9f097
      tcambron authored
      Wrote the skeleton framework for the Asterisk StatsD dialplan
      application. This includes a load function, unload function, a
      callback for execution, and XML documentation.
      
      ASTERISK-25419
      Reported By: Ashley Sanders
      
      Change-Id: I9597730e134c6e82c8a55ef4d5334b62dd473363
      2fe9f097
Loading