|
reSIProcate/DialogUsageManager
9694
|
#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"
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 RESIPROCATE_SUBSYSTEM Subsystem::TEST |
Definition at line 39 of file basicClientUserAgent.cxx.
unsigned int BaseRegistrationRetryTimeAllFlowsFailed = 30 [static] |
Definition at line 42 of file basicClientUserAgent.cxx.
Referenced by resip::BasicClientUserAgent::onRequestRetry().
unsigned int FailedSubscriptionRetryTime = 60 [static] |
Definition at line 45 of file basicClientUserAgent.cxx.
Referenced by resip::BasicClientUserAgent::onRequestRetry().
unsigned int MaxRegistrationRetryTime = 1800 [static] |
Definition at line 41 of file basicClientUserAgent.cxx.
Referenced by resip::BasicClientUserAgent::onRequestRetry().
unsigned int NotifySendTime = 30 [static] |
Definition at line 44 of file basicClientUserAgent.cxx.
Referenced by resip::BasicClientUserAgent::sendNotify().
1.7.5.1