Tue Aug 24 2010 19:42:03

Asterisk developer's documentation


Data Fields

fast_originate_helper Struct Reference
[AMI functions]

helper function for originate More...

Collaboration diagram for fast_originate_helper:
Collaboration graph
[legend]

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]
int format
char idtext [AST_MAX_EXTENSION]
int priority
char tech [AST_MAX_EXTENSION]
int timeout
struct ast_variablevars

Detailed Description

helper function for originate

Definition at line 2349 of file manager.c.


Field Documentation

char account[AST_MAX_ACCOUNT_CODE]

Definition at line 2362 of file manager.c.

Referenced by action_originate(), and fast_originate().

char app[AST_MAX_APP]

Definition at line 2355 of file manager.c.

Referenced by action_originate(), and fast_originate().

char appdata[AST_MAX_EXTENSION]

Definition at line 2356 of file manager.c.

Referenced by action_originate(), and fast_originate().

char cid_name[AST_MAX_EXTENSION]

Definition at line 2357 of file manager.c.

Referenced by action_originate(), and fast_originate().

char cid_num[AST_MAX_EXTENSION]

Definition at line 2358 of file manager.c.

Referenced by action_originate(), and fast_originate().

char context[AST_MAX_CONTEXT]

Definition at line 2359 of file manager.c.

Referenced by action_originate(), and fast_originate().

char data[512]

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

Definition at line 2352 of file manager.c.

Referenced by action_originate(), and fast_originate().

char exten[AST_MAX_EXTENSION]

Definition at line 2360 of file manager.c.

Referenced by action_originate(), and fast_originate().

int format

Codecs used for a call

Definition at line 2354 of file manager.c.

Referenced by action_originate(), and fast_originate().

char idtext[AST_MAX_EXTENSION]

Definition at line 2361 of file manager.c.

Referenced by action_originate(), and fast_originate().

int priority

Definition at line 2363 of file manager.c.

Referenced by action_originate(), and fast_originate().

char tech[AST_MAX_EXTENSION]

Definition at line 2350 of file manager.c.

Referenced by action_originate(), and fast_originate().

int timeout

Definition at line 2353 of file manager.c.

Referenced by action_originate(), and fast_originate().

struct ast_variable* vars

Definition at line 2364 of file manager.c.

Referenced by action_originate(), and fast_originate().


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