#include <sipfsm.h>
Definition at line 38 of file sipfsm.h.
Public Types | |
| enum | Type { SipStateChange = (QEvent::User + 400), SipNotification, SipStartMedia, SipStopMedia, SipChangeMedia, SipAlertUser, SipCeaseAlertUser, SipRingbackTone, SipCeaseRingbackTone } |
Public Member Functions | |
| SipEvent (Type t) | |
| SipEvent (Type t, QString rIp, int ap, QString ac, int vp, QString vc, int dp, int rap, int rvp, QString vr) | |
| SipEvent (Type t, QString cUser, QString cUrl, QString cName, bool cAudio) | |
| ~SipEvent () | |
| int | getAudioPayload () |
| int | getVideoPayload () |
| int | getDTMFPayload () |
| int | getAudioPort () |
| int | getVideoPort () |
| QString | getRemoteIp () |
| QString | getAudioCodec () |
| QString | getVideoCodec () |
| QString | getVideoRes () |
| QString | getCallerUser () |
| QString | getCallerUrl () |
| QString | getCallerName () |
| bool | getCallIsAudioOnly () |
Private Attributes | |
| int | audPayload |
| int | vidPayload |
| int | dtmfPayload |
| int | remoteAudioPort |
| int | remoteVideoPort |
| QString | audCodec |
| QString | vidCodec |
| QString | vidResolution |
| QString | remoteIp |
| QString | callerUser |
| QString | callerName |
| QString | callerUrl |
| bool | callIsAudioOnly |
| enum SipEvent::Type |
| SipEvent::SipEvent | ( | Type | t, | |
| QString | rIp, | |||
| int | ap, | |||
| QString | ac, | |||
| int | vp, | |||
| QString | vc, | |||
| int | dp, | |||
| int | rap, | |||
| int | rvp, | |||
| QString | vr | |||
| ) | [inline] |
| int SipEvent::getAudioPayload | ( | ) | [inline] |
| int SipEvent::getVideoPayload | ( | ) | [inline] |
| int SipEvent::getDTMFPayload | ( | ) | [inline] |
| int SipEvent::getAudioPort | ( | ) | [inline] |
| int SipEvent::getVideoPort | ( | ) | [inline] |
| QString SipEvent::getRemoteIp | ( | ) | [inline] |
| QString SipEvent::getAudioCodec | ( | ) | [inline] |
| QString SipEvent::getVideoCodec | ( | ) | [inline] |
| QString SipEvent::getVideoRes | ( | ) | [inline] |
| QString SipEvent::getCallerUser | ( | ) | [inline] |
| QString SipEvent::getCallerUrl | ( | ) | [inline] |
| QString SipEvent::getCallerName | ( | ) | [inline] |
| bool SipEvent::getCallIsAudioOnly | ( | ) | [inline] |
int SipEvent::audPayload [private] |
int SipEvent::vidPayload [private] |
int SipEvent::dtmfPayload [private] |
Definition at line 71 of file sipfsm.h.
Referenced by getDTMFPayload(), SipCall::GetSdpDetails(), SipContainer::notifySDPDetails(), and SipEvent().
int SipEvent::remoteAudioPort [private] |
Definition at line 71 of file sipfsm.h.
Referenced by getAudioPort(), SipCall::GetSdpDetails(), SipContainer::notifySDPDetails(), and SipEvent().
int SipEvent::remoteVideoPort [private] |
Definition at line 71 of file sipfsm.h.
Referenced by SipCall::GetSdpDetails(), getVideoPort(), SipContainer::notifySDPDetails(), and SipEvent().
QString SipEvent::audCodec [private] |
QString SipEvent::vidCodec [private] |
QString SipEvent::vidResolution [private] |
QString SipEvent::remoteIp [private] |
Definition at line 72 of file sipfsm.h.
Referenced by getRemoteIp(), SipCall::GetSdpDetails(), SipContainer::notifySDPDetails(), and SipEvent().
QString SipEvent::callerUser [private] |
Definition at line 73 of file sipfsm.h.
Referenced by getCallerUser(), SipContainer::notifyCallerDetails(), and SipEvent().
QString SipEvent::callerName [private] |
Definition at line 73 of file sipfsm.h.
Referenced by getCallerName(), SipContainer::notifyCallerDetails(), and SipEvent().
QString SipEvent::callerUrl [private] |
Definition at line 73 of file sipfsm.h.
Referenced by getCallerUrl(), SipContainer::notifyCallerDetails(), and SipEvent().
bool SipEvent::callIsAudioOnly [private] |
1.5.5