Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_channels.h>
Data Fields | |
int | after |
int | before |
int | between |
const char * | channel_id |
const char * | dtmf |
int | duration |
Argument struct for ast_ari_channels_send_dtmf()
Definition at line 362 of file resource_channels.h.
int after |
Amount of time to wait after DTMF digits (specified in milliseconds) end.
Definition at line 374 of file resource_channels.h.
Referenced by ast_ari_channels_send_dtmf(), ast_ari_channels_send_dtmf_cb(), and ast_ari_channels_send_dtmf_parse_body().
int before |
Amount of time to wait before DTMF digits (specified in milliseconds) start.
Definition at line 368 of file resource_channels.h.
Referenced by ast_ari_channels_send_dtmf(), ast_ari_channels_send_dtmf_cb(), and ast_ari_channels_send_dtmf_parse_body().
int between |
Amount of time in between DTMF digits (specified in milliseconds).
Definition at line 370 of file resource_channels.h.
Referenced by ast_ari_channels_send_dtmf(), ast_ari_channels_send_dtmf_cb(), and ast_ari_channels_send_dtmf_parse_body().
const char* channel_id |
Channel's id
Definition at line 364 of file resource_channels.h.
Referenced by ast_ari_channels_send_dtmf(), and ast_ari_channels_send_dtmf_cb().
const char* dtmf |
DTMF To send.
Definition at line 366 of file resource_channels.h.
Referenced by ast_ari_channels_send_dtmf(), ast_ari_channels_send_dtmf_cb(), and ast_ari_channels_send_dtmf_parse_body().
int duration |
Length of each DTMF digit (specified in milliseconds).
Definition at line 372 of file resource_channels.h.
Referenced by ast_ari_channels_send_dtmf(), ast_ari_channels_send_dtmf_cb(), and ast_ari_channels_send_dtmf_parse_body().