Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


fast_originate_helper Struct Reference

helper function for originate More...

Collaboration diagram for fast_originate_helper:

Data Fields

char account [AST_MAX_ACCOUNT_CODE]
char app [AST_MAX_APP]
char appdata [AST_MAX_EXTENSION]
char cid_name [AST_MAX_EXTENSION]
char cid_num [AST_MAX_EXTENSION]
char context [AST_MAX_CONTEXT]
char data [512]
char exten [AST_MAX_EXTENSION]
format_t format
char idtext [AST_MAX_EXTENSION]
int priority
char tech [AST_MAX_EXTENSION]
int timeout
struct ast_variablevars

Detailed Description

helper function for originate


Field Documentation

char account[AST_MAX_ACCOUNT_CODE]

Definition at line 3569 of file manager.c.

Referenced by fast_originate(), and action_originate().

char app[AST_MAX_APP]

Definition at line 3562 of file manager.c.

Referenced by fast_originate(), and action_originate().

char appdata[AST_MAX_EXTENSION]

Definition at line 3563 of file manager.c.

Referenced by fast_originate(), and action_originate().

char cid_name[AST_MAX_EXTENSION]

Definition at line 3564 of file manager.c.

Referenced by fast_originate(), and action_originate().

char cid_num[AST_MAX_EXTENSION]

Definition at line 3565 of file manager.c.

Referenced by fast_originate(), and action_originate().

char context[AST_MAX_CONTEXT]

Definition at line 3566 of file manager.c.

Referenced by fast_originate(), and action_originate().

char data[512]

data can contain a channel name, extension number, username, password, etc.

Definition at line 3559 of file manager.c.

Referenced by fast_originate(), and action_originate().

char exten[AST_MAX_EXTENSION]

Definition at line 3567 of file manager.c.

Referenced by fast_originate(), and action_originate().

Codecs used for a call

Definition at line 3561 of file manager.c.

Referenced by fast_originate(), and action_originate().

char idtext[AST_MAX_EXTENSION]

Definition at line 3568 of file manager.c.

Referenced by fast_originate(), and action_originate().

int priority

Definition at line 3570 of file manager.c.

Referenced by fast_originate(), and action_originate().

char tech[AST_MAX_EXTENSION]

Definition at line 3557 of file manager.c.

Referenced by fast_originate(), and action_originate().

int timeout

Definition at line 3560 of file manager.c.

Referenced by fast_originate(), and action_originate().

struct ast_variable* vars

Definition at line 3571 of file manager.c.

Referenced by fast_originate(), and action_originate().


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