reSIProcate/DialogUsageManager  9694
Classes | Namespaces | Defines | Variables
basicClientUserAgent.cxx File Reference
#include <rutil/Log.hxx>
#include <rutil/Logger.hxx>
#include <rutil/DnsUtil.hxx>
#include <rutil/MD5Stream.hxx>
#include <resip/stack/SdpContents.hxx>
#include <resip/stack/PlainContents.hxx>
#include <resip/stack/ConnectionTerminated.hxx>
#include <resip/stack/Helper.hxx>
#include <resip/dum/AppDialogSetFactory.hxx>
#include <resip/dum/ClientAuthManager.hxx>
#include <resip/dum/KeepAliveManager.hxx>
#include <resip/dum/ClientInviteSession.hxx>
#include <resip/dum/ServerInviteSession.hxx>
#include <resip/dum/ClientSubscription.hxx>
#include <resip/dum/ServerSubscription.hxx>
#include <resip/dum/ClientRegistration.hxx>
#include <resip/dum/ServerRegistration.hxx>
#include <resip/dum/ServerOutOfDialogReq.hxx>
#include <rutil/dns/AresDns.hxx>
#include "basicClientUserAgent.hxx"
#include "basicClientCall.hxx"
Include dependency graph for basicClientUserAgent.cxx:

Go to the source code of this file.

Classes

class  resip::ClientAppDialogSetFactory
class  resip::SdpMessageDecorator
class  resip::NotifyTimer

Namespaces

namespace  resip

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Variables

static unsigned int MaxRegistrationRetryTime = 1800
static unsigned int BaseRegistrationRetryTimeAllFlowsFailed = 30
static unsigned int NotifySendTime = 30
static unsigned int FailedSubscriptionRetryTime = 60

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Definition at line 39 of file basicClientUserAgent.cxx.


Variable Documentation

unsigned int BaseRegistrationRetryTimeAllFlowsFailed = 30 [static]
unsigned int FailedSubscriptionRetryTime = 60 [static]
unsigned int MaxRegistrationRetryTime = 1800 [static]
unsigned int NotifySendTime = 30 [static]

Definition at line 44 of file basicClientUserAgent.cxx.

Referenced by resip::BasicClientUserAgent::sendNotify().