|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 do_monitor_phone(), handle_response_brsf(), handle_response_cind(), handle_response_clip(), handle_response_cmgr(), handle_response_error(), handle_response_ok(), 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 do_monitor_phone(), handle_response_cind(), handle_response_error(), handle_response_ok(), msg_queue_push(), and msg_queue_push_data().
1.8.13