I always set the fr_timer to a smaller value as I want to detect gone
UASs much faster. This also solves the overlapping OPTIONS issue as tm
gives up after 2 seconds.
# - tm params -
/* we want fast failover in case a destination does not answer
Note: fr_timer takes milliseconds */
Carsten,
thanks for your clarification. I guessed that it was influenced by the
retransmission of the OPTIONS request. But I hoped this "check-health"
mechanism would not be based on the standard mechanism. Because with
this behaviour I do not understand what the former default interval of
10 sec
Hi,
what you are seeing here, are the retransmits for the OPTIONS-Requests.
The Dispatcher checks every 10 seconds for "dead" destinations and
then sends out the OTIONS-Request using TM (which is doing the
retransmits).
This might be a little overlapping, e.g.
- OPTIONS-Request (initial request,
Hello Daniel,
these days I'm playing a lot with the dispatcher module and from my point
of view I found a strange behaviour of the module, which is not according
the description in the documentation and as you've explained in the list.
I've learned that polling of failed gwys is only supported wh
Hello,
I fixed, thanks for pointing out.
We would need a documentation marshall that should update the docs as
something related is discussed on the lists. But none really volunteered
to do it. For developers is not always obvious or easy (due to lack of
time) to track the doc changes.
Any
Klaus, Daniel-Constantin,
I had the same "problem" and found the 'solution' in archived mails from
diverse mailing lists only.
In general the documentation is not really up-to-date. Because also the
hint in modules documentation, chapter 3.16 "[...] if compiled with the
probing of failed gateways
Am 07.09.2010 20:58, schrieb Daniel-Constantin Mierla:
Hello,
you have to set the ping interval parameter:
http://kamailio.org/docs/modules/stable/modules_k/dispatcher.html#id2590104
I see that documentation says its default value is 10, but in sources is
0, which means this feature is disabled
Hello,
you have to set the ping interval parameter:
http://kamailio.org/docs/modules/stable/modules_k/dispatcher.html#id2590104
I see that documentation says its default value is 10, but in sources is
0, which means this feature is disabled.
Cheers,
Daniel
On 9/7/10 7:05 PM, Klaus Darilion
Hi!
I have some problems with 3.0 dispatcher module:
module configuration:
# - dispatcher -
/* enable failover support */
modparam("dispatcher", "flags", 2)
modparam("dispatcher", "dst_avp", "$avp(i:271)")
modparam("dispatcher", "grp_avp", "$avp(i:272)")
modparam("dispatcher", "cnt_avp"