Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


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. More...
 
   char *   str
 Subscriber phone number (Malloced) More...
 
number
 Dialed/Called number. More...
 
struct ast_party_subaddress subaddress
 Dialed/Called subaddress. More...
 
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 328 of file channel.h.

Field Documentation

int plan

Q.931 Type-Of-Number and Numbering-Plan encoded fields.

Definition at line 338 of file channel.h.

Referenced by ast_party_dialed_copy(), ast_party_dialed_init(), ast_party_dialed_set(), ast_party_dialed_set_init(), callerid_read(), callerid_write(), and pri_dchannel().

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 347 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_str_retrieve_variable(), ast_var_channels_table(), begin_dial_channel(), dial_exec_full(), do_forward(), iax2_call(), ring_entry(), setup_env(), and wait_for_answer().


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