Asterisk - The Open Source Telephony Project GIT-master-7921072
Data Fields
ast_device_state_info Struct Reference

#include <pbx.h>

Collaboration diagram for ast_device_state_info:
Collaboration graph
[legend]

Data Fields

struct ast_channelcausing_channel
 
char device_name [1]
 
enum ast_device_state device_state
 

Detailed Description

Definition at line 96 of file pbx.h.

Field Documentation

◆ causing_channel

struct ast_channel* causing_channel

Definition at line 98 of file pbx.h.

Referenced by find_ringing_channel().

◆ device_name

char device_name[1]

Definition at line 99 of file pbx.h.

Referenced by ast_extension_state3().

◆ device_state

enum ast_device_state device_state

Definition at line 97 of file pbx.h.

Referenced by ast_extension_state3(), and find_ringing_channel().


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