Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_channel * | chan |
size_t | len |
const char * | name |
Definition at line 128 of file app_directed_pickup.c.
struct ast_channel* chan |
Channel attempting to pickup a call.
Definition at line 130 of file app_directed_pickup.c.
Referenced by find_by_channel(), find_by_mark(), find_by_name(), find_by_part(), and find_by_uniqueid().
size_t len |
Length of partial channel name to match.
Definition at line 134 of file app_directed_pickup.c.
Referenced by find_by_channel(), find_by_name(), and find_by_part().
const char* name |
Channel uniqueid or partial channel name to match.
Definition at line 132 of file app_directed_pickup.c.
Referenced by find_by_channel(), find_by_name(), find_by_part(), find_by_uniqueid(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().