Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Information needed to specify a name in a call. More...
#include <channel.h>
Data Fields | |
int | char_set |
Character set the name is using. More... | |
int | presentation |
Q.931 encoded presentation-indicator encoded field. More... | |
char * | str |
Subscriber name (Malloced) More... | |
unsigned char | valid |
TRUE if the name information is valid/present. More... | |
Information needed to specify a name in a call.
int char_set |
Character set the name is using.
Definition at line 274 of file channel.h.
Referenced by ast_party_name_copy(), ast_party_name_init(), ast_party_name_set(), ast_party_name_set_init(), and ast_redirecting_parse_data().
int presentation |
Q.931 encoded presentation-indicator encoded field.
Definition at line 279 of file channel.h.
Referenced by __analog_ss_thread(), analog_call(), ast_iax2_new(), ast_party_name_copy(), ast_party_name_init(), ast_party_name_set(), ast_party_name_set_init(), ast_redirecting_parse_data(), caller_id_privacy_handler(), caller_id_privacy_to_str(), dahdi_new(), my_get_callerid(), privacy_exec(), redirecting_write(), and socket_process_helper().
char* str |
Subscriber name (Malloced)
Definition at line 266 of file channel.h.
Referenced by __analog_handle_event(), __ast_channel_alloc_ap(), action_meetmelist(), add_history_info_header(), analog_call(), analog_handle_dtmf(), analog_send_callerid(), ast_cel_fabricate_channel_from_event(), ast_party_name_copy(), ast_party_name_free(), ast_party_name_init(), ast_party_name_set(), ast_party_name_set_init(), ast_redirecting_parse_data(), ast_set_callerid(), AST_TEST_DEFINE(), ast_var_channels_table(), caller_id_handler(), caller_id_to_str(), cli_list_subscriptions_detail(), cli_show_subscriptions_detail(), copy_message(), dahdi_handle_event(), dial_exec_full(), generate_status(), iax2_call(), incoming_in_dialog_request(), indicate_connected_line(), launch_monitor_thread(), manager_queues_status(), meetme_show_cmd(), my_send_callerid(), ooh323_call(), originate_exec(), run_externnotify(), send_callerid_screen(), set_redirecting_id(), and unistim_new().
unsigned char valid |
TRUE if the name information is valid/present.
Definition at line 281 of file channel.h.
Referenced by __analog_handle_event(), __ast_channel_alloc_ap(), action_meetmelist(), analog_call(), ast_cel_fabricate_channel_from_event(), ast_party_name_copy(), ast_party_name_init(), ast_party_name_set(), ast_party_name_set_init(), ast_redirecting_parse_data(), ast_set_callerid(), ast_var_channels_table(), caller_id_handler(), caller_id_to_str(), cli_list_subscriptions_detail(), cli_show_subscriptions_detail(), copy_message(), copy_redirecting_id(), dahdi_handle_event(), dial_exec_full(), generate_status(), iax2_call(), incoming_in_dialog_request(), indicate_connected_line(), launch_monitor_thread(), manager_queues_status(), meetme_show_cmd(), ooh323_call(), run_externnotify(), send_callerid_screen(), set_redirecting_id(), and unistim_new().