Home
last modified time | relevance | path

Searched refs:Q931_LOG_DEBUG (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/
H A DQ931.c388 …Q931Log(pTrunk, Q931_LOG_DEBUG, "Received message from Q.921 (ind %d, tei %d, size %d)\nMesType: %… in Q931Rx23()
419 Q931Log(pTrunk, Q931_LOG_DEBUG, "Sending message to Layer4 (size: %d)\n", Size); in Q931Tx34()
446 …Q931Log(pTrunk, Q931_LOG_DEBUG, "Receiving message from Layer4 (size: %d, type: %d)\n", Size, ptr-… in Q931Rx43()
450 Q931Log(pTrunk, Q931_LOG_DEBUG, "Q931Rx43 return code: %d\n", RetCode); in Q931Rx43()
480 Q931Log(pTrunk, Q931_LOG_DEBUG, "Sending message to Q.921 (size: %d)\n", Size); in Q931Tx32Data()
870 } else if (level > Q931_LOG_DEBUG) { in Q931SetLogLevel()
871 level = Q931_LOG_DEBUG; in Q931SetLogLevel()
885 …Q931Log(pTrunk, Q931_LOG_DEBUG, "Timer %d of call %d (CRV: %d) timed out\n", pTrunk->call[callInde… in Q931TimeoutDummy()
H A DQ931ie.c322 Q931Log(pTrunk, Q931_LOG_DEBUG, "Encoding Bearer Capability IE\n"); in Q931Pie_BearerCap()
1138 Q931Log(pTrunk, Q931_LOG_DEBUG, "Decoding ChanID IE\n"); in Q931Uie_ChanID()
1194 if (pTrunk->loglevel == Q931_LOG_DEBUG) { in Q931Uie_ChanID()
1216 Q931Log(pTrunk, Q931_LOG_DEBUG, in Q931Uie_ChanID()
3064 Q931Log(pTrunk, Q931_LOG_DEBUG, "Discarding IE %#hhx with length %d\n", id, Octet - 2); in Q931Uie_Generic()
H A DQ931StateTE.c719 Q931Log(pTrunk, Q931_LOG_DEBUG, "Processing DISCONNECT message from %s for CRV: %d (%#hx)\n", in Q931ProcDisconnectTE()
H A DQ931mes.c54 …Q931Log(pTrunk, Q931_LOG_DEBUG, "Creating Q.931 Message Header:\n ProtDisc %d (%#x), CRV %d (%#… in Q931MesgHeader()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/include/
H A DQ931.h648 Q931_LOG_DEBUG enumerator