mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 13:49:18 +00:00
main/pbx: Move hangup handler routines to pbx_hangup_handler.c.
This is the sixth patch in a series meant to reduce the bulk of pbx.c. This moves hangup handler management functions to their own source. Change-Id: Ib25a75aa57fc7d5c4294479e5cc46775912fb104
This commit is contained in:
@@ -22,6 +22,7 @@ int load_pbx_functions_cli(void); /*!< Provided by pbx_functions.c */
|
||||
int load_pbx_variables(void); /*!< Provided by pbx_variables.c */
|
||||
int load_pbx_switch(void); /*!< Provided by pbx_switch.c */
|
||||
int load_pbx_app(void); /*!< Provided by pbx_app.c */
|
||||
int load_pbx_hangup_handler(void); /*!< Provided by pbx_hangup_handler.c */
|
||||
int init_logger(void); /*!< Provided by logger.c */
|
||||
void close_logger(void); /*!< Provided by logger.c */
|
||||
void logger_queue_start(void); /*!< Provided by logger.c */
|
||||
|
Reference in New Issue
Block a user