Asterisk - The Open Source Telephony Project GIT-master-d856a3e
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 291 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: