#include <gkserver.h>
|
|
|
Create a new gatekeeper call tracking record.
|
|
Destroy the call, removing itself from the endpoint. |
|
Add call credit and duration information to PDU. |
|
Compare two objects.
|
|
Shut down a call. This sendsa DRQ to the endpoint(s) to close the call down.
|
|
|
|
|
|
Get the current credit for this call. This function is only called if the client indicates that it can use the information provided. The default behaviour calls the same function on the endpoint. |
|
Get the call credit billing mode for this endpoint. This function is only called if the client indicates that it can use the information provided. The default behaviour calls the same function on the endpoint. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get the duration limit for this call. This function is only called if the client indicates that it can use the information provided. The default behaviour returns zero which indicates there is no duration limit applicable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handle an admission ARQ PDU. The default behaviour sets some internal variables from the ARQ data and then calls OnResolveAdmission, if necessary, and OnReplyAdmission every time. |
|
Call back when an info response detects an Alerting. |
|
Handle a bandwidth BRQ PDU. The default behaviour adjusts the bandwidth used by the gatekeeper and adjusts the remote endpoint according to those limits. |
|
Call back when an info response detects an Connected. |
|
Handle a disengage DRQ PDU. The default behaviour simply returns TRUE. |
|
Function called to do heartbeat check of the call. Monitor the state of the call and make sure everything is OK. A return value of FALSE indicates the call is to be closed for some reason. Default behaviour checks the time since the last received IRR and if it has been too long does an IRQ to see if the call (and endpoint!) is still there and running. If the IRQ fails, FALSE is returned. |
|
Handle an info request response IRR PDU. The default behaviour resets the heartbeat time monitoring the call. |
|
Print the name of the gatekeeper.
|
|
Send the call credit service control PDU. This will send an SCI pdu to the endpoint with the control service session information for the current call credit, if enabled. |
|
Send the service control session for the PDU. This will send an SCI pdu to the endpoint with the control service session information provided. |
|
|
|
|
|
Translate a given alias to an alias set and signal address. This is called by the OnAdmission() handler to fill in the ACF The default behaviour calls H323GatekeeperServer::TranslateAliasAddress. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|