Data Fields | |
long | cc_id |
unsigned char | cc_request_response_pending |
sig_pri_span * | pri |
Definition at line 75 of file sig_pri.c.
long cc_id |
CC id value to use with libpri. -1 if invalid.
Definition at line 79 of file sig_pri.c.
Referenced by sig_pri_cc_agent_callee_available(), sig_pri_cc_agent_cmp_cc_id(), sig_pri_cc_agent_destructor(), sig_pri_cc_agent_party_b_free(), sig_pri_cc_agent_req_rsp(), sig_pri_cc_agent_status_req(), and sig_pri_cc_agent_stop_ringing().
unsigned char cc_request_response_pending |
TRUE if CC has been requested and we are waiting for the response.
Definition at line 81 of file sig_pri.c.
Referenced by sig_pri_cc_agent_destructor(), sig_pri_cc_agent_req_rsp(), and sig_pri_handle_cis_subcmds().
struct sig_pri_span* pri |
Asterisk span D channel control structure.
Definition at line 77 of file sig_pri.c.
Referenced by sig_pri_cc_agent_callee_available(), sig_pri_cc_agent_cmp_cc_id(), sig_pri_cc_agent_destructor(), sig_pri_cc_agent_party_b_free(), sig_pri_cc_agent_req_rsp(), sig_pri_cc_agent_status_req(), sig_pri_cc_agent_stop_ringing(), and sig_pri_find_cc_agent_by_cc_id().