Asterisk - The Open Source Telephony Project  21.4.1
Functions | Variables
app_zapateller.c File Reference

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"
 

Detailed Description

Playback the special information tone to get rid of telemarketers.

Author
Mark Spencer marks.nosp@m.ter@.nosp@m.digiu.nosp@m.m.co.nosp@m.m

Definition in file app_zapateller.c.