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

#include <resource_channels.h>

Data Fields

const char * channel_id
 
const char * lang
 
const char ** media
 
size_t media_count
 
char * media_parse
 
int offsetms
 
const char * playback_id
 
int skipms
 

Detailed Description

Argument struct for ast_ari_channels_play_with_id()

Definition at line 583 of file resource_channels.h.

Field Documentation

◆ channel_id

const char* channel_id

Channel's id

Definition at line 585 of file resource_channels.h.

Referenced by ast_ari_channels_play_with_id(), and ast_ari_channels_play_with_id_cb().

◆ lang

const char* lang

For sounds, selects language for sound.

Definition at line 595 of file resource_channels.h.

Referenced by ast_ari_channels_play_with_id(), ast_ari_channels_play_with_id_cb(), and ast_ari_channels_play_with_id_parse_body().

◆ media

const char** media

◆ media_count

size_t media_count

◆ media_parse

char* media_parse

Parsing context for media.

Definition at line 593 of file resource_channels.h.

Referenced by ast_ari_channels_play_with_id_cb().

◆ offsetms

int offsetms

Number of milliseconds to skip before playing. Only applies to the first URI if multiple media URIs are specified.

Definition at line 597 of file resource_channels.h.

Referenced by ast_ari_channels_play_with_id(), ast_ari_channels_play_with_id_cb(), and ast_ari_channels_play_with_id_parse_body().

◆ playback_id

const char* playback_id

Playback ID.

Definition at line 587 of file resource_channels.h.

Referenced by ast_ari_channels_play_with_id(), and ast_ari_channels_play_with_id_cb().

◆ skipms

int skipms

Number of milliseconds to skip for forward/reverse operations.

Definition at line 599 of file resource_channels.h.

Referenced by ast_ari_channels_play_with_id(), ast_ari_channels_play_with_id_cb(), and ast_ari_channels_play_with_id_parse_body().


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