Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
long | cc_id |
unsigned char | cc_request_response_pending |
struct sig_pri_span * | pri |
Define to make always pick a channel if allowed. Useful for testing channel shifting.
long cc_id |
CC id value to use with libpri. -1 if invalid.
Definition at line 142 of file sig_pri.c.
Referenced by sig_pri_cc_agent_callee_available(), sig_pri_cc_agent_destructor(), sig_pri_cc_agent_init(), 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 144 of file sig_pri.c.
Referenced by sig_pri_cc_agent_destructor(), and sig_pri_cc_agent_req_rsp().
struct sig_pri_span* pri |
Asterisk span D channel control structure.
Definition at line 140 of file sig_pri.c.
Referenced by sig_pri_cc_agent_callee_available(), sig_pri_cc_agent_destructor(), sig_pri_cc_agent_init(), 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().