|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <res_pjsip.h>

Data Fields | ||
| pjsip_tp_state_callback | cb | |
| struct { | ||
| struct ast_sip_tpmgr_state_callback * next | ||
| } | node | |
Transport state notification registration element.
Definition at line 4257 of file res_pjsip.h.
| pjsip_tp_state_callback cb |
PJPROJECT transport state notification callback
Definition at line 4259 of file res_pjsip.h.
Referenced by transport_state_callback().
| struct ast_sip_tpmgr_state_callback* next |
Definition at line 4260 of file res_pjsip.h.
| struct { ... } node |