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

Applications to test connection and produce report in text file. More...

#include "asterisk.h"
#include <sys/stat.h>
#include "asterisk/paths.h"
#include "asterisk/channel.h"
#include "asterisk/module.h"
#include "asterisk/lock.h"
#include "asterisk/app.h"
#include "asterisk/pbx.h"
#include "asterisk/utils.h"
#include "asterisk/format_cache.h"

Go to the source code of this file.

Functions

 AST_MODULE_INFO_STANDARD_EXTENDED (ASTERISK_GPL_KEY,"Interface Test Application")
 
static int load_module (void)
 
static int measurenoise (struct ast_channel *chan, int ms, char *who)
 
static int sendnoise (struct ast_channel *chan, int ms)
 
static int testclient_exec (struct ast_channel *chan, const char *data)
 
static int testserver_exec (struct ast_channel *chan, const char *data)
 
static int unload_module (void)
 

Variables

static char * testc_app = "TestClient"
 
static char * tests_app = "TestServer"
 

Detailed Description

Applications to test connection and produce report in text file.

Author
Mark Spencer marks.nosp@m.ter@.nosp@m.digiu.nosp@m.m.co.nosp@m.m
Russell Bryant russe.nosp@m.lb@c.nosp@m.lemso.nosp@m.n.ed.nosp@m.u

Definition in file app_test.c.