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

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

Data Fields

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

Detailed Description

Structure which contains information about an outgoing dial.

Definition at line 7554 of file pbx.c.


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