Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
pickup_by_name_args Struct Reference
Collaboration diagram for pickup_by_name_args:
Collaboration graph
[legend]

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

◆ chan

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(), and find_by_part().

◆ len

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

◆ name

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_part(), PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().


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