Asterisk - The Open Source Telephony Project
18.5.0
|
#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 3553 of file res_pjsip.h.
pjsip_tp_state_callback cb |
PJPROJECT transport state notification callback
Definition at line 3555 of file res_pjsip.h.
Referenced by transport_state_callback().
struct ast_sip_tpmgr_state_callback* next |
Definition at line 3556 of file res_pjsip.h.
struct { ... } node |