FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char | uuid_str [SWITCH_UUID_FORMATTED_LENGTH+1] |
char * | extension |
char * | dialplan |
char * | context |
Definition at line 4861 of file switch_ivr_async.c.
char* transfer_helper::context |
Definition at line 4865 of file switch_ivr_async.c.
Referenced by switch_ivr_schedule_transfer(), and SWITCH_STANDARD_SCHED_FUNC().
char* transfer_helper::dialplan |
Definition at line 4864 of file switch_ivr_async.c.
Referenced by switch_ivr_schedule_transfer(), and SWITCH_STANDARD_SCHED_FUNC().
char* transfer_helper::extension |
Definition at line 4863 of file switch_ivr_async.c.
Referenced by switch_ivr_schedule_transfer(), and SWITCH_STANDARD_SCHED_FUNC().
char transfer_helper::uuid_str[SWITCH_UUID_FORMATTED_LENGTH+1] |
Definition at line 4862 of file switch_ivr_async.c.
Referenced by switch_ivr_schedule_transfer(), and SWITCH_STANDARD_SCHED_FUNC().