Asterisk - The Open Source Telephony Project
18.5.0
|
#include <isdn_lib_intern.h>
Data Fields | |
enum event_e | event |
char * | info |
unsigned long | misdn_msg |
msg_t *(* | msg_builder )(struct isdn_msg *msgs, struct misdn_bchannel *bc, int nt) |
void(* | msg_parser )(struct isdn_msg *msgs, msg_t *msg, struct misdn_bchannel *bc, int nt) |
Definition at line 41 of file isdn_lib_intern.h.
Definition at line 44 of file isdn_lib_intern.h.
Referenced by isdn_msg_get_event().
char* info |
Definition at line 48 of file isdn_lib_intern.h.
Referenced by isdn_get_info(), and isdn_msg_get_info().
unsigned long misdn_msg |
Definition at line 42 of file isdn_lib_intern.h.
Referenced by isdn_msg_get_index().
msg_t*(* msg_builder) (struct isdn_msg *msgs, struct misdn_bchannel *bc, int nt) |
Definition at line 47 of file isdn_lib_intern.h.
Referenced by isdn_msg_build_event().
void(* msg_parser) (struct isdn_msg *msgs, msg_t *msg, struct misdn_bchannel *bc, int nt) |
Definition at line 46 of file isdn_lib_intern.h.
Referenced by isdn_msg_parse_event().