Asterisk - The Open Source Telephony Project
21.4.1
|
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_name(), 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(), and find_by_name().
const char* name |
Channel uniqueid or partial channel name to match.
Definition at line 132 of file app_directed_pickup.c.
Referenced by PathSegment::__init__(), find_by_channel(), find_by_name(), find_by_uniqueid(), and PathSegment::get_child().