36 #include "asterisk/file.h"
Main Channel structure associated with a channel.
#define AST_MODULE_INFO_STANDARD(keystr, desc)
Asterisk main include file. File version handling, generic pbx functions.
static char * app_sayunixtime
static int sayunixtime_exec(struct ast_channel *chan, const char *data)
#define AST_DECLARE_APP_ARGS(name, arglist)
Declare a structure to hold an application's arguments.
int ast_unregister_application(const char *app)
Unregister an application.
static char * app_datetime
int ast_get_time_t(const char *src, time_t *dst, time_t _default, int *consumed)
get values from config variables.
General Asterisk PBX channel definitions.
Core PBX routines and definitions.
#define ast_strdupa(s)
duplicate a string in memory from the stack
enum ast_channel_state _state
static void parse(struct mgcp_request *req)
SAY_EXTERN int(* ast_say_date_with_format)(struct ast_channel *chan, time_t t, const char *ints, const char *lang, const char *format, const char *timezone) SAY_INIT(ast_say_date_with_format)
int ast_answer(struct ast_channel *chan)
Answer a channel.
Application convenience functions, designed to give consistent look and feel to Asterisk apps...
#define AST_APP_ARG(name)
Define an application argument.
#define AST_STANDARD_APP_ARGS(args, parse)
Performs the 'standard' argument separation process for an application.
Say numbers and dates (maybe words one day too)
#define ASTERISK_GPL_KEY
The text the key() function should return.
Asterisk module definitions.
static snd_pcm_format_t format
static int unload_module(void)
const ast_string_field language
#define ast_register_application_xml(app, execute)
Register an application using XML documentation.
#define ASTERISK_FILE_VERSION(file, version)
Register/unregister a source code file with the core.
static int load_module(void)