Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_ari_channels_external_media_args Struct Reference

#include <resource_channels.h>

Collaboration diagram for ast_ari_channels_external_media_args:
Collaboration graph
[legend]

Data Fields

const char * app
 
const char * channel_id
 
const char * connection_type
 
const char * data
 
const char * direction
 
const char * encapsulation
 
const char * external_host
 
const char * format
 
const char * transport
 
struct ast_jsonvariables
 

Detailed Description

Argument struct for ast_ari_channels_external_media()

Definition at line 830 of file resource_channels.h.

Field Documentation

◆ app

const char* app

Stasis Application to place channel into

Definition at line 834 of file resource_channels.h.

◆ channel_id

const char* channel_id

The unique id to assign the channel on creation.

Definition at line 832 of file resource_channels.h.

◆ connection_type

const char* connection_type

Connection type (client/server)

Definition at line 844 of file resource_channels.h.

◆ data

const char* data

An arbitrary data field

Definition at line 850 of file resource_channels.h.

◆ direction

const char* direction

External media direction

Definition at line 848 of file resource_channels.h.

◆ encapsulation

const char* encapsulation

Payload encapsulation protocol

Definition at line 840 of file resource_channels.h.

◆ external_host

const char* external_host

Hostname/ip:port of external host

Definition at line 838 of file resource_channels.h.

◆ format

const char* format

Format to encode audio in

Definition at line 846 of file resource_channels.h.

◆ transport

const char* transport

Transport protocol

Definition at line 842 of file resource_channels.h.

◆ variables

struct ast_json* variables

The "variables" key in the body object holds variable key/value pairs to set on the channel on creation. Other keys in the body object are interpreted as query parameters. Ex. { "endpoint": "SIP/Alice", "variables": { "CALLERID(name)": "Alice" } }

Definition at line 836 of file resource_channels.h.


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