Spam:[reSIProcate] Keep Alive Manager

Scott Godin slgodin at icescape.com
Mon Aug 29 12:16:38 CDT 2005


The keepalives should stop when the NetworkAssociation goes away - ie.
when you call clientRegHandle->end() and all InviteSessions to the
farend are terminated. 

-----Original Message-----
From: resiprocate-devel-bounces at list.sipfoundry.org
[mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of
Christian_Gavin at logitech.com
Sent: Monday, August 29, 2005 1:04 PM
To: resiprocate-devel at list.sipfoundry.org
Subject: Spam:[reSIProcate] Keep Alive Manager

Hi,

How to stop the keepalive manager? I want to start the keepalives when
the
user REGISTERs and stop them when the user unREGISTERs.

I tried:

      m_pMasterProfile->unsetKeepAliveTime();

but it only seems to reset the time to a default value.

Thanks!

CG



 

 

 

             resiprocate-devel
To 
             -request at list.sip
resiprocate-devel at list.sipfoundry.o 
             foundry.org               rg

 
cc 
             Sent by:

             resiprocate-devel
Subject 
             -bounces at list.sip         resiprocate-devel Digest, Vol 16,

             foundry.org               Issue 49

 

 

             08/28/2005 12:00

             PM

 

 

             Please respond to

             resiprocate-devel

             @list.sipfoundry.

                    org

 

 





Send resiprocate-devel mailing list submissions to
             resiprocate-devel at list.sipfoundry.org

To subscribe or unsubscribe via the World Wide Web, visit
 
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
or, via email, send a message with subject or body 'help' to
             resiprocate-devel-request at list.sipfoundry.org

You can reach the person managing the list at
             resiprocate-devel-owner at list.sipfoundry.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of resiprocate-devel digest..."
Today's Topics:

   1. Data: disambiguate old preallocate and doube
constructors
      (david Butcher)

----- Message from david Butcher <davidlbutcher at gmail.com> on Sun, 28
Aug
2005 10:20:45 -0700 -----
 

      To: resiprocate <resiprocate-devel at list.sipfoundry.org>

 

 Subject: [reSIProcate] Data: disambiguate old preallocate and doube

          constructors

 


<code>
Data pre(100, true);
</code>
will no longer compile.

Instead use:
<code>
Data pre(100, Data::Preallocate);
</code>

<code>
double d = 0.567;
Data dd(d, 3);
</code>
will no longer compile.

Instead use:
<code>
Data d(d, Data::ThreeDigitPrecision);
</code>

david

_______________________________________________
resiprocate-devel mailing list
resiprocate-devel at list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel


_______________________________________________
resiprocate-devel mailing list
resiprocate-devel at list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel



More information about the resiprocate-devel mailing list