Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_party_dialed Struct Reference

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. More...
 
struct ast_party_subaddress subaddress
 Dialed/Called subaddress.
 
int transit_network_select
 Transit Network Select. More...
 

Detailed Description

Dialed/Called Party information.

Since
1.8
Note
Dialed Number Identifier (DNID)
All string fields here are malloc'ed, so they need to be freed when the structure is deleted.
NULL and "" must be considered equivalent.

Definition at line 378 of file channel.h.

Field Documentation

struct { ... } number

Dialed/Called number.

Note
Done this way in case we ever really need to use ast_party_number. We currently do not need all of the ast_party_number fields.

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(), chan_pjsip_new(), and ring_entry().

int transit_network_select

Transit Network Select.

Note
Currently this value is just passed around the system. You can read it and set it but it is never used for anything.

Definition at line 397 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(), begin_dial_prerun(), dial_exec_full(), do_forward(), ring_entry(), and wait_for_answer().


The documentation for this struct was generated from the following file: