Asterisk - The Open Source Telephony Project
21.4.1
|
Connected Line/Party information. More...
#include <channel.h>
Data Fields | |
struct ast_party_id | ani |
Automatic Number Identification (ANI) More... | |
int | ani2 |
Automatic Number Identification 2 (Info Digits) More... | |
struct ast_party_id | id |
Connected party ID. | |
struct ast_party_id | priv |
Private connected party ID. | |
int | source |
Information about the source of an update. More... | |
Connected Line/Party information.
struct ast_party_id ani |
Automatic Number Identification (ANI)
Definition at line 465 of file channel.h.
Referenced by ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_caller(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_free(), ast_party_connected_line_init(), ast_party_connected_line_set(), ast_party_connected_line_set_init(), and ring_entry().
int ani2 |
Automatic Number Identification 2 (Info Digits)
Definition at line 475 of file channel.h.
Referenced by ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_caller(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_init(), ast_party_connected_line_set(), and ast_party_connected_line_set_init().
int source |
Information about the source of an update.
Definition at line 482 of file channel.h.
Referenced by ast_connected_line_build_data(), ast_connected_line_parse_data(), ast_do_pickup(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_init(), ast_party_connected_line_set(), and ast_party_connected_line_set_init().