34 static void secure_call_store_destroy(
void *data)
41 static void *secure_call_store_duplicate(
void *data)
49 new->signaling = old->signaling;
50 new->media = old->media;
55 .
type =
"encrypt-call",
56 .destroy = secure_call_store_destroy,
57 .duplicate = secure_call_store_duplicate,
Asterisk main include file. File version handling, generic pbx functions.
globally accessible channel datastores
Structure for a data store type.
#define ast_calloc(num, len)
A wrapper for calloc()