Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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_beep_start (struct ast_channel *chan, unsigned int interval, char *beep_id, size_t len) |
int | 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_beep_start | ( | struct ast_channel * | chan, |
unsigned int | interval, | ||
char * | beep_id, | ||
size_t | len | ||
) |
Definition at line 502 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_beep_stop | ( | struct ast_channel * | chan, |
const char * | beep_id | ||
) |
Definition at line 518 of file func_periodic_hook.c.
References hook_write(), and NULL.
Referenced by stop_mixmonitor_full().