|
Asterisk - The Open Source Telephony Project
18.5.0
|
helper function for originate More...

Data Fields | |
| struct ast_string_field_pool * | __field_mgr_pool |
| const ast_string_field | account |
| const ast_string_field | app |
| const ast_string_field | appdata |
| struct ast_format_cap * | cap |
| const ast_string_field | channelid |
| const ast_string_field | cid_name |
| const ast_string_field | cid_num |
| const ast_string_field | context |
| const ast_string_field | data |
| int | early_media |
| const ast_string_field | exten |
| const ast_string_field | idtext |
| const ast_string_field | otherchannelid |
| int | priority |
| const ast_string_field | tech |
| int | timeout |
| struct ast_variable * | vars |
| struct ast_string_field_pool* __field_mgr_pool |
| const ast_string_field account |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field app |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field appdata |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| struct ast_format_cap* cap |
Codecs used for a call
Definition at line 5377 of file manager.c.
Referenced by action_originate(), destroy_fast_originate_helper(), and fast_originate().
| const ast_string_field channelid |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field cid_name |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field cid_num |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field context |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field data |
data can contain a channel name struct ast_string_field_mgr __field_mgr extension number, username, password, etc.
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| int early_media |
Definition at line 5378 of file manager.c.
Referenced by action_originate(), and fast_originate().
| const ast_string_field exten |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field idtext |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| const ast_string_field otherchannelid |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| int priority |
Definition at line 5393 of file manager.c.
Referenced by action_originate(), and fast_originate().
| const ast_string_field tech |
Definition at line 5393 of file manager.c.
Referenced by fast_originate().
| int timeout |
Definition at line 5376 of file manager.c.
Referenced by action_originate(), and fast_originate().
| struct ast_variable* vars |
Definition at line 5395 of file manager.c.
Referenced by action_originate(), destroy_fast_originate_helper(), and fast_originate().
1.8.13