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

Data Fields | ||
| struct { | ||
| int plan | ||
| Q.931 Type-Of-Number and Numbering-Plan encoded fields. More... | ||
| char * str | ||
| Subscriber phone number (Malloced) More... | ||
| } | number | |
| Dialed/Called number. | ||
| struct ast_party_subaddress | subaddress | |
| Dialed/Called subaddress. | ||
| int | transit_network_select | |
| Transit Network Select. | ||
Dialed/Called Party information.
| struct { ... } number |
Dialed/Called number.
Referenced by ast_cel_fabricate_channel_from_event(), ast_iax2_new(), ast_party_dialed_copy(), ast_party_dialed_free(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), ast_var_channels_table(), callerid_write(), chan_pjsip_new(), dahdi_new(), and ring_entry().
| int plan |
Q.931 Type-Of-Number and Numbering-Plan encoded fields.
Definition at line 390 of file channel.h.
Referenced by ast_party_dialed_copy(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), and callerid_write().
| char* str |
Subscriber phone number (Malloced)
Definition at line 388 of file channel.h.
Referenced by ast_cel_fabricate_channel_from_event(), ast_iax2_new(), ast_party_dialed_copy(), ast_party_dialed_free(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), ast_var_channels_table(), callerid_write(), chan_pjsip_new(), channel_snapshot_caller_create(), dahdi_new(), and ring_entry().
| struct ast_party_subaddress subaddress |
Dialed/Called subaddress.
Definition at line 393 of file channel.h.
Referenced by ast_party_dialed_copy(), ast_party_dialed_free(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), and callerid_write().
| int transit_network_select |
Transit Network Select.
Definition at line 399 of file channel.h.
Referenced by ast_ari_channels_dial(), ast_iax2_new(), ast_party_dialed_copy(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), ast_var_channels_table(), begin_dial_prerun(), dial_exec_full(), do_forward(), ring_entry(), and wait_for_answer().