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 |
PARK_APP_NAME application arguments
Definition at line 634 of file features.c.
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 |
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().