Asterisk - The Open Source Telephony Project
21.4.1
|
Playback the special information tone to get rid of telemarketers. More...
#include "asterisk.h"
#include "asterisk/lock.h"
#include "asterisk/file.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/translate.h"
#include "asterisk/app.h"
Go to the source code of this file.
Functions | |
AST_MODULE_INFO_STANDARD_EXTENDED (ASTERISK_GPL_KEY,"Block Telemarketers with Special Information Tone") | |
static int | load_module (void) |
static int | unload_module (void) |
static int | zapateller_exec (struct ast_channel *chan, const char *data) |
Variables | |
static char * | app = "Zapateller" |
Playback the special information tone to get rid of telemarketers.
Definition in file app_zapateller.c.