Asterisk - The Open Source Telephony Project GIT-master-a63eec2
Loading...
Searching...
No Matches
Data Structures | Variables
global_datastores.h File Reference

globally accessible channel datastores More...

#include "asterisk/channel.h"
Include dependency graph for global_datastores.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ast_secure_call_store
 

Variables

const struct ast_datastore_info secure_call_info
 

Detailed Description

globally accessible channel datastores

Author
Mark Michelson mmich.nosp@m.elso.nosp@m.n@dig.nosp@m.ium..nosp@m.com

Definition in file global_datastores.h.

Variable Documentation

◆ secure_call_info

const struct ast_datastore_info secure_call_info
extern

Definition at line 54 of file global_datastores.c.

54 {
55 .type = "encrypt-call",
57 .duplicate = secure_call_store_duplicate,
58};
static void secure_call_store_destroy(void *data)
static void * secure_call_store_duplicate(void *data)

Referenced by func_channel_read(), func_channel_write_real(), and set_security_requirements().