|
| | SS7BICC (const NamedList ¶ms, unsigned char sio=SS7MSU::BICC|SS7MSU::National) |
| |
| virtual | ~SS7BICC () |
| |
| | SS7ISUP (const NamedList ¶ms, unsigned char sio=SS7MSU::ISUP|SS7MSU::National) |
| |
| virtual | ~SS7ISUP () |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual const char * | statusName () const |
| |
| virtual void | attach (SS7Layer3 *network) |
| |
| unsigned int | cicLen () const |
| |
| const String & | format () const |
| |
| bool | ignoreUnknownAddrSignals () const |
| |
| bool | setPointCode (SS7PointCode *pc, bool def) |
| |
| unsigned int | setPointCode (const NamedList ¶ms) |
| |
| SS7PointCode * | hasPointCode (const SS7PointCode &pc) |
| |
| bool | handlesRemotePC (const SS7PointCode &pc) const |
| |
| void | setLabel (SS7Label &label, const SS7PointCode &opc, const SS7PointCode &dpc, unsigned char sls=255) |
| |
| void | setDebug (bool printMsg, bool extendedDebug) |
| |
| virtual SS7MSU * | createMSU (SS7MsgISUP::Type type, unsigned char ssf, const SS7Label &label, unsigned int cic, const NamedList *params=0) const |
| |
| virtual SignallingCall * | call (SignallingMessage *msg, String &reason) |
| |
| int | transmitMessage (SS7MsgISUP *msg, const SS7Label &label, bool recvLbl, int sls=SlsDefault) |
| |
| virtual void | cleanup (const char *reason="net-out-of-order") |
| |
| virtual bool | control (NamedList ¶ms) |
| |
| bool | decodeMessage (NamedList &msg, SS7MsgISUP::Type msgType, SS7PointCode::Type pcType, const unsigned char *paramPtr, unsigned int paramLen) |
| |
| bool | encodeMessage (DataBlock &buf, SS7MsgISUP::Type msgType, SS7PointCode::Type pcType, const NamedList ¶ms, unsigned int *cic=0) |
| |
| bool | processParamCompat (const NamedList &list, unsigned int cic, bool *callReleased=0) |
| |
| ChargeProcess | getChargeProcessType () const |
| |
| | SignallingCallControl (const NamedList ¶ms, const char *msgPrefix=0) |
| |
| virtual | ~SignallingCallControl () |
| |
| const String & | location () const |
| |
| void | setExiting () |
| |
| bool | exiting () const |
| |
| bool | verify () |
| |
| MediaRequired | mediaRequired () const |
| |
| const String & | msgPrefix () const |
| |
| SignallingCircuitGroup * | circuits () const |
| |
| const ObjList & | calls () const |
| |
| virtual const char * | statusName () const =0 |
| |
| SignallingCircuitGroup * | attach (SignallingCircuitGroup *circuits) |
| |
| bool | reserveCircuit (SignallingCircuit *&cic, const char *range=0, int checkLock=-1, const String *list=0, bool mandatory=true, bool reverseRestrict=false) |
| |
| bool | releaseCircuit (SignallingCircuit *&cic, bool sync=false) |
| |
| bool | releaseCircuit (unsigned int code, bool sync=false) |
| |
| virtual void | cleanup (const char *reason="net-out-of-order") |
| |
| virtual SignallingEvent * | getEvent (const Time &when) |
| |
| virtual SignallingCall * | call (SignallingMessage *msg, String &reason) |
| |
| virtual void | buildVerifyEvent (NamedList ¶ms) |
| |
| | Mutex (bool recursive=false, const char *name=0) |
| |
| | Mutex (const Mutex &original) |
| |
| | ~Mutex () |
| |
| Mutex & | operator= (const Mutex &original) |
| |
| virtual bool | lock (long maxwait=-1) |
| |
| virtual bool | unlock () |
| |
| virtual bool | locked () const |
| |
| const char * | owner () const |
| |
| bool | recursive () const |
| |
| virtual | ~Lockable () |
| |
| virtual bool | lock (long maxwait=-1)=0 |
| |
| virtual bool | unlock ()=0 |
| |
| virtual bool | locked () const =0 |
| |
| virtual bool | check (long maxwait=-1) |
| |
| virtual bool | unlockAll () |
| |
| virtual void | destroyed () |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual void | attach (SS7Layer3 *network) |
| |
| SS7Layer3 * | network () const |
| |
| unsigned char | sio () const |
| |
| unsigned char | sif () const |
| |
| unsigned char | ssf () const |
| |
| unsigned char | prio () const |
| |
| unsigned char | ni () const |
| |
| unsigned char | getSIO (const NamedList ¶ms) const |
| |
| virtual void | attach (SS7Layer3 *network)=0 |
| |
| virtual | ~SignallingComponent () |
| |
| virtual const String & | toString () const |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual bool | control (NamedList ¶ms) |
| |
| virtual NamedList * | controlCreate (const char *oper=0) |
| |
| virtual bool | controlExecute (NamedList *params) |
| |
| virtual void | engine (SignallingEngine *eng) |
| |
| SignallingEngine * | engine () const |
| |
| int | debugLevel (int level) |
| |
| const String & | componentType () const |
| |
| | RefObject () |
| |
| virtual | ~RefObject () |
| |
| virtual void * | getObject (const String &name) const |
| |
| virtual bool | alive () const |
| |
| bool | ref () |
| |
| bool | deref () |
| |
| int | refcount () const |
| |
| virtual void | destruct () |
| |
| | GenObject () |
| |
| virtual | ~GenObject () |
| |
| virtual bool | alive () const |
| |
| virtual void | destruct () |
| |
| virtual const String & | toString () const |
| |
| virtual const String & | traceId () const |
| |
| virtual void * | getObject (const String &name) const |
| |
| NamedCounter * | getObjCounter () const |
| |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
| |
| | DebugEnabler (int level=TelEngine::debugLevel(), bool enabled=true) |
| |
| int | debugLevel () const |
| |
| int | debugLevel (int level) |
| |
| bool | debugEnabled () const |
| |
| void | debugEnabled (bool enable) |
| |
| const char * | debugName () const |
| |
| bool | debugAt (int level) const |
| |
| bool | debugChained () const |
| |
| void | debugChain (const DebugEnabler *chain=0) |
| |
| void | debugCopy (const DebugEnabler *original=0) |
| |
|
| virtual HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| |
| virtual void | destroyed () |
| |
| virtual void | timerTick (const Time &when) |
| |
| virtual void | notify (SS7Layer3 *link, int sls) |
| |
| SS7MSU * | buildMSU (SS7MsgISUP::Type type, unsigned char sio, const SS7Label &label, unsigned int cic, const NamedList *params) const |
| |
| virtual HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| |
| virtual bool | processMSU (SS7MsgISUP::Type type, unsigned int cic, const unsigned char *paramPtr, unsigned int paramLen, const SS7Label &label, SS7Layer3 *network, int sls) |
| |
| virtual void | receivedUPU (SS7PointCode::Type type, const SS7PointCode node, SS7MSU::Services part, unsigned char cause, const SS7Label &label, int sls) |
| |
| virtual SignallingEvent * | processCircuitEvent (SignallingCircuitEvent *&event, SignallingCall *call=0) |
| |
| bool | startCircuitReset (SignallingCircuit *&cic, const String &timer) |
| |
| int | strategy () const |
| |
| virtual bool | processEvent (SignallingEvent *event) |
| |
| virtual SignallingEvent * | processCircuitEvent (SignallingCircuitEvent *&event, SignallingCall *call=0) |
| |
| void | clearCalls () |
| |
| void | removeCall (SignallingCall *call, bool del=false) |
| |
| void | setVerify (bool restartTimer=false, bool fireNow=false, const Time *time=0) |
| |
| | SS7Layer4 (unsigned char sio=SS7MSU::National, const NamedList *params=0) |
| |
| int | transmitMSU (const SS7MSU &msu, const SS7Label &label, int sls=-1) |
| |
| virtual HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls)=0 |
| |
| virtual bool | recoveredMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| |
| virtual void | receivedUPU (SS7PointCode::Type type, const SS7PointCode node, SS7MSU::Services part, unsigned char cause, const SS7Label &label, int sls) |
| |
| virtual void | notify (SS7Layer3 *link, int sls) |
| |
| virtual void | routeStatusChanged (SS7PointCode::Type type, const SS7PointCode &node, SS7Route::State state) |
| |
| | SignallingComponent (const char *name=0, const NamedList *params=0, const char *type="unknown") |
| |
| virtual void | destroyed () |
| |
| void | insert (SignallingComponent *component) |
| |
| virtual void | detach () |
| |
| virtual void | timerTick (const Time &when) |
| |
| void | setName (const char *name) |
| |
| void | setCompType (const char *type) |
| |
| unsigned long | tickSleep (unsigned long usec=1000000) const |
| |
| virtual void | zeroRefs () |
| |
| bool | resurrect () |
| |
| virtual void | destroyed () |
| |
| void | debugName (const char *name) |
| |
|
| enum | { SlsAuto = -1
, SlsLatest = -2
, SlsCircuit = -3
, SlsDefault = -4
} |
| |
| enum | ChargeProcess { Confusion
, Ignore
, Raw
, Parsed
} |
| |
| enum | MediaRequired { MediaNever
, MediaAnswered
, MediaRinging
, MediaAlways
} |
| |
| static int | count () |
| |
| static int | locks () |
| |
| static bool | efficientTimedLock () |
| |
| static void | wait (unsigned long maxwait) |
| |
| static unsigned long | wait () |
| |
| static void | startUsingNow () |
| |
| static void | enableSafety (bool safe=true) |
| |
| static bool | safety () |
| |
| static unsigned char | getSIO (const NamedList ¶ms, unsigned char sif, unsigned char prio, unsigned char ni) |
| |
| static unsigned char | getSIO (const NamedList ¶ms, unsigned char sif, unsigned char ssf) |
| |
| static unsigned char | getSIO (const NamedList ¶ms, unsigned char sio) |
| |
| static bool | resolveConfig (const String &cmpName, NamedList ¶ms, const NamedList *config) |
| |
| static bool | alive (const RefObject *obj) |
| |
| static bool | efficientIncDec () |
| |
| static void * | getObject (const String &name, const GenObject *obj) |
| |
| static bool | getObjCounting () |
| |
| static void | setObjCounting (bool enable) |
| |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| |
| static ObjList & | getObjCounters () |
| |
| static ObjList * | getNetRoutes (SS7Layer3 *network, SS7PointCode::Type type) |
| |
| static const ObjList * | getNetRoutes (const SS7Layer3 *network, SS7PointCode::Type type) |
| |
| unsigned int | m_cicLen |
| |
| ObjList | m_calls |
| |
| String | m_msgPrefix |
| |
| MediaRequired | m_mediaRequired |
| |
| bool | m_verifyEvent |
| |
| SignallingTimer | m_verifyTimer |
| |
| String | m_location |
| |
| unsigned char | m_sio |
| |
| static const TokenDict | s_mediaRequired [] |
| |
SS7 BICC implementation.
Implementation of SS7 Bearer Independent Call Control User Part