Sat Apr 26 2014 22:03:25

Asterisk developer's documentation


mansession_session Struct Reference
Collaboration diagram for mansession_session:

Data Structures

struct  mansession_datastores

Data Fields

struct ast_sockaddr addr
int authenticated
time_t authstart
struct ao2_containerblackfilters
char challenge [10]
struct ast_variablechanvars
struct
mansession_session::mansession_datastores 
datastores
FILE * f
int fd
char inbuf [1025]
int inlen
int inuse
struct eventqentlast_ev
struct {
   struct mansession_session *   next
list
uint32_t managerid
unsigned long nc
int needdestroy
time_t noncetime
unsigned long oldnonce
int pending_event
int readperm
int send_events
time_t sessionstart
struct timeval sessionstart_tv
time_t sessiontimeout
char username [80]
pthread_t waiting_thread
struct ao2_containerwhitefilters
int writeperm
int writetimeout

Detailed Description

Definition at line 1098 of file manager.c.


Field Documentation

time_t authstart

Definition at line 1123 of file manager.c.

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

Manager event filters - black list

Definition at line 1118 of file manager.c.

Referenced by action_filter(), authenticate(), build_mansession(), match_filter(), and session_destructor().

char challenge[10]

Authentication challenge

Definition at line 1111 of file manager.c.

Referenced by action_challenge(), authenticate(), and report_failed_challenge_response().

Channel variables to set for originate

Definition at line 1119 of file manager.c.

Referenced by action_originate(), authenticate(), and session_destructor().

FILE* f
int fd

descriptor used for output. Either the socket (AMI) or a temporary file (HTTP)

Definition at line 1102 of file manager.c.

Referenced by action_waitevent(), auth_http_callback(), build_mansession(), get_input(), handle_showmanconn(), send_string(), session_destructor(), and session_do().

char inbuf[1025]

Buffer - we use the extra byte to add a '\0' and simplify parsing

Definition at line 1115 of file manager.c.

Referenced by do_message(), and get_input().

int inlen

number of buffered bytes

Definition at line 1116 of file manager.c.

Referenced by get_input().

int inuse

number of HTTP sessions using this entry

Definition at line 1103 of file manager.c.

Referenced by check_manager_session_inuse(), find_session(), generic_http_callback(), handle_showmanconn(), and purge_sessions().

struct eventqent* last_ev

last event processed.

Definition at line 1121 of file manager.c.

Referenced by action_waitevent(), auth_http_callback(), process_events(), session_destructor(), and session_do().

struct { ... } list
unsigned long nc

incremental nonce counter

Definition at line 1127 of file manager.c.

Referenced by auth_http_callback().

Whether an HTTP session should be destroyed

Definition at line 1104 of file manager.c.

Referenced by action_waitevent(), auth_http_callback(), find_session(), and generic_http_callback().

Definition at line 1129 of file manager.c.

time_t noncetime

Timer for nonce value expiration

Definition at line 1125 of file manager.c.

Referenced by auth_http_callback().

unsigned long oldnonce

Stale nonce value

Definition at line 1126 of file manager.c.

Referenced by auth_http_callback(), and find_session_by_nonce().

Pending events indicator in case when waiting_thread is NULL

Definition at line 1124 of file manager.c.

Referenced by __ast_manager_event_multichan(), and get_input().

time_t sessionstart

Session start time

Definition at line 1107 of file manager.c.

Referenced by auth_http_callback(), authenticate(), and handle_showmanconn().

Session timeout if HTTP

Definition at line 1109 of file manager.c.

Referenced by action_waitevent(), auth_http_callback(), generic_http_callback(), and purge_sessions().

pthread_t waiting_thread

Sleeping thread using this descriptor

Definition at line 1105 of file manager.c.

Referenced by __ast_manager_event_multichan(), action_waitevent(), build_mansession(), generic_http_callback(), and get_input().

Manager event filters - white list

Definition at line 1117 of file manager.c.

Referenced by action_filter(), authenticate(), build_mansession(), match_filter(), and session_destructor().

Timeout for ast_carefulwrite()

Definition at line 1122 of file manager.c.

Referenced by auth_http_callback(), authenticate(), build_mansession(), and send_string().


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