Sat Apr 26 2014 22:03:25

Asterisk developer's documentation


mansession Struct Reference

In case you didn't read that giant block of text above the mansession_session struct, the struct 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...

Collaboration diagram for mansession:

Data Fields

FILE * f
int fd
struct manager_custom_hookhook
ast_mutex_t lock
enum mansession_message_parsing parsing
struct mansession_sessionsession
struct
ast_tcptls_session_instance
tcptls_session
int write_error:1

Detailed Description

In case you didn't read that giant block of text above the mansession_session struct, the struct 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.

Definition at line 1142 of file manager.c.


Field Documentation

Definition at line 1149 of file manager.c.

Referenced by ast_hook_send_action(), and send_string().

Definition at line 1147 of file manager.c.

Referenced by do_message(), get_input(), and handle_parse_error().

Definition at line 1148 of file manager.c.

Referenced by send_string(), and session_do().


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