Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_party_number Struct Reference

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

#include <channel.h>

Data Fields

int plan
 Q.931 Type-Of-Number and Numbering-Plan encoded fields. More...
 
int presentation
 Q.931 presentation-indicator and screening-indicator encoded fields. More...
 
char * str
 Subscriber phone number (Malloced) More...
 
unsigned char valid
 TRUE if the number information is valid/present. More...
 

Detailed Description

Information needed to specify a number 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.

Definition at line 289 of file channel.h.

Field Documentation

◆ plan

int plan

◆ presentation

int presentation

◆ str

char* str

◆ valid

unsigned char valid

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