|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Connected Line/Party information. More...
#include <channel.h>

Data Fields | |
| struct ast_party_id | ani |
| Automatic Number Identification (ANI) | |
| int | ani2 |
| Automatic Number Identification 2 (Info Digits) | |
| 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. | |
Connected Line/Party information.
| struct ast_party_id ani |
Automatic Number Identification (ANI)
Definition at line 467 of file channel.h.
Referenced by ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_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 477 of file channel.h.
Referenced by ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_caller(), ast_party_connected_line_copy(), ast_party_connected_line_init(), ast_party_connected_line_set(), and ast_party_connected_line_set_init().
| struct ast_party_id id |
Connected party ID.
Definition at line 460 of file channel.h.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), action_meetmelist(), analog_call(), ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_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(), dahdi_call(), dial_exec_full(), dialog_info_generate_body_content(), iax2_call(), indicate_connected_line(), manager_queues_status(), ooh323_call(), ring_entry(), and send_callerid_screen().
| struct ast_party_id priv |
Private connected party ID.
Definition at line 470 of file channel.h.
Referenced by after_bridge_move_channel(), ast_do_pickup(), 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 retransfer_enter().
| int source |
Information about the source of an update.
Definition at line 484 of file channel.h.
Referenced by ast_do_pickup(), ast_party_connected_line_copy(), ast_party_connected_line_init(), ast_party_connected_line_set(), ast_party_connected_line_set_init(), update_connected_line_from_peer(), and update_connected_line_from_peer().