#include <sipfsm.h>

Definition at line 528 of file sipfsm.h.
Public Member Functions | |
| SipSubscriber (SipFsm *par, QString localIp, int localPort, SipRegistration *reg, QString status) | |
| ~SipSubscriber () | |
| virtual int | FSM (int Event, SipMsg *sipMsg=0, void *Value=0) |
| virtual QString | type () |
| virtual SipUrl * | getUrl () |
Private Member Functions | |
| void | SendNotify (SipMsg *authMsg) |
Private Attributes | |
| QString | sipLocalIp |
| int | sipLocalPort |
| SipRegistration * | regProxy |
| QString | myStatus |
| int | State |
| SipUrl * | watcherUrl |
| int | expires |
| int | cseq |
| SipSubscriber::SipSubscriber | ( | SipFsm * | par, | |
| QString | localIp, | |||
| int | localPort, | |||
| SipRegistration * | reg, | |||
| QString | status | |||
| ) |
Definition at line 2628 of file sipfsm.cpp.
| SipSubscriber::~SipSubscriber | ( | ) |
Definition at line 2645 of file sipfsm.cpp.
| int SipSubscriber::FSM | ( | int | Event, | |
| SipMsg * | sipMsg = 0, |
|||
| void * | Value = 0 | |||
| ) | [virtual] |
| virtual QString SipSubscriber::type | ( | void | ) | [inline, virtual] |
| virtual SipUrl* SipSubscriber::getUrl | ( | ) | [inline, virtual] |
| void SipSubscriber::SendNotify | ( | SipMsg * | authMsg | ) | [private] |
QString SipSubscriber::sipLocalIp [private] |
int SipSubscriber::sipLocalPort [private] |
SipRegistration* SipSubscriber::regProxy [private] |
QString SipSubscriber::myStatus [private] |
int SipSubscriber::State [private] |
SipUrl* SipSubscriber::watcherUrl [private] |
Definition at line 546 of file sipfsm.h.
Referenced by FSM(), SendNotify(), SipSubscriber(), and ~SipSubscriber().
int SipSubscriber::expires [private] |
int SipSubscriber::cseq [private] |
1.5.5