#include <switch_core.h>
Data Fields | |
| char * | from |
| switch_core_session_message_types_t | message_id |
| int | numeric_arg |
| const char * | string_arg |
| switch_size_t | string_arg_size |
| void * | pointer_arg |
| switch_size_t | pointer_arg_size |
| int | numeric_reply |
| char * | string_reply |
| switch_size_t | string_reply_size |
| void * | pointer_reply |
| switch_size_t | pointer_reply_size |
| switch_core_session_message_flag_t | flags |
|
|
message flags |
|
|
uuid of the sender (for replies) |
|
|
enumeration of the type of message |
|
|
optional numeric arg |
|
|
optional numeric reply |
|
|
optional arbitrary pointer arg |
|
|
optional arbitrary pointer arg's size |
|
|
optional arbitrary pointer reply |
|
|
optional arbitrary pointer reply's size |
|
|
optional string arg |
|
|
optional string arg |
|
|
optional string reply |
|
|
optional string reply |
1.3.9.1