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
< Time in ms to remain in the parking lot.
< Context to return parked call if timeout.
< Exten to return parked call if timeout.
< Priority to return parked call if timeout.
< Parking option flags.
< Parking lot name to use if present.
< Place to put any remaining args string.
Definition at line 630 of file features.c.
unsigned int argc |
Definition at line 630 of file features.c.
char* argv[0] |
Definition at line 630 of file features.c.
char* dummy |
Definition at line 630 of file features.c.
char* options |
Definition at line 630 of file features.c.
Referenced by park_call_exec().
char* pl_name |
Definition at line 630 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 |
Definition at line 630 of file features.c.
Referenced by park_call_exec().
char* return_ext |
Definition at line 630 of file features.c.
Referenced by park_call_exec().
char* return_pri |
Definition at line 630 of file features.c.
Referenced by park_call_exec().
char* timeout |
Definition at line 630 of file features.c.
Referenced by park_call_exec().