reSIProcate/DialogUsageManager  9694
Classes | Namespaces | Defines | Variables
basicClientCall.cxx File Reference
#include "basicClientCall.hxx"
#include <resip/stack/SdpContents.hxx>
#include <resip/stack/PlainContents.hxx>
#include <resip/stack/SipMessage.hxx>
#include <resip/stack/ShutdownMessage.hxx>
#include <resip/stack/SipStack.hxx>
#include <resip/dum/ClientAuthManager.hxx>
#include <resip/dum/ClientInviteSession.hxx>
#include <resip/dum/ClientSubscription.hxx>
#include <resip/dum/DialogUsageManager.hxx>
#include <resip/dum/InviteSessionHandler.hxx>
#include <resip/dum/MasterProfile.hxx>
#include <resip/dum/ServerInviteSession.hxx>
#include <resip/dum/AppDialog.hxx>
#include <resip/dum/AppDialogSet.hxx>
#include <resip/dum/AppDialogSetFactory.hxx>
#include <rutil/Log.hxx>
#include <rutil/Logger.hxx>
#include <rutil/Random.hxx>
#include <rutil/WinLeakCheck.hxx>
#include <sstream>
#include <time.h>
Include dependency graph for basicClientCall.cxx:

Go to the source code of this file.

Classes

class  resip::CallTimer

Namespaces

namespace  resip

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Variables

static unsigned int CallTimerTime = 30
static unsigned int CallTimeCounterToByeOn = 6

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Definition at line 26 of file basicClientCall.cxx.


Variable Documentation

unsigned int CallTimeCounterToByeOn = 6 [static]

Definition at line 32 of file basicClientCall.cxx.

Referenced by resip::BasicClientCall::timerExpired().

unsigned int CallTimerTime = 30 [static]