52 static int md5(
struct ast_channel *chan,
const char *cmd,
char *data,
53 char *buf,
size_t len)
55 if (ast_strlen_zero(data)) {
56 ast_log(LOG_WARNING,
"Syntax: MD5(<data>) - missing argument!\n");
72 static int unload_module(
void)
77 static int load_module(
void)
Main Channel structure associated with a channel.
Asterisk main include file. File version handling, generic pbx functions.
int ast_custom_function_unregister(struct ast_custom_function *acf)
Unregister a custom function.
Data structure associated with a custom dialplan function.
Core PBX routines and definitions.
void ast_md5_hash(char *output, const char *input)
Produces MD5 hash based on input string.
#define ASTERISK_GPL_KEY
The text the key() function should return.
Asterisk module definitions.
#define ast_custom_function_register(acf)
Register a custom function.