| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
UUID dialplan function. More...
#include "asterisk.h"#include "asterisk/module.h"#include "asterisk/pbx.h"#include "asterisk/uuid.h"
Go to the source code of this file.
| Functions | |
| AST_MODULE_INFO_STANDARD_EXTENDED (ASTERISK_GPL_KEY, "UUID generation dialplan function") | |
| static int | load_module (void) | 
| static int | unload_module (void) | 
| static int | uuid (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) | 
| Variables | |
| static struct ast_custom_function | uuid_function | 
UUID dialplan function.
Definition in file func_uuid.c.
| AST_MODULE_INFO_STANDARD_EXTENDED | ( | ASTERISK_GPL_KEY | , | 
| "UUID generation dialplan function" | |||
| ) | 
| 
 | static | 
Definition at line 70 of file func_uuid.c.
References ast_custom_function_register, and uuid_function.
| 
 | static | 
Definition at line 65 of file func_uuid.c.
References ast_custom_function_unregister(), and uuid_function.
| 
 | static | 
Definition at line 52 of file func_uuid.c.
References ast_uuid_generate_str(), AST_UUID_STR_LEN, and buf.
Referenced by assign_uuid(), assign_uuid(), ast_sorcery_alloc(), ast_str_to_uuid(), ast_uuid_clear(), ast_uuid_generate(), ast_uuid_generate_str(), ast_uuid_is_nil(), ast_uuid_to_str(), generate_uuid(), hep_queue_cb(), is_valid_uuid(), load_module(), logging_on_rx_msg(), logging_on_tx_msg(), playback_create(), unload_module(), and websocket_new().
| 
 | static | 
Definition at line 59 of file func_uuid.c.
Referenced by load_module(), and unload_module().