| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| void * | data | |
| struct { | ||
| struct msg_queue_entry * next | ||
| } | entry | |
| at_message_t | expected | |
| at_message_t | response_to | |
Definition at line 460 of file chan_mobile.c.
| void* data | 
Definition at line 463 of file chan_mobile.c.
Referenced by handle_sms_prompt(), msg_queue_free_and_pop(), and msg_queue_push_data().
| struct { ... } entry | 
| at_message_t expected | 
Definition at line 461 of file chan_mobile.c.
Referenced by handle_response_clip(), handle_response_cmgr(), handle_sms_prompt(), msg_queue_push(), and msg_queue_push_data().
| struct msg_queue_entry* next | 
Definition at line 465 of file chan_mobile.c.
| at_message_t response_to | 
Definition at line 462 of file chan_mobile.c.
Referenced by msg_queue_push(), and msg_queue_push_data().