Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


park_app_args Struct Reference

Data Fields

unsigned int argc
 
char * argv [0]
 
char * dummy
 
char * options
 
char * pl_name
 
char * return_con
 
char * return_ext
 
char * return_pri
 
char * timeout
 

Detailed Description

PARK_APP_NAME application arguments

Definition at line 634 of file features.c.

Field Documentation

unsigned int argc

Definition at line 634 of file features.c.

char* argv[0]

Definition at line 634 of file features.c.

char* dummy

Place to put any remaining args string.

Definition at line 634 of file features.c.

char* options

Parking option flags.

Definition at line 634 of file features.c.

Referenced by park_call_exec().

char* pl_name

Parking lot name to use if present.

Definition at line 634 of file features.c.

Referenced by ast_masq_park_call_exten(), ast_park_call_exten(), park_call_exec(), and xfer_park_call_helper().

char* return_con

Context to return parked call if timeout.

Definition at line 634 of file features.c.

Referenced by park_call_exec().

char* return_ext

Exten to return parked call if timeout.

Definition at line 634 of file features.c.

Referenced by park_call_exec().

char* return_pri

Priority to return parked call if timeout.

Definition at line 634 of file features.c.

Referenced by park_call_exec().

char* timeout

Time in ms to remain in the parking lot.

Definition at line 634 of file features.c.

Referenced by park_call_exec().


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