Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
#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.
int before |
Amount of time to wait before DTMF digits (specified in milliseconds) start.
Definition at line 368 of file resource_channels.h.
int between |
Amount of time in between DTMF digits (specified in milliseconds).
Definition at line 370 of file resource_channels.h.
const char* channel_id |
Channel's id
Definition at line 364 of file resource_channels.h.
const char* dtmf |
DTMF To send.
Definition at line 366 of file resource_channels.h.
int duration |
Length of each DTMF digit (specified in milliseconds).
Definition at line 372 of file resource_channels.h.