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

Periodic beeps into the audio of a call. More...

#include "asterisk/optional_api.h"
Include dependency graph for beep.h:
This graph shows which files directly or indirectly include this file:

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.

Function Documentation

◆ __dtor__ast_beep_start()

static void __dtor__ast_beep_start ( void  )
static

Definition at line 35 of file beep.h.

35 { return -1; });

◆ __dtor__ast_beep_stop()

static void __dtor__ast_beep_stop ( void  )
static

Definition at line 39 of file beep.h.

39 { return -1; });

◆ __init__ast_beep_start()

static void __init__ast_beep_start ( void  )
static

Definition at line 35 of file beep.h.

35 { return -1; });

◆ __init__ast_beep_stop()

static void __init__ast_beep_stop ( void  )
static

Definition at line 39 of file beep.h.

39 { return -1; });

◆ __stub__ast_beep_start()

static int __stub__ast_beep_start ( struct ast_channel chan,
unsigned int  interval,
char *  beep_id,
size_t  len 
)
static

Definition at line 35 of file beep.h.

References ast_beep_stop(), and AST_OPTIONAL_API.

35 { return -1; });

◆ __stub__ast_beep_stop()

static int __stub__ast_beep_stop ( struct ast_channel chan,
const char *  beep_id 
)
static

Definition at line 39 of file beep.h.

39 { return -1; });

◆ typeof() [1/2]

static attribute_unused typeof ( __stub__ast_beep_start  )
static

◆ typeof() [2/2]

static attribute_unused typeof ( __stub__ast_beep_stop  )
static