[sr-dev] [kamailio/kamailio] registrar: function "registered(...)" different workers integrity (#1267)

Dmitri Savolainen notifications at github.com
Fri Feb 16 16:55:54 CET 2018


with this path  it seems ok
```
diff --git a/src/modules/registrar/lookup.c b/src/modules/registrar/lookup.c
index b18fe99..84c0f40 100644
--- a/src/modules/registrar/lookup.c
+++ b/src/modules/registrar/lookup.c
@@ -759,6 +759,7 @@ int registered4(struct sip_msg* _m, udomain_t* _d, str* _uri, int match_flag,
                        }
                }
 
+               get_act_time();
                for (ptr = r->contacts; ptr; ptr = ptr->next) {
                        if(!VALID_CONTACT(ptr, act_time)) continue;
                        if (match_callid.s && /* optionally enforce tighter matching w/ Call-ID */
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1267#issuecomment-366275132
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180216/0b95691d/attachment.html>


More information about the sr-dev mailing list