Asterisk - The Open Source Telephony Project
18.5.0
|
Periodic beeps into the audio of a call. More...
#include "asterisk/optional_api.h"
Go to the source code of this file.
Functions | |
static void | __dtor__ast_beep_start (void) |
static void | __dtor__ast_beep_stop (void) |
static void | __init__ast_beep_start (void) |
static void | __init__ast_beep_stop (void) |
static int | __stub__ast_beep_start (struct ast_channel *chan, unsigned int interval, char *beep_id, size_t len) |
static int | __stub__ast_beep_stop (struct ast_channel *chan, const char *beep_id) |
static attribute_unused | typeof (__stub__ast_beep_start) *ast_beep_start |
static attribute_unused | typeof (__stub__ast_beep_stop) *ast_beep_stop |
Periodic beeps into the audio of a call.
Definition in file beep.h.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 35 of file beep.h.
References ast_beep_stop(), and AST_OPTIONAL_API.
|
static |
|
static |
|
static |