#include <sipfsm.h>

Definition at line 425 of file sipfsm.h.
Public Member Functions | |
| SipRegistration (SipFsm *par, QString localIp, int localPort, QString Username, QString Password, QString ProxyName, int ProxyPort) | |
| ~SipRegistration () | |
| virtual int | FSM (int Event, SipMsg *sipMsg=0, void *Value=0) |
| virtual QString | type () |
| bool | isRegistered () |
| QString | registeredTo () |
| QString | registeredAs () |
| int | registeredPort () |
| QString | registeredPasswd () |
Private Member Functions | |
| void | SendRegister (SipMsg *authMsg=0) |
Private Attributes | |
| int | State |
| int | Expires |
| QString | sipLocalIp |
| int | sipLocalPort |
| int | regRetryCount |
| SipUrl * | ProxyUrl |
| QString | MyPassword |
| int | cseq |
| SipRegistration::SipRegistration | ( | SipFsm * | par, | |
| QString | localIp, | |||
| int | localPort, | |||
| QString | Username, | |||
| QString | Password, | |||
| QString | ProxyName, | |||
| int | ProxyPort | |||
| ) |
Definition at line 2481 of file sipfsm.cpp.
| SipRegistration::~SipRegistration | ( | ) |
Definition at line 2499 of file sipfsm.cpp.
| int SipRegistration::FSM | ( | int | Event, | |
| SipMsg * | sipMsg = 0, |
|||
| void * | Value = 0 | |||
| ) | [virtual] |
| virtual QString SipRegistration::type | ( | void | ) | [inline, virtual] |
| bool SipRegistration::isRegistered | ( | ) | [inline] |
Definition at line 432 of file sipfsm.h.
Referenced by SipWatcher::FSM(), SipCall::FSM(), and SipFsm::NewCall().
| QString SipRegistration::registeredTo | ( | ) | [inline] |
Definition at line 433 of file sipfsm.h.
Referenced by SipCall::AlertUser(), SipCall::FSM(), SipIM::SipIM(), SipOptions::SipOptions(), SipSubscriber::SipSubscriber(), and SipWatcher::SipWatcher().
| QString SipRegistration::registeredAs | ( | ) | [inline] |
Definition at line 434 of file sipfsm.h.
Referenced by SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipCall::FSM(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipWatcher::SendSubscribe(), SipIM::SipIM(), SipOptions::SipOptions(), SipSubscriber::SipSubscriber(), and SipWatcher::SipWatcher().
| int SipRegistration::registeredPort | ( | ) | [inline] |
| QString SipRegistration::registeredPasswd | ( | ) | [inline] |
Definition at line 436 of file sipfsm.h.
Referenced by SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), and SipWatcher::SendSubscribe().
| void SipRegistration::SendRegister | ( | SipMsg * | authMsg = 0 |
) | [private] |
int SipRegistration::State [private] |
int SipRegistration::Expires [private] |
Definition at line 442 of file sipfsm.h.
Referenced by FSM(), SendRegister(), and SipRegistration().
QString SipRegistration::sipLocalIp [private] |
int SipRegistration::sipLocalPort [private] |
int SipRegistration::regRetryCount [private] |
SipUrl* SipRegistration::ProxyUrl [private] |
Definition at line 447 of file sipfsm.h.
Referenced by FSM(), SendRegister(), SipRegistration(), and ~SipRegistration().
QString SipRegistration::MyPassword [private] |
int SipRegistration::cseq [private] |
1.5.5