Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_party_redirecting_reason Struct Reference

Redirecting reason information. More...

#include <channel.h>

Data Fields

int code
 enum AST_REDIRECTING_REASON value for redirection
 
char * str
 a string value for the redirecting reason More...
 

Detailed Description

Redirecting reason information.

Definition at line 501 of file channel.h.

Field Documentation

char* str

a string value for the redirecting reason

Useful for cases where an endpoint has specified a redirecting reason that does not correspond to an enum AST_REDIRECTING_REASON

Definition at line 507 of file channel.h.

Referenced by ast_party_redirecting_reason_copy(), ast_party_redirecting_reason_free(), ast_party_redirecting_reason_init(), ast_party_redirecting_reason_set(), ast_party_redirecting_reason_set_init(), ast_redirecting_parse_data(), and ast_redirecting_reason_name().


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