|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Asterisk external application JSON message type. More...

Data Fields | |
| struct ast_aeap_message | base |
| struct ast_json * | json |
Asterisk external application JSON message type.
Definition at line 31 of file message_json.c.
| struct ast_aeap_message base |
The base message type (must be first)
Definition at line 33 of file message_json.c.
| struct ast_json* json |
Underlying JSON data structure
Definition at line 35 of file message_json.c.