Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
uint32_t | instance |
uint32_t | ip |
uint32_t | maxStreams |
char | name [16] |
uint8_t | protocolVersion |
uint32_t | space |
char | space2 [3] |
space2 is used for newer version of skinny More... | |
uint32_t | type |
uint32_t | userId |
Definition at line 289 of file chan_skinny.c.
uint32_t instance |
Definition at line 292 of file chan_skinny.c.
uint32_t ip |
Definition at line 293 of file chan_skinny.c.
uint32_t maxStreams |
Definition at line 295 of file chan_skinny.c.
char name[16] |
Definition at line 290 of file chan_skinny.c.
Referenced by PathSegment::get_child(), handle_message(), Parameter::load(), SwaggerType::load(), Property::load(), skinny_register(), and transmit_registerrej().
uint8_t protocolVersion |
Definition at line 297 of file chan_skinny.c.
Referenced by handle_message(), and skinny_register().
uint32_t space |
Definition at line 296 of file chan_skinny.c.
char space2[3] |
space2 is used for newer version of skinny
Definition at line 299 of file chan_skinny.c.
uint32_t type |
Definition at line 294 of file chan_skinny.c.
Referenced by handle_message(), Property::load(), and skinny_register().
uint32_t userId |
Definition at line 291 of file chan_skinny.c.