Dialed/Called Party information. More...
#include <channel.h>

Data Fields | |
| struct { | |
| int plan | |
| Q.931 Type-Of-Number and Numbering-Plan encoded fields. | |
| char * str | |
| Subscriber phone number (Malloced) | |
| } | 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 __oh323_new(), 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(), check_bridge(), dahdi_new(), gtalk_new(), jingle_new(), mgcp_ss(), oss_new(), pri_dchannel(), pri_ss_thread(), ring_entry(), and sip_new().
| int plan |
Q.931 Type-Of-Number and Numbering-Plan encoded fields.
Definition at line 342 of file channel.h.
Referenced by ast_party_dialed_copy(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), callerid_write(), and pri_dchannel().
| char* str |
Subscriber phone number (Malloced)
Definition at line 340 of file channel.h.
Referenced by __oh323_new(), 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(), check_bridge(), dahdi_new(), gtalk_new(), jingle_new(), mgcp_ss(), oss_new(), pri_ss_thread(), ring_entry(), set_one_cid(), and sip_new().
| struct ast_party_subaddress subaddress |
Dialed/Called subaddress.
Definition at line 345 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(), callerid_write(), check_bridge(), and pri_dchannel().
Transit Network Select.
Definition at line 351 of file channel.h.
Referenced by 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_channel(), dial_exec_full(), do_forward(), ring_entry(), and wait_for_answer().