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

Structure which contains information about an outgoing dial. More...

Collaboration diagram for pbx_outgoing:
Collaboration graph
[legend]

Data Fields

char app [AST_MAX_APP]
 Application to execute. More...
 
char * appdata
 Application data to pass to application. More...
 
ast_cond_t cond
 Condition for synchronous dialing. More...
 
char context [AST_MAX_CONTEXT]
 Dialplan context. More...
 
struct ast_dialdial
 Dialing structure being used. More...
 
int dial_res
 Result of the dial operation when dialed is set. More...
 
unsigned int dialed:1
 Set when dialing is completed. More...
 
char exten [AST_MAX_EXTENSION]
 Dialplan extension. More...
 
unsigned int in_separate_thread:1
 Set if we've spawned a thread to do our work. More...
 
int priority
 Dialplan priority. More...
 

Detailed Description

Structure which contains information about an outgoing dial.

Definition at line 7589 of file pbx.c.

Field Documentation

◆ app

char app[AST_MAX_APP]

Application to execute.

Definition at line 7595 of file pbx.c.

◆ appdata

char* appdata

Application data to pass to application.

Definition at line 7597 of file pbx.c.

Referenced by pbx_outgoing_destroy().

◆ cond

ast_cond_t cond

Condition for synchronous dialing.

Definition at line 7593 of file pbx.c.

Referenced by pbx_outgoing_destroy().

◆ context

char context[AST_MAX_CONTEXT]

Dialplan context.

Definition at line 7599 of file pbx.c.

◆ dial

struct ast_dial* dial

Dialing structure being used.

Definition at line 7591 of file pbx.c.

Referenced by pbx_outgoing_destroy().

◆ dial_res

int dial_res

Result of the dial operation when dialed is set.

Definition at line 7605 of file pbx.c.

◆ dialed

unsigned int dialed

Set when dialing is completed.

Definition at line 7607 of file pbx.c.

◆ exten

char exten[AST_MAX_EXTENSION]

Dialplan extension.

Definition at line 7601 of file pbx.c.

◆ in_separate_thread

unsigned int in_separate_thread

Set if we've spawned a thread to do our work.

Definition at line 7609 of file pbx.c.

◆ priority

int priority

Dialplan priority.

Definition at line 7603 of file pbx.c.


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