Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
pickup_by_name_args Struct Reference

Data Fields

struct ast_channelchan
 
size_t len
 
const char * name
 

Detailed Description

Definition at line 128 of file app_directed_pickup.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: