reSIProcate/DialogUsageManager  9694
Classes | Defines | Variables
InviteSession.cxx File Reference
#include "resip/stack/MultipartMixedContents.hxx"
#include "resip/stack/MultipartAlternativeContents.hxx"
#include "resip/stack/SdpContents.hxx"
#include "resip/stack/SipMessage.hxx"
#include "resip/stack/Helper.hxx"
#include "resip/dum/BaseCreator.hxx"
#include "resip/dum/Dialog.hxx"
#include "resip/dum/DialogEventStateManager.hxx"
#include "resip/dum/DialogUsageManager.hxx"
#include "resip/dum/InviteSession.hxx"
#include "resip/dum/ServerInviteSession.hxx"
#include "resip/dum/ClientSubscription.hxx"
#include "resip/dum/ServerSubscription.hxx"
#include "resip/dum/ClientInviteSession.hxx"
#include "resip/dum/InviteSessionHandler.hxx"
#include "resip/dum/MasterProfile.hxx"
#include "resip/dum/UsageUseException.hxx"
#include "resip/dum/DumHelper.hxx"
#include "rutil/Inserter.hxx"
#include "rutil/Logger.hxx"
#include "rutil/MD5Stream.hxx"
#include "rutil/Timer.hxx"
#include "rutil/Random.hxx"
#include "rutil/compat.hxx"
#include "rutil/WinLeakCheck.hxx"
Include dependency graph for InviteSession.cxx:

Go to the source code of this file.

Classes

class  InviteSessionProvideOfferExCommand
class  InviteSessionProvideOfferCommand
class  InviteSessionProvideAnswerCommand
class  InviteSessionEndCommand
class  InviteSessionRejectCommand
class  InviteSessionReferCommand
class  InviteSessionReferExCommand
class  InviteSessionInfoCommand
class  InviteSessionMessageCommand
class  InviteSessionAcceptNITCommand
class  InviteSessionRejectNITCommand

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::DUM
#define THROW(msg)   throw DialogUsage::Exception(msg, __FILE__,__LINE__);

Variables

Data EndReasons []

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::DUM

Definition at line 33 of file InviteSession.cxx.

#define THROW (   msg)    throw DialogUsage::Exception(msg, __FILE__,__LINE__);

Definition at line 34 of file InviteSession.cxx.


Variable Documentation

Initial value:
{
   "Not Specified",
   "User Hung Up",
   "Application Rejected Sdp(usually no common codec)",
   "Illegal Sdp Negotiation",
   "ACK not received",
   "Session Timer Expired",
   "Stale re-Invite"
}

Definition at line 39 of file InviteSession.cxx.

Referenced by resip::InviteSession::getEndReasonString().