class MgcAuditConnection : public MgcCommand

message to the gateway requesting all info about an connection

Inheritance:


Public Methods

bool addToRequestedInfo( MgcpParameterType type )
add item to requestedinfo
MgcCommand* copy()
make a copy of the MgCommand of the appropriate type
string getCallId()
Find out the call id
string getConnectionId()
string getConnectionMode()
MgcpCommand* getDataPtr()
Get pointer to object holding data. This function is used internally by the stack. users of the stack should never call it.
string getEndpointId()
Get endpoint that created the notification
SdpSession getLocalConnectionDescriptor()
Get protocol information for this gateyay's side
MgcpConnectionOptions getLocalConnectionOptions()
get the local connection options
string getNotifiedEntity()
Get the notified Entity
int getPacketsSent()
Get parameters describing actual connection
SdpSession getRemoteConnectionDescriptor()
Get protocol information for remote side of connection
int getResponseCode()
Get the response error code
string getResponseString()
Get the description of any response error
MgcCommandType getType()
Get the type of the command
MgcAuditConnection(const string& EndpointId, const string& ConnectionId)
ask about a specifed endpoint and/or connection
MgcAuditConnection(const MgcAuditConnection& x)
MgcAuditConnection(MgcpCommand* x)
this function is used by the stack
void setResponseAck(const string& parameter)
this function will be handled automatically in future versions by the stack

Private Fields

Sptr data
Holds the data for this command

Inherited from MgcCommand:

Public Methods

virtual bool addRequestedEvents(const MgcRequestedEvent& parameter)
MgcpCommand* getResponsePtr()
Sptr getResponseSptr()
void setResponsePtr(MgcpResponse* p)
void setResponseSptr(const Sptr& p)

Public

Protected Fields

Sptr responseMsg

Documentation

message to the gateway requesting all info about an connection
MgcAuditConnection(const string& EndpointId, const string& ConnectionId)
ask about a specifed endpoint and/or connection

MgcAuditConnection(const MgcAuditConnection& x)

MgcAuditConnection(MgcpCommand* x)
this function is used by the stack. Stack users should never call it, as it will probably disappear by the next version.

MgcCommand* copy()
make a copy of the MgCommand of the appropriate type

MgcCommandType getType()
Get the type of the command

MgcpCommand* getDataPtr()
Get pointer to object holding data. This function is used internally by the stack. users of the stack should never call it.

void setResponseAck(const string& parameter)
this function will be handled automatically in future versions by the stack. users of the stack should never call it.

bool addToRequestedInfo( MgcpParameterType type )
add item to requestedinfo

string getCallId()
Find out the call id

string getNotifiedEntity()
Get the notified Entity

string getConnectionId()

MgcpConnectionOptions getLocalConnectionOptions()
get the local connection options

string getConnectionMode()

int getPacketsSent()
Get parameters describing actual connection

SdpSession getRemoteConnectionDescriptor()
Get protocol information for remote side of connection

SdpSession getLocalConnectionDescriptor()
Get protocol information for this gateyay's side

int getResponseCode()
Get the response error code

string getResponseString()
Get the description of any response error

string getEndpointId()
Get endpoint that created the notification

Sptr data
Holds the data for this command


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++