Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_party_subaddress Struct Reference

Information needed to specify a subaddress in a call. More...

#include <channel.h>

Data Fields

unsigned char odd_even_indicator
 TRUE if odd number of address signals.
char * str
 Malloced subaddress string.
int type
 Q.931 subaddress type.
unsigned char valid
 TRUE if the subaddress information is valid/present.

Detailed Description

Information needed to specify a subaddress in a call.

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

Field Documentation

unsigned char odd_even_indicator

TRUE if odd number of address signals.

Note:
The odd/even indicator is used when the type of subaddress is user_specified and the coding is BCD.

Definition at line 276 of file channel.h.

Referenced by ast_party_subaddress_init(), ast_party_subaddress_copy(), ast_party_subaddress_set_init(), ast_party_subaddress_set(), party_subaddress_build_data(), ast_connected_line_parse_data(), ast_redirecting_parse_data(), party_subaddress_read(), and party_subaddress_write().


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