Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
ast_extension_state_update_message Struct Reference

Stasis message for extension state update message. More...

#include <extension_state.h>

Collaboration diagram for ast_extension_state_update_message:
Collaboration graph
[legend]

Data Fields

char * context
 The dialplan context.
 
char extension [0]
 The dialplan extension.
 
struct ast_extension_state_device_snapshotnew_device_snapshot
 The new device snapshot - will be pointer equivalent to old if unchanged.
 
struct ast_extension_state_presence_snapshotnew_presence_snapshot
 The new presence snapshot - will be pointer equivalent to old if unchanged.
 
struct ast_extension_state_device_snapshotold_device_snapshot
 The old device snapshot.
 
struct ast_extension_state_presence_snapshotold_presence_snapshot
 The old presence snapshot.
 

Detailed Description

Stasis message for extension state update message.

Definition at line 100 of file extension_state.h.

Field Documentation

◆ context

char* context

The dialplan context.

Definition at line 110 of file extension_state.h.

Referenced by extension_state_legacy_update_cb(), and extension_state_update_message_create().

◆ extension

char extension[0]

The dialplan extension.

Definition at line 112 of file extension_state.h.

Referenced by extension_state_legacy_update_cb(), and extension_state_update_message_create().

◆ new_device_snapshot

struct ast_extension_state_device_snapshot* new_device_snapshot

The new device snapshot - will be pointer equivalent to old if unchanged.

Definition at line 104 of file extension_state.h.

Referenced by extension_state_legacy_update_cb(), extension_state_update_message_create(), and extension_state_update_message_destroy().

◆ new_presence_snapshot

struct ast_extension_state_presence_snapshot* new_presence_snapshot

The new presence snapshot - will be pointer equivalent to old if unchanged.

Definition at line 108 of file extension_state.h.

Referenced by extension_state_legacy_update_cb(), extension_state_update_message_create(), and extension_state_update_message_destroy().

◆ old_device_snapshot

struct ast_extension_state_device_snapshot* old_device_snapshot

◆ old_presence_snapshot

struct ast_extension_state_presence_snapshot* old_presence_snapshot

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