Asterisk - The Open Source Telephony Project  21.4.1
Functions
beep.h File Reference

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
 

Detailed Description

Periodic beeps into the audio of a call.

Definition in file beep.h.