Asterisk - The Open Source Telephony Project
21.4.1
|
Indicate what information in ast_party_connected_line should be set. More...
#include <channel.h>
Data Fields | |
struct ast_set_party_id | ani |
struct ast_set_party_id | id |
struct ast_set_party_id | priv |
Indicate what information in ast_party_connected_line should be set.
struct ast_set_party_id ani |
What ANI id information to set.
Definition at line 493 of file channel.h.
Referenced by ast_party_connected_line_set().
struct ast_set_party_id id |
What connected line id information to set.
Definition at line 491 of file channel.h.
Referenced by ast_connected_line_build_data(), and ast_party_connected_line_set().
struct ast_set_party_id priv |
What private connected line id information to set.
Definition at line 495 of file channel.h.
Referenced by ast_connected_line_build_data(), and ast_party_connected_line_set().