Module: sip-router
Branch: pd/websocket
Commit: 1792586578d9680d45d52af37ddf2786b8b30ca8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1792586…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Jul 4 18:08:02 2012 +0100
Merge branch 'master' into websocket
* master:
modules/lcr: Fixed to/from_gw tests when proto parameter is 0 (ANY)
cdp_avp: added README file
CDP: …
[View More]Fixed README
CDP: A few fixes to docs and location of image files - cleaner organisation
new modules: CDP (C Diameter Peer) and CDP_AVP - These modules were originally written by Fraunhofer and have been ported to Kamailio, with some minor additions and improvements. Examples on using the modules to come shortly - diameter_rx, diameter_ro, etc
---
[View Less]
Hello,
I have a few gateways with lcr_gw.transport = 1|2|3
The point is that transport is always filled it with some not NULL value.
In config script I do from_any_gw($si, 0). Kamailio version is 3.3.
According to
http://kamailio.org/docs/modules/3.3.x/modules/lcr.html#id2512701 :
0 = ANY so it should match gateway with this IP address no matter what
the transport is.
But in reality that's not what the lcr_mod.c does:
/* Store tag and flags and return result */
if ((res != NULL) …
[View More]&&
((res->transport == transport) ||
((res->transport == PROTO_NONE) && (transport == PROTO_UDP)))) {
LM_DBG("request game from gw\n");
if (tag_avp_param) {
Shouldn't it ignore res->transport if transport == PROTO_NONE?
And what is the last check for: (res->transport == PROTO_NONE) &&
(transport == PROTO_UDP) ?
Thanks in advance.
[View Less]
Does anyone know of any issues running usrloc with DB backing
('location') in a multi-master DB-replicated environment? I am
referring to plain usrloc, not p_usrloc.
I have such an environment set up with db_mode = 1 (immediate
write-through) and have run into a problem where Kamailio occasionally
stops writing to the location table for no apparent reason. I am
wondering if this is because another Kamailio instance bound to the
secondary replica is performing a DB sync as well, and at …
[View More]some point
they collide in some sort of race condition. Would db_mode 2 fix?
Would anything fix? Is this even the problem?
--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
[View Less]