#include <sipfsm.h>
Definition at line 339 of file sipfsm.h.
Public Member Functions | |
| SipThread (SipContainer *c) | |
| ~SipThread () | |
| virtual void | run () |
Private Member Functions | |
| void | SipThreadWorker () |
| void | CheckUIEvents (SipFsm *sipFsm) |
| void | CheckNetworkEvents (SipFsm *sipFsm) |
| void | CheckRegistrationStatus (SipFsm *sipFsm) |
| void | ChangePrimaryCallState (SipFsm *sipFsm, int NewState) |
Private Attributes | |
| SipContainer * | sipContainer |
| bool | FrontEndActive |
| bool | vxmlCallActive |
| vxmlParser * | vxml |
| rtp * | Rtp |
| int | CallState |
| QString | callerUser |
| QString | callerName |
| QString | callerUrl |
| bool | inAudioOnly |
| QString | remoteIp |
| int | remoteAudioPort |
| int | remoteVideoPort |
| int | audioPayload |
| int | dtmfPayload |
| int | videoPayload |
| QString | audioCodec |
| QString | videoCodec |
| QString | videoRes |
| int | rnaTimer |
| SipThread::SipThread | ( | SipContainer * | c | ) | [inline] |
| void SipThread::run | ( | void | ) | [virtual] |
Definition at line 268 of file sipfsm.cpp.
| void SipThread::SipThreadWorker | ( | ) | [private] |
| void SipThread::CheckUIEvents | ( | SipFsm * | sipFsm | ) | [private] |
| void SipThread::CheckNetworkEvents | ( | SipFsm * | sipFsm | ) | [private] |
| void SipThread::CheckRegistrationStatus | ( | SipFsm * | sipFsm | ) | [private] |
| void SipThread::ChangePrimaryCallState | ( | SipFsm * | sipFsm, | |
| int | NewState | |||
| ) | [private] |
Definition at line 459 of file sipfsm.cpp.
Referenced by CheckNetworkEvents(), CheckUIEvents(), and SipThreadWorker().
SipContainer* SipThread::sipContainer [private] |
Definition at line 353 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), CheckRegistrationStatus(), and SipThreadWorker().
bool SipThread::FrontEndActive [private] |
Definition at line 354 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), CheckUIEvents(), and SipThreadWorker().
bool SipThread::vxmlCallActive [private] |
Definition at line 355 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and SipThreadWorker().
vxmlParser* SipThread::vxml [private] |
Definition at line 357 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and SipThreadWorker().
rtp* SipThread::Rtp [private] |
Definition at line 358 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and SipThreadWorker().
int SipThread::CallState [private] |
Definition at line 360 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and SipThreadWorker().
QString SipThread::callerUser [private] |
QString SipThread::callerName [private] |
QString SipThread::callerUrl [private] |
bool SipThread::inAudioOnly [private] |
QString SipThread::remoteIp [private] |
int SipThread::remoteAudioPort [private] |
int SipThread::remoteVideoPort [private] |
int SipThread::audioPayload [private] |
int SipThread::dtmfPayload [private] |
int SipThread::videoPayload [private] |
QString SipThread::audioCodec [private] |
Definition at line 369 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and CheckUIEvents().
QString SipThread::videoCodec [private] |
Definition at line 370 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and CheckUIEvents().
QString SipThread::videoRes [private] |
int SipThread::rnaTimer [private] |
Definition at line 372 of file sipfsm.h.
Referenced by ChangePrimaryCallState(), and SipThreadWorker().
1.5.5