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

#include <resource_channels.h>

Data Fields

const char * app
 
const char * app_args
 
const char * channel_id
 

Detailed Description

Argument struct for ast_ari_channels_move()

Definition at line 269 of file resource_channels.h.

Field Documentation

◆ app

const char* app

The channel will be passed to this Stasis application.

Definition at line 273 of file resource_channels.h.

Referenced by ast_ari_channels_move(), ast_ari_channels_move_cb(), and ast_ari_channels_move_parse_body().

◆ app_args

const char* app_args

The application arguments to pass to the Stasis application provided by 'app'.

Definition at line 275 of file resource_channels.h.

Referenced by ast_ari_channels_move(), ast_ari_channels_move_cb(), and ast_ari_channels_move_parse_body().

◆ channel_id

const char* channel_id

Channel's id

Definition at line 271 of file resource_channels.h.

Referenced by ast_ari_channels_move(), and ast_ari_channels_move_cb().


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