Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_channels.h>
Data Fields | |
const char * | caller |
const char * | channel_id |
int | timeout |
Argument struct for ast_ari_channels_dial()
Definition at line 789 of file resource_channels.h.
const char* caller |
Channel ID of caller
Definition at line 793 of file resource_channels.h.
Referenced by ast_ari_channels_dial(), ast_ari_channels_dial_cb(), and ast_ari_channels_dial_parse_body().
const char* channel_id |
Channel's id
Definition at line 791 of file resource_channels.h.
Referenced by ast_ari_channels_dial(), and ast_ari_channels_dial_cb().
int timeout |
Dial timeout
Definition at line 795 of file resource_channels.h.
Referenced by ast_ari_channels_dial(), ast_ari_channels_dial_cb(), and ast_ari_channels_dial_parse_body().