| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Periodic beeps into the audio of a call. More...
#include "asterisk/optional_api.h"

Go to the source code of this file.
| Functions | |
| int AST_OPTIONAL_API_NAME() | ast_beep_start (struct ast_channel *chan, unsigned int interval, char *beep_id, size_t len) | 
| int AST_OPTIONAL_API_NAME() | ast_beep_stop (struct ast_channel *chan, const char *beep_id) | 
Periodic beeps into the audio of a call.
Definition in file beep.h.
| int AST_OPTIONAL_API_NAME() ast_beep_start | ( | struct ast_channel * | chan, | 
| unsigned int | interval, | ||
| char * | beep_id, | ||
| size_t | len | ||
| ) | 
Definition at line 505 of file func_periodic_hook.c.
References args, ast_log, AST_MAX_CONTEXT, AST_MAX_EXTENSION, beep_exten, context_name, hook_read(), len(), LOG_WARNING, and NULL.
Referenced by mixmonitor_exec().
| int AST_OPTIONAL_API_NAME() ast_beep_stop | ( | struct ast_channel * | chan, | 
| const char * | beep_id | ||
| ) | 
Definition at line 521 of file func_periodic_hook.c.
References hook_write(), and NULL.
Referenced by stop_mixmonitor_full().