<div dir="ltr">I am trying to follow the above link for clustering . But no success . I must be doing something wrong . <div><br></div><div>I have 2 opensips node and using mongo db as cache_db and the cluster module . there is a single mongo db in which both the nodes save data . </div><div>clusterer table looks like below . </div><div>mysql> select * from clusterer;<br>+----+------------+---------+-----------------------+-------+-----------------+----------+--------------+-------+-------------+<br>| id | cluster_id | node_id | url | state | no_ping_retries | priority | sip_addr | flags | description |<br>+----+------------+---------+-----------------------+-------+-----------------+----------+--------------+-------+-------------+<br>| 1 | 1 | 1 | bin:<a href="http://172.21.5.95:5555" target="_blank">172.21.5.95:5555</a> | 1 | 3 | 50 | 172.21.5.95 | seed | Node A |<br>| 2 | 1 | 2 | bin:<a href="http://172.21.13.73:5555" target="_blank">172.21.13.73:5555</a> | 1 | 3 | 50 | 172.21.13.73 | seed | Node B |<br>+----+------------+---------+-----------------------+-------+-----------------+----------+--------------+-------+-------------+<br><div><br></div><div>> db.userlocation.find()<br>{ "_id" : "454545@opensips.3c.com172.21.x.y", "home_ip" : "172.21.x.y", "aor" : "<a href="mailto:454545@opensips.3c.com" target="_blank">454545@opensips.3c.com</a>" }<br>{ "_id" : "3344@opensips.3c.com172.21.x.y", "home_ip" : "172.21.x.y", "aor" : "<a href="mailto:3344@opensips.3c.com" target="_blank">3344@opensips.3c.com</a>" }<br>call work fine .. both phone are registered through same server . <br><br>> db.userlocation.find()<br>{ "_id" : "454545@opensips.3c.com172.21.x.y", "home_ip" : "172.21.x.y", "aor" : "<a href="mailto:454545@opensips.3c.com" target="_blank">454545@opensips.3c.com</a>" }<br>{ "_id" : "3344@opensips.3c.com172.21.x.x", "home_ip" : "172.21.x.x", "aor" : "<a href="mailto:3344@opensips.3c.com" target="_blank">3344@opensips.3c.com</a>" }<br>not working . both registered through different server . <br><br> 12 3.602658267 219.65.44.210 → 172.21.x.x SIP/SDP 1064 Request: INVITE <a href="http://sip:454545@opensips.3c.com:5508" target="_blank">sip:454545@opensips.3c.com:5508</a> |<br> 13 3.603565974 172.21.x.x → 219.65.44.210 SIP 446 Status: 100 Giving a try |<br> 14 3.603633107 172.21.x.x → 172.21.x.y SIP/SDP 1231 Request: INVITE <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 18 4.074865764 172.21.x.x → 172.21.x.y SIP/SDP 1231 Request: INVITE <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 22 5.018386440 172.21.x.x → 172.21.x.y SIP/SDP 1231 Request: INVITE <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 29 7.025502596 172.21.x.x → 172.21.x.y SIP/SDP 1231 Request: INVITE <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 36 8.831041991 172.21.x.x → 172.21.x.y SIP 478 Request: CANCEL <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 37 9.332232752 172.21.x.x → 172.21.x.y SIP 478 Request: CANCEL <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 41 10.264532825 172.21.x.x → 172.21.x.y SIP 478 Request: CANCEL <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |<br> 49 12.271423465 172.21.x.x → 172.21.x.y SIP 478 Request: CANCEL <a href="mailto:sip%3A454545@opensips.3c.com" target="_blank">sip:454545@opensips.3c.com</a> |</div><div><br><div>I am not getting any error in the logs . How will I solve this ? Please do help me . </div><div><br clear="all"><div><div dir="ltr" class="m_1558690223281383698gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2019 at 5:37 PM Vlad Patrascu <<a href="mailto:vladp@opensips.org" target="_blank">vladp@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<p>Hi,</p>
<p>I would advise to directly rely on the usrloc module for
configuring distributed user location, instead of manually
scripting this using the clusterer script functions.</p>
<p>You can read more about this here:</p>
<p>- usrloc module documentation [1]</p>
<p>- federated user location tutorial [2] - this is for 2.4 but
aside from syntax changes, the config should be quite similar.</p>
<p>[1]
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-txt-link-freetext" href="https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location" target="_blank">https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location</a><br>
</p>
<p>[2]
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-txt-link-freetext" href="https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation" target="_blank">https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation</a><br>
</p>
<pre class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-signature" cols="72">Vlad Patrascu
OpenSIPS Developer
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-txt-link-freetext" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
<div class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-cite-prefix">On 07/09/2019 02:08 PM, Sasmita Panda
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Hi ,
<div><br>
</div>
<div><br>
</div>
<div>I have followed the below link while configuring opensips
2.4 </div>
<div><br>
</div>
<div><a href="https://saevolgo.blogspot.com/2018/01/opensips-geo-distributed-clustering.html" target="_blank">https://saevolgo.blogspot.com/2018/01/opensips-geo-distributed-clustering.html</a> </div>
<div><br>
</div>
<div>Is there any document which I can follow for opensips 3.0
also . Please let me know or provide any sample config file if
possible . </div>
<div> <br clear="all">
<div>
<div dir="ltr" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks & Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2019 at 4:27 PM
Sasmita Panda <<a href="mailto:spanda@3clogic.com" target="_blank">spanda@3clogic.com</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Hi Vlad ,
<div><br>
</div>
<div>I got that and modified . Thanks for your reply . </div>
<div><br>
</div>
<div>But I am facing some other problem now . Wherever I
have written xlog to print some user defined logs these
logs are not getting printed . I think I am doing some
other mistakes in the config also . </div>
<div><br>
</div>
<div>Can I get a sample config with cluster module enable
for opensips 3.0 ? Earlier I have tested with 2.4 and it
was working fine . But lots of things changed in 3.0 and
so I am stuck . </div>
<div><br>
</div>
<div> <br clear="all">
<div>
<div dir="ltr" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks & Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and Software
Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2019 at
4:05 PM Vlad Patrascu <<a href="mailto:vladp@opensips.org" target="_blank">vladp@opensips.org</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<p>Hi Sasmita,</p>
<p>The actual name of the parameter, as stated in the
docs for E_CLUSTERER_REQ_RECEIVED, is "msg". So you
should access it by <i>$param(msg)</i>.</p>
<p>Regards,<br>
</p>
<pre class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224moz-signature" cols="72">Vlad Patrascu
OpenSIPS Developer
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224moz-txt-link-freetext" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
<div class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224moz-cite-prefix">On
07/08/2019 02:29 PM, Sasmita Panda wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">event_route[E_CLUSTERER_REQ_RECEIVED]{<br>
$avp(state) =
$(param(rcv_msg){s.select,0,:});<br>
$avp(user) =
$(param(rcv_msg){s.select,1,:});<br>
$avp(proxy) =
$(param(rcv_msg){s.select,2,:});
<div>xlog("L_INFO","[CLUSTER-TALK]
{MSG:$avp(rcv_msg)} Sender Proxy:$avp(proxy)
SRC_ID:$avp(source_id) User: $avp(user) State:
$avp(state) ClusterId: $param(cluster_id)\n")<br>
</div>
<div> if($avp(state) =~ "REGOFFLINE") {<br>
cache_raw_query("redis:group1","HDEL REGONLINE
$avp(user)");<br>
}else if($avp(state) =~ "REGONLINE") {<br>
cache_raw_query("redis:group1","HSET $avp(state)
$avp(user) $avp(proxy)");<br>
}else if($avp(state) =~ "WHEREIS") {<br>
route(QUERY_LOCAL_CACHE);<br>
}else if($avp(state) =~ "HACKER"){<br>
$avp(useragent) = $avp(user);<br>
$avp(hacker_ip) = $avp(proxy);<br>
xlog("L_INFO","[CLUSTER-TALK]
HACKER IP DETECTED BY CLUSTER ADDING
$avp(hacker_ip) & User-Agent:
$(avp(useragent){s.b64decode}) Into
Watch-List\n");<br>
<br>
cache_raw_query("redis:group1","HSET
HACKER_USERAGENT_LIST $avp(useragent)
$avp(hacker_ip)");<br>
cache_raw_query("redis:group1","HSET
HACKER_IP_LIST $avp(hacker_ip) $avp(useragent)");<br>
}<br>
<br>
exit;<br>
</div>
<div>}</div>
<div><br>
</div>
<div>This is giving warning in opensips 3.0 as
below . </div>
<div><b>WARNING:event_route:event_route_param_get:
Parameter <rcv_msg> not found for event
<E_CLUSTERER_REQ_RECEIVED></b></div>
<div><b> </b></div>
<div><b> Due to this the data is not
getting saved in the subsequent node in the
cluster . How I will fix this ? </b></div>
<div><b><br>
</b>
<div>
<div dir="ltr" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224m_8245332057504783928gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks & Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and
Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Jul 4,
2019 at 5:35 PM Sasmita Panda <<a href="mailto:spanda@3clogic.com" target="_blank">spanda@3clogic.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Thank you for your quick response .
I resolved it .
<div><br>
</div>
<div><br clear="all">
<div>
<div dir="ltr" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks &
Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and
Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Jul 4,
2019 at 5:12 PM Liviu Chircu <<a href="mailto:liviu@opensips.org" target="_blank">liviu@opensips.org</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<p><tt>Hey Sasmita,</tt></p>
<p><tt>I had a similar problem yesterday.
In 3.0, fetch_event_params() was
removed, and you are<br>
simply supposed to access your params
via:</tt></p>
<p><tt> $param(cluster_id), $param(src_id),
$param(rcv_msg) and $param(rcv_tag)</tt></p>
<pre class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534moz-signature" cols="72">Liviu Chircu
OpenSIPS Developer
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534moz-txt-link-freetext" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
<div class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534moz-cite-prefix">On
04.07.2019 14:22, Sasmita Panda wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Hi All ,
<div><br>
</div>
<div>Previously I have used cluster
module with opensips 2.4 and that was
working fine . Now I want to upgrade
to opensips 3.0 . And there are lots
of parameter get changed in opensips
3.0 .</div>
<div><br>
</div>
<div>Is there any documentation for
cluster module in 3.0 . I need an
example for config file which I can
use with opensips 3.0 .</div>
<div><br>
</div>
<div>Now I am facing problem in bellow
lines .</div>
<div><br>
</div>
<div>event_route[E_CLUSTERER_RPL_RECEIVED]{<br>
fetch_event_params("$avp(cluster_id);$avp(src_id);$avp(rcv_msg);$avp(rcv_tag)");<br>
$avp(state) =
$(avp(rcv_msg){s.select,0,:});<br>
$avp(user) =
$(avp(rcv_msg){s.select,1,:});<br>
$avp(proxy) =
$(avp(rcv_msg){s.select,2,:});<br>
xlog("L_INFO","[CLUSTER-TALK]
Replying Proxy:$avp(proxy) User:
$avp(user) State: $avp(state)
ClusterId: $avp(cluster_id) TAG:
$avp(rcv_tag) \n");<br>
}</div>
<div><br>
</div>
<div>fetch_event_params this is not
present in opensips 3.0 . How I will
convert this so that it will support
in opensips 3.0. Please do help me . <br>
<table class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-highlight gmail-m_1558690223281383698gmail-m_-5763527425125064401gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-tab-size gmail-m_1558690223281383698gmail-m_-5763527425125064401gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-js-file-line-container">
<tbody>
<tr>
<td id="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-file-opensips-cfg-L5" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-blob-num gmail-m_1558690223281383698gmail-m_-5763527425125064401gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-js-line-number"><br>
<br>
</td>
<td id="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-file-opensips-cfg-LC5" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-blob-code gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-blob-code-inner gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail-js-file-line" style="line-height:20px;vertical-align:top;color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;overflow:visible;white-space:pre-wrap;background:transparent;border:0px;padding:1px 10px">
</td>
</tr>
</tbody>
</table>
<div>
<div>
<div dir="ltr" class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks
& Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network
Testing and Software
Engineer</i></div>
<div><i>3CLogic ,
ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534mimeAttachmentHeader"></fieldset>
<pre class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534moz-quote-pre">_______________________________________________
Users mailing list
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224gmail-m_8245332057504783928gmail-m_8295636600864459787gmail-m_8885142547672890534moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
</div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
</div>
</blockquote>
</div>
<br>
<fieldset class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224mimeAttachmentHeader"></fieldset>
<br>
<pre>_______________________________________________
Users mailing list
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119gmail-m_-5763527425125064401gmail-m_-6154860387854513224moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
</div>
</blockquote>
</div>
<br>
<fieldset class="gmail-m_1558690223281383698gmail-m_5843996692232682119mimeAttachmentHeader"></fieldset>
<br>
<pre>_______________________________________________
Users mailing list
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a class="gmail-m_1558690223281383698gmail-m_5843996692232682119moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>