Asterisk - The Open Source Telephony Project GIT-master-a358458
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 7554 of file pbx.c.

Field Documentation

◆ app

char app[AST_MAX_APP]

Application to execute.

Definition at line 7560 of file pbx.c.

◆ appdata

char* appdata

Application data to pass to application.

Definition at line 7562 of file pbx.c.

◆ cond

ast_cond_t cond

Condition for synchronous dialing.

Definition at line 7558 of file pbx.c.

◆ context

char context[AST_MAX_CONTEXT]

Dialplan context.

Definition at line 7564 of file pbx.c.

◆ dial

struct ast_dial* dial

Dialing structure being used.

Definition at line 7556 of file pbx.c.

◆ dial_res

int dial_res

Result of the dial operation when dialed is set.

Definition at line 7570 of file pbx.c.

◆ dialed

unsigned int dialed

Set when dialing is completed.

Definition at line 7572 of file pbx.c.

◆ exten

char exten[AST_MAX_EXTENSION]

Dialplan extension.

Definition at line 7566 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 7574 of file pbx.c.

◆ priority

int priority

Dialplan priority.

Definition at line 7568 of file pbx.c.


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