Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_ari_channels_send_dtmf_args Struct Reference

#include <resource_channels.h>

Data Fields

int after
 
int before
 
int between
 
const char * channel_id
 
const char * dtmf
 
int duration
 

Detailed Description

Argument struct for ast_ari_channels_send_dtmf()

Definition at line 362 of file resource_channels.h.

Field Documentation

◆ after

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().

◆ before

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().

◆ between

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().

◆ channel_id

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().

◆ dtmf

const char* dtmf

◆ duration

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().


The documentation for this struct was generated from the following file: