- Global Q931CallNew (Q931_TrunkInfo_t *trunk)
- Does direction really make sense here? Primary use is to request a new outgoing call...
- Global Q931CallSendStatus (const struct Q931_Call *call, const L3UCHAR causeval)
- Naming s*cks a bit... (maybe use a new prefix (instead of "Q931Call") for layer4 call control related stuff)
- Global Q931Die_LLComp (Q931_TrunkInfo_t *trunk, Q931ie_Generic *ie, struct strstream *ostream)
- Extend
- Global Q931GetLogLevelName (Q931_TrunkInfo_t *trunk)
- Make this a generic function e.g.: const char *Q931GetLogLevelName(q931_loglevel_t level)
- Global Q931TimerTick (Q931_TrunkInfo_t *trunk)
- move (q931_timer.c)