Yate
|
Client side of SIGTRAN ISDN Q.921 UA. More...
#include <yatesig.h>
Public Member Functions | |
ISDNIUAClient (const NamedList ¶ms) | |
virtual bool | processMSG (unsigned char msgVersion, unsigned char msgClass, unsigned char msgType, const DataBlock &msg, int streamId) |
Client side of SIGTRAN ISDN Q.921 UA.
The common client side of SIGTRAN ISDN Q.921 User Adaptation (RFC4233)
ISDNIUAClient | ( | const NamedList & | params | ) | [inline] |
Contructor of an empty IUA client
virtual bool processMSG | ( | unsigned char | msgVersion, |
unsigned char | msgClass, | ||
unsigned char | msgType, | ||
const DataBlock & | msg, | ||
int | streamId | ||
) | [virtual] |
Process a complete message
msgVersion | Version of the protocol |
msgClass | Class of the message |
msgType | Type of the message, depends on the class |
msg | Message data, may be empty |
streamId | Identifier of the stream the message was received on |
Implements SIGTRAN.