Home
last modified time | relevance | path

Searched refs:Q931_CALL_STATE (Results 1 – 3 of 3) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dpri_internal.h484 enum Q931_CALL_STATE peercallstate; /* Call state of peer as reported */
485 enum Q931_CALL_STATE ourcallstate; /* Our call state */
486 enum Q931_CALL_STATE sugcallstate; /* Status call state */
1017 const char *q931_call_state_str(enum Q931_CALL_STATE callstate);
H A Dpri_q931.h205 enum Q931_CALL_STATE { enum
H A Dq931.c3340 const char *q931_call_state_str(enum Q931_CALL_STATE callstate) in q931_call_state_str()
7996 static enum Q931_RANKED_CALL_STATE q931_rank_state(enum Q931_CALL_STATE state) in q931_rank_state()
8804 enum Q931_CALL_STATE ourcallstate_orig; in post_handle_q931_message()