Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_party_dialed Struct Reference

Dialed/Called Party information. More...

#include <channel.h>

Collaboration diagram for ast_party_dialed:

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.

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 332 of file channel.h.


Field Documentation

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().

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 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().


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