![]() |
OOH323CallData Struct ReferenceThis structure is used to maintain all information on an active call.
More...
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Data Fields | |
| OOCTXT * | pctxt |
| char | callToken [20] |
| char | callType [10] |
| OOCallMode | callMode |
| ASN1USINT | callReference |
| char | ourCallerId [256] |
| H225CallIdentifier | callIdentifier |
| char * | callingPartyNumber |
| char * | calledPartyNumber |
| H225ConferenceIdentifier | confIdentifier |
| ASN1UINT | flags |
| OOCallState | callState |
| OOCallClearReason | callEndReason |
| unsigned | h245ConnectionAttempts |
| OOH245SessionState | h245SessionState |
| int | dtmfmode |
| OOMediaInfo * | mediaInfo |
| OOCallFwdData * | pCallFwdData |
| char | localIP [20] |
| OOH323Channel * | pH225Channel |
| OOH323Channel * | pH245Channel |
| OOSOCKET * | h245listener |
| int * | h245listenport |
| char | remoteIP [20] |
| int | remotePort |
| int | remoteH245Port |
| char * | remoteDisplayName |
| OOAliases * | remoteAliases |
| OOAliases * | ourAliases |
| OOMasterSlaveState | masterSlaveState |
| ASN1UINT | statusDeterminationNumber |
| OOCapExchangeState | localTermCapState |
| OOCapExchangeState | remoteTermCapState |
| ooH323EpCapability * | ourCaps |
| ooH323EpCapability * | remoteCaps |
| ooH323EpCapability * | jointCaps |
| int | jointDtmfMode |
| DList | remoteFastStartOLCs |
| ASN1UINT8 | remoteTermCapSeqNo |
| ASN1UINT8 | localTermCapSeqNo |
| OOCapPrefs | capPrefs |
| OOLogicalChannel * | logicalChans |
| int | noOfLogicalChannels |
| int | logicalChanNoBase |
| int | logicalChanNoMax |
| int | logicalChanNoCur |
| unsigned | nextSessionID |
| DList | timerList |
| ASN1UINT | msdRetries |
| FastStartResponse * | pFastStartRes |
| void * | usrData |
| OOH323CallData * | next |
| OOH323CallData * | prev |
A list of these structures is maintained within the global endpoint structure.
Definition at line 136 of file ooCalls.h.
|
|
Master-Slave state |
|
|
User can set this to user specific data |