|
reSIProcate/DialogUsageManager
9694
|
#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>
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 RESIPROCATE_SUBSYSTEM Subsystem::TEST |
Definition at line 26 of file basicClientCall.cxx.
unsigned int CallTimeCounterToByeOn = 6 [static] |
Definition at line 32 of file basicClientCall.cxx.
Referenced by resip::BasicClientCall::timerExpired().
unsigned int CallTimerTime = 30 [static] |
Definition at line 31 of file basicClientCall.cxx.
Referenced by resip::BasicClientCall::onConnected(), and resip::BasicClientCall::timerExpired().
1.7.5.1