< Previous by Date | Date Index | Next by Date > |
Thread Index |
There is no way to disable the timer
without modifying the code. I can’t see any issues if you disable the starting
of the timer by removing that code. From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Kate H. Hi
all, Is
there an easy way to disable the automatic REGISTER refresh mechanism without
killing the Dialog? Currently
what I saw is that ClientRegistration::
requestRefresh updates the timer that makes automatic re-registrations, I want to use my own timer for it – change requestRefresh to
simply send a REGISTER request (that will contain the same dialog ID and
authentication header as the last REGISTER sent). I don't want to send these
messages twice (once by me and once by the automatic DUM mechanism). What may be the consequences of me disabling the lines of code
that handle the refresh timer? Thanks in advance Kate |