Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
#include <resource_channels.h>
Data Fields | |
const char * | channel_id |
const char * | reason |
const char * | reason_code |
Argument struct for ast_ari_channels_hangup()
Definition at line 209 of file resource_channels.h.
const char* channel_id |
Channel's id
Definition at line 211 of file resource_channels.h.
const char* reason |
Reason for hanging up the channel for simple use. Mutually exclusive with 'reason_code'.
Definition at line 215 of file resource_channels.h.
Referenced by ErrorResponse::load().
const char* reason_code |
The reason code for hanging up the channel for detail use. Mutually exclusive with 'reason'. See detail hangup codes at here. https://docs.asterisk.org/Configuration/Miscellaneous/Hangup-Cause-Mappings/
Definition at line 213 of file resource_channels.h.