Asterisk - The Open Source Telephony Project
21.4.1
|
AMI variable container. More...
#include <res_pjsip.h>
Data Fields | |
const char * | action_id |
void * | arg |
int | count |
const struct message * | m |
struct mansession * | s |
AMI variable container.
Definition at line 3031 of file res_pjsip.h.
const char* action_id |
Manager Action ID
Definition at line 3037 of file res_pjsip.h.
void* arg |
user specified argument data
Definition at line 3039 of file res_pjsip.h.
int count |
count of objects
Definition at line 3041 of file res_pjsip.h.
const struct message* m |
Manager message
Definition at line 3035 of file res_pjsip.h.
struct mansession* s |
Manager session
Definition at line 3033 of file res_pjsip.h.