Home
last modified time | relevance | path

Searched refs:PRI_DEBUG_Q921_DUMP (Results 1 – 6 of 6) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dq921.c453 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in reschedule_t200()
466 if (ctrl->debug & PRI_DEBUG_Q921_DUMP)
480 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in start_t203()
484 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in start_t203()
496 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in stop_t203()
501 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in stop_t203()
513 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in start_t200()
517 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in start_t200()
529 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in stop_t200()
534 if (ctrl->debug & PRI_DEBUG_Q921_DUMP) in stop_t200()
[all …]
H A Dlibpri.h46 #define PRI_DEBUG_Q921_DUMP (1 << 1) /* Show each interpreted Q.921 frame */ macro
H A DChangeLog397 independantly of PRI_DEBUG_Q921_DUMP Ensure that the DUMP and RAW
H A Dq931.c5085 if (!(ctrl->debug & (PRI_DEBUG_Q921_DUMP | PRI_DEBUG_Q921_RAW))) { in q931_dump()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_pritap/
H A Dftmod_pritap.c130 #define PRI_DEBUG_Q921_ALL (PRI_DEBUG_Q921_RAW | PRI_DEBUG_Q921_DUMP | PRI_DEBUG_Q921_STATE)
158 flags |= PRI_DEBUG_Q921_DUMP; in parse_debug()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_libpri/
H A Dftmod_libpri.c163 #define PRI_DEBUG_Q921_ALL (PRI_DEBUG_Q921_RAW | PRI_DEBUG_Q921_DUMP | PRI_DEBUG_Q921_STATE)
173 { "q921_dump", PRI_DEBUG_Q921_DUMP },