Asterisk - The Open Source Telephony Project GIT-master-67613d1
Data Fields
ast_channel_snapshot_dialplan Struct Reference

Structure containing dialplan information for a channel snapshot. More...

#include <stasis_channels.h>

Collaboration diagram for ast_channel_snapshot_dialplan:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field appl
 
const ast_string_field context
 
const ast_string_field data
 
const ast_string_field exten
 
int priority
 

Detailed Description

Structure containing dialplan information for a channel snapshot.

Since
17

Definition at line 64 of file stasis_channels.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 70 of file stasis_channels.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

< Current application

< Data passed to current application

< Current extension context

< Current extension number

Definition at line 70 of file stasis_channels.h.

◆ appl

const ast_string_field appl

◆ context

const ast_string_field context

◆ data

const ast_string_field data

◆ exten

const ast_string_field exten

◆ priority

int priority

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