Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
#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 4091 of file res_pjsip.h.
pjsip_tp_state_callback cb |
PJPROJECT transport state notification callback
Definition at line 4093 of file res_pjsip.h.
Referenced by transport_state_callback().
struct ast_sip_tpmgr_state_callback* next |
Definition at line 4094 of file res_pjsip.h.
struct { ... } node |