Contents
A record is made in this table every time the Click to Dial No Portal function is used.
This feature is not supported and may be removed in a future release.
Fields
Field  | Type  | Meaning  | 
|---|---|---|
ID  | INT  | A unique ID assigned to each record.  | 
ClientsID  | INT  | The ID of the Client via which the request was made.  | 
DestinationNumber  | VARCHAR  | The destination number dialled.  | 
Timeout  | INT  | The defined timeout value when the call was made.  | 
CallerNumber  | VARCHAR  | The caller number used.  | 
Caller  | VARCHAR  | The caller parameter used.  | 
UserData  | TEXT  | The user data asssociated with the request.  | 
dtSeizure  | TIMESTAMP  | The date and time the outbound call seized the circuit (the call was initiated).  | 
dtAlert  | TIMESTAMP  | The date and time the outbound call received an alert (ringing) from the network.  | 
dtConnect  | TIMESTAMP  | The date and time the outbound call was connected.  | 
dtIdle  | TIMESTAMP  | The date and time the circuit went idle (end of call).  | 
CallMilliseconds  | INT  | Call length in milliseconds. Note, it is not recommended to use this field, as this value can be calculated using the following formula: TIMESTAMPDIFF( MICROSECOND, dtConnect, dtIdle )  | 
CONNRES  | INT  | The CONNRES value associated with the call. See Value Reference - CONNRES  | 
ConnresText  | VARCHAR  | A text describing the CONNRES value.  | 
ConnresCause  | VARCHAR  | The cause associated with the outcome of the call in internal jtel telephony server format.  | 
ConnresCauseQ850  | INT  | The cause code according to Q.850 for the result of the outbound call.  | 
ConnresCauseText  | VARCHAR  | A text description of the ConnresCause value.  |