Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_set_party_id Struct Reference

Indicate what information in ast_party_id should be set. More...

#include <channel.h>

Data Fields

unsigned char name
 
unsigned char number
 
unsigned char subaddress
 

Detailed Description

Indicate what information in ast_party_id should be set.

Since
1.8

Definition at line 361 of file channel.h.

Field Documentation

◆ name

unsigned char name

◆ number

unsigned char number

TRUE if the ast_party_number information should be set.

Definition at line 365 of file channel.h.

Referenced by ast_set_party_id_all().

◆ subaddress

unsigned char subaddress

TRUE if the ast_party_subaddress information should be set.

Definition at line 367 of file channel.h.

Referenced by ast_set_party_id_all().


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