Asterisk - The Open Source Telephony Project
21.4.1
|
In case you didn't read that giant block of text above the mansession_session struct, the mansession is named this solely to keep the API the same in Asterisk. This structure really represents data that is different from Manager action to Manager action. The mansession_session pointer contained within points to session-specific data. More...
Data Fields | |
struct manager_custom_hook * | hook |
ast_mutex_t | lock |
enum mansession_message_parsing | parsing |
struct mansession_session * | session |
struct ast_iostream * | stream |
struct ast_tcptls_session_instance * | tcptls_session |
unsigned int | write_error:1 |
In case you didn't read that giant block of text above the mansession_session struct, the mansession is named this solely to keep the API the same in Asterisk. This structure really represents data that is different from Manager action to Manager action. The mansession_session pointer contained within points to session-specific data.