<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font size="-1">Hi Razvan,</font><br>
<font size="-1">I am using Opensips 2.2.1 Which I believe is the
latest stable version.<br>
<br>
</font><font size="-1">PS output:</font><br>
<font size="-1">Process:: ID=0 PID=22168 Type=attendant<br>
Process:: ID=1 PID=22169 Type=RTPP timeout receiver<br>
Process:: ID=2 PID=22170 Type=MI Datagram<br>
Process:: ID=3 PID=22171 Type=MI Datagram<br>
Process:: ID=4 PID=22172 Type=MI FIFO<br>
Process:: ID=5 PID=22173 Type=Stun loop<br>
Process:: ID=6 PID=22174 Type=time_keeper<br>
Process:: ID=7 PID=22175 Type=timer<br>
Process:: ID=8 PID=22176 Type=SIP receiver
udp:xxx.xxx.xxx.71:5060 <br>
Process:: ID=9 PID=22177 Type=SIP receiver
udp:xxx.xxx.xxx.71:5060 <br>
Process:: ID=10 PID=22178 Type=SIP receiver
udp:xxx.xxx.xxx.71:5060 <br>
Process:: ID=11 PID=22179 Type=SIP receiver
udp:xxx.xxx.xxx.71:5060 <br>
Process:: ID=12 PID=22180 Type=SIP receiver
udp:xxx.xxx.xxx.72:5060 <br>
Process:: ID=13 PID=22181 Type=SIP receiver
udp:xxx.xxx.xxx.72:5060 <br>
Process:: ID=14 PID=22183 Type=SIP receiver
udp:xxx.xxx.xxx.72:5060 <br>
Process:: ID=15 PID=22185 Type=SIP receiver
udp:xxx.xxx.xxx.72:5060 <br>
Process:: ID=16 PID=22187 Type=SIP receiver
udp:xxx.xxx.xxx.71:8060 <br>
Process:: ID=17 PID=22189 Type=SIP receiver
udp:xxx.xxx.xxx.71:8060 <br>
Process:: ID=18 PID=22191 Type=SIP receiver
udp:xxx.xxx.xxx.71:8060 <br>
Process:: ID=19 PID=22193 Type=SIP receiver
udp:xxx.xxx.xxx.71:8060<br>
<br>
Here is the modules section from my config, you will be able to
see the modules loaded and all their parameters. <br>
# ------------------ Modules Section
----------------------------------<br>
#<br>
# Loading modules and their parameters <br>
#
---------------------------------------------------------------------<br>
<br>
#set module path<br>
mpath="/usr/local/opensips-pxy-2.2.1/lib64/opensips/modules/"<br>
<br>
<br>
/* --- Module STUN --------------------<br>
------------------------------------*/<br>
loadmodule "stun.so"<br>
modparam("stun", "primary_ip", "xxx.xxx.xxx.71")<br>
modparam("stun", "alternate_ip", "xxx.xxx.xxx.72")<br>
modparam("stun", "primary_port", "5060")<br>
modparam("stun","alternate_port","3478")<br>
<br>
/* --- Module SIGNALING ---------------<br>
------------------------------------*/<br>
loadmodule "signaling.so"<br>
<br>
<br>
/* --- Module STATELESS ---------------<br>
------------------------------------*/<br>
loadmodule "sl.so"<br>
<br>
<br>
/* --- Module TRANSACTION -------------<br>
------------------------------------*/<br>
loadmodule "tm.so"<br>
modparam("tm", "fr_timeout", 25)<br>
modparam("tm", "fr_inv_timeout", 120)<br>
modparam("tm", "restart_fr_on_each_reply", 1)<br>
modparam("tm", "onreply_avp_mode", 1)<br>
modparam("tm", "auto_100trying", 0)<br>
<br>
<br>
<br>
/* --- Module RECORD ROUTE ------------<br>
------------------------------------*/<br>
loadmodule "rr.so"<br>
modparam("rr", "append_fromtag", 1)<br>
<br>
<br>
/* --- Module MAX FORWARD -------------<br>
------------------------------------*/<br>
loadmodule "maxfwd.so"<br>
modparam("maxfwd", "max_limit", 80)<br>
<br>
<br>
<br>
/* --- Module SIPMSGOPS ---------------<br>
------------------------------------*/<br>
loadmodule "sipmsgops.so"<br>
<br>
<br>
/* --- Module TEXTOPS -----------------<br>
------------------------------------*/<br>
loadmodule "textops.so"<br>
<br>
<br>
/* --- Module MI_FIFO -----------------<br>
------------------------------------*/<br>
loadmodule "mi_fifo.so"<br>
modparam("mi_fifo", "fifo_name", "/tmp/opensips-pxy_fifo")<br>
modparam("mi_fifo", "fifo_mode", 0666)<br>
modparam("mi_fifo", "fifo_group", "a2ipx")<br>
<br>
<br>
/* --- Module MI_DATAGRAM -----------------<br>
<br>
------------------------------------*/<br>
loadmodule "mi_datagram.so"<br>
modparam("mi_datagram", "socket_name", "udp:xxx.xxx.xxx.71:9061")<br>
modparam("mi_datagram", "children_count", 2)<br>
<br>
<br>
/* --- Module URI ---------------------<br>
<br>
------------------------------------*/<br>
loadmodule "uri.so"<br>
modparam("uri", "use_uri_table", 0)<br>
<br>
<br>
/* --- Module MYSQL -------------------<br>
------------------------------------*/<br>
loadmodule "db_mysql.so"<br>
<br>
<br>
/* --- Module USRLOC ------------------<br>
------------------------------------*/<br>
loadmodule "usrloc.so"<br>
modparam("usrloc", "nat_bflag", "NAT")<br>
modparam("usrloc", "db_mode", 2)<br>
modparam("usrloc",
"db_url","mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
<br>
<br>
/* --- Module REGISTRAR ---------------<br>
------------------------------------*/<br>
loadmodule "registrar.so"<br>
modparam("registrar", "tcp_persistent_flag", "TCP_PERSISTENT")<br>
modparam("registrar", "default_expires", 1800)<br>
modparam("registrar", "min_expires", 300)<br>
modparam("registrar", "max_expires", 3600)<br>
modparam("registrar", "received_avp", "$avp(received_nh)")<br>
modparam("registrar", "max_contacts", 10)<br>
<br>
<br>
/* --- Module ACC ---------------------<br>
------------------------------------*/<br>
loadmodule "acc.so"<br>
modparam("acc", "early_media", 0)<br>
modparam("acc", "report_cancels", 1)<br>
modparam("acc", "detect_direction", 1)<br>
modparam("acc", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("acc", "db_extra", "src_ip=$si;
caller_id=$avp(cdr_auth_user); callee_id=$tu;
call_type=$avp(cdr_call_type); direction=$avp(cdr_direction);
txfr_call_id=$avp(txfr_call_id)")<br>
modparam("acc", "multi_leg_info", "leg_src=$avp(src);
leg_dst=$avp(dst)")<br>
<br>
<br>
/* --- Module AUTH --------------------<br>
------------------------------------*/<br>
loadmodule "auth.so"<br>
#modparam("auth", "disable_nonce_check", 1)<br>
<br>
<br>
/* --- Module AUTH_DB -----------------<br>
------------------------------------*/<br>
loadmodule "auth_db.so"<br>
modparam("auth_db", "calculate_ha1", 0 )<br>
modparam("auth_db", "password_column", "ha1")<br>
modparam("auth_db|uri", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("auth_db", "load_credentials", "$avp(rpid)=rpid;
$avp(pres)=presentation; $avp(og_acl)=acl_string;
$avp(std_code)=std_code; $avp(og_con_calls)=con_calls;
$avp(og_centrex)=centrex; $avp(og_centr<br>
ex_cli)=centrex_cli; $avp(default_cps)=default_cps;
$avp(allowed_cps)=allowed_cps")<br>
<br>
<br>
/* --- Module ALIAS_DB ----------------<br>
------------------------------------*/<br>
loadmodule "alias_db.so"<br>
modparam("alias_db", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
<br>
<br>
/* --- Module CACHEDB_LOCAL------------<br>
------------------------------------*/<br>
loadmodule "cachedb_local.so"<br>
modparam("cachedb_local", "cache_table_size", 20)<br>
modparam("cachedb_local", "exec_threshold", 100000)<br>
modparam("cachedb_local", "cache_clean_period", 1800)<br>
<br>
<br>
/* --- Module DIALOG ------------------<br>
------------------------------------*/<br>
loadmodule "dialog.so"<br>
modparam("dialog", "dlg_match_mode", 1)<br>
modparam("dialog", "default_timeout", 21600) # 6 hours timeout<br>
modparam("dialog", "db_mode", 2)<br>
modparam("dialog", "db_update_period", 45)<br>
modparam("dialog", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("dialog", "profiles_with_value", "concalls; gwcalls;
inbound; outbound")<br>
modparam("dialog", "profiles_no_value", "local; facility")<br>
modparam("dialog", "rr_param", "lts")<br>
modparam("dialog", "options_ping_interval", 60)<br>
modparam("dialog", "reinvite_ping_interval", 900) # 15 minute
timeout<br>
<br>
<br>
/* --- Module NATHELPER ---------------<br>
------------------------------------*/<br>
loadmodule "nathelper.so"<br>
modparam("nathelper", "natping_interval", 40)<br>
modparam("nathelper", "ping_nated_only", 0)<br>
modparam("nathelper", "force_socket", "xxx.xxx.xxx.71:5060")<br>
modparam("nathelper", "sipping_bflag", "SIP_PING_FLAG")<br>
modparam("nathelper", "sipping_from",
<a class="moz-txt-link-rfc2396E" href="mailto:sip:pinger@vox1.a2ipx.co.uk">"sip:pinger@vox1.a2ipx.co.uk"</a>)<br>
modparam("nathelper", "received_avp", "$avp(received_nh)")<br>
modparam("nathelper", "ping_threshold", 5)<br>
modparam("nathelper", "max_pings_lost", 3)<br>
modparam("nathelper", "natping_partitions", 4)<br>
<br>
<br>
/* --- Module UAC ---------------------<br>
<br>
------------------------------------*/<br>
loadmodule "uac.so"<br>
modparam("uac","restore_mode","auto")<br>
modparam("uac","restore_passwd","qh3gd63rs")<br>
modparam("uac","rr_from_store_param","AF-vsf")<br>
modparam("uac","rr_to_store_param","AF-vst")<br>
<br>
<br>
/* --- Module UAC AUTH ----------------<br>
<br>
------------------------------------*/<br>
loadmodule "uac_auth.so"<br>
<br>
<br>
/* --- Module RTPPROXY ----------------<br>
------------------------------------*/<br>
loadmodule "rtpproxy.so"<br>
#modparam("rtpproxy", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("rtpproxy", "rtpproxy_sock", "udp:xxx.xxx.xxx.77:12221
udp:xxx.xxx.xxx.78:12221")<br>
modparam("rtpproxy", "rtpp_notify_socket",
"tcp:xxx.xxx.xxx.71:19991")<br>
<br>
/* --- Module DIALPLAN ----------------<br>
------------------------------------*/<br>
loadmodule "dialplan.so"<br>
modparam("dialplan", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
<br>
<br>
/* --- Module DROUTING ----------------<br>
------------------------------------*/<br>
loadmodule "drouting.so"<br>
modparam("drouting", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("drouting", "define_blacklist", 'gws= 2')<br>
modparam("drouting", "use_partitions", 0)<br>
modparam("drouting", "probing_from", <a class="moz-txt-link-rfc2396E" href="mailto:sip:pinger@xxx.xxx.xxx.72">"sip:pinger@xxx.xxx.xxx.72"</a>)<br>
<br>
<br>
/* --- Module PERMISSIONS -------------<br>
------------------------------------*/<br>
loadmodule "permissions.so"<br>
modparam("permissions", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("permissions", "address_table", "address")<br>
<br>
<br>
/* --- Module DOMAIN ------------------<br>
------------------------------------*/<br>
loadmodule "domain.so"<br>
modparam("domain", "db_mode", 1) # Use caching<br>
modparam("domain", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
<br>
<br>
/* --- Module SST --------------------<br>
------------------------------------*/<br>
#loadmodule "sst.so"<br>
#modparam("sst", "sst_flag", "SST_FLAG")<br>
#modparam("sst", "min_se", 1800) # 30 min as described in
RFC 4028<br>
#modparam("sst", "sst_interval", 0)<br>
#modparam("sst", "enable_stats", 0) # no stats required<br>
<br>
<br>
/* --- Module AVPOPS ------------------<br>
------------------------------------*/<br>
loadmodule "avpops.so"<br>
modparam("avpops", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
modparam("avpops","avp_table","usr_preferences")<br>
<br>
<br>
/* --- Module EXEC --------------------<br>
------------------------------------*/<br>
loadmodule "exec.so"<br>
<br>
<br>
/* --- Module FRAUD DETECTION----------<br>
------------------------------------*/<br>
loadmodule "fraud_detection.so"<br>
modparam("fraud_detection", "db_url",
"mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221")<br>
<br>
<br>
/* --- Module SIPTRACE ----------------<br>
------------------------------------*/<br>
loadmodule "siptrace.so"<br>
modparam("siptrace", "trace_id",
"[tid]uri=mysql://opensips221:xxxxxxxxxxxx@localhost/opensips221;
table=sip_trace;")<br>
#modparam("siptrace", "trace_local_ip", "xxx.xxx.xxx.71")<br>
modparam("siptrace", "trace_on", 0)<br>
<br>
<br>
/* --- Module OPTIONS -----------------<br>
------------------------------------*/<br>
loadmodule "options.so"<br>
<br>
<br>
/* --- Module TOPOLOGY HIDING----------<br>
------------------------------------*/<br>
loadmodule "topology_hiding.so"<br>
modparam("topology_hiding", "th_callid_passwd", "xxxxxxxxxxx")<br>
modparam("topology_hiding", "th_callid_prefix", "JPCJ09_")<br>
modparam("topology_hiding", "force_dialog", 0)<br>
modparam("topology_hiding", "th_contact_encode_passwd", "qkwehg34r3kq4bkq4h444")<br>
modparam("topology_hiding", "th_contact_encode_param", "A2Xinc")<br>
<br>
<br>
/* --- Module PROTO_UDP ---------------<br>
------------------------------------*/<br>
loadmodule "proto_udp.so"<br>
</font><br>
<div class="moz-cite-prefix"><font size="-1"><font face="Verdana">Kind
regards,<br>
<br>
Adrian Fretwell<br>
A² Engineering Services<br>
The Old School house<br>
Top Green<br>
Sibthorpe<br>
Nottinghamshire<br>
NG23 5PN.<br>
</font></font><br>
On 29/11/16 12:10, Răzvan Crainea wrote:<br>
</div>
<blockquote
cite="mid:4427caf4-7862-01dd-a4a4-80cfd0b18098@opensips.org"
type="cite">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<tt>Hi, Adrian!<br>
<br>
What version of OpenSIPS are you using? Can you update to the
latest version?<br>
Can you also run an "opensipsctl ps" and send the output back?
Also, can you send the list of the modules you are using?<br>
<br>
Best regards,<br>
</tt>
<pre class="moz-signature" cols="72">Răzvan Crainea
OpenSIPS Solutions
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.opensips-solutions.com">www.opensips-solutions.com</a></pre>
<div class="moz-cite-prefix">On 11/28/2016 04:42 PM, Adrian
Fretwell wrote:<br>
</div>
<blockquote
cite="mid:d30abfc5-0117-7774-f782-3d00da91c803@topgreen.co.uk"
type="cite">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
<p><font size="-1">Hi Razvan,</font></p>
<p><font size="-1">No other users of the mysql, everything looks
idle. The machine is quite powerful a Dell PowerEdge Server
with Dual Intel Xeon CPUs (12 cores/24 threads) and 32Gb
Memory and a three disk RAID 5 array. Here is the
parameters from config:</font></p>
<p><font size="-1">children=4<br>
dns=no<br>
rev_dns=no</font></p>
<p><font size="-1"># for customers<br>
listen=udp:XX.XX.XX.X1:5060<br>
<br>
# for gateways<br>
listen=udp:XX.XX.XX.X2:5060<br>
<br>
# for internal media etc.<br>
listen=udp:XX.XX.XX.X1:8060<br>
</font></p>
<p><font size="-1">From /etc/defaults</font></p>
<p><font size="-1"># Amount of shared memory to allocate for the
running OpenSIPS server (in Mb)<br>
S_MEMORY=512<br>
<br>
# Amount of pkg memory to allocate for the running OpenSIPS
server (in Mb)<br>
P_MEMORY=16<br>
</font></p>
<p><font size="-1">Kind regards,</font></p>
<p><font size="-1">Adrian.<br>
</font></p>
<br>
<div class="moz-cite-prefix">On 28/11/16 13:42, Răzvan Crainea
wrote:<br>
</div>
<blockquote
cite="mid:adf456f8-8c4a-d836-e29a-8a344752944d@opensips.org"
type="cite">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
<tt>Are you doing any DB queries that might take a lot of
time? Also, how many children are you using?<br>
<br>
Best regards,<br>
</tt>
<pre class="moz-signature" cols="72">Răzvan Crainea
OpenSIPS Solutions
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.opensips-solutions.com">www.opensips-solutions.com</a></pre>
<div class="moz-cite-prefix">On 11/28/2016 03:33 PM, Adrian
Fretwell wrote:<br>
</div>
<blockquote
cite="mid:2f37aac7-4b75-5fa3-284c-9ea16276ec55@topgreen.co.uk"
type="cite">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
<p><font size="-1">Hi Razvan,</font></p>
<p><font size="-1">I don't see the error regularly, I think
that's what is making it hard to track down, they just
seem to randomly occur. Anyway here is the output of
the fifo command, I will check this as soon as I get the
next error.</font></p>
<p><font size="-1">tm:received_replies:: 177<br>
tm:relayed_replies:: 111<br>
tm:local_replies:: 6<br>
tm:UAS_transactions:: 59<br>
tm:UAC_transactions:: 3<br>
tm:2xx_transactions:: 56<br>
tm:3xx_transactions:: 0<br>
tm:4xx_transactions:: 6<br>
tm:5xx_transactions:: 0<br>
tm:6xx_transactions:: 0<br>
tm:inuse_transactions:: 0<br>
</font></p>
<font size="-1"><font face="Verdana">Kind regards,</font></font><br>
<div class="moz-signature"><font size="-1"><font
face="Verdana"><br>
Adrian Fretwell<br>
The Old School house<br>
Top Green<br>
Sibthorpe<br>
Nottinghamshire<br>
NG23 5PN.<br>
<br>
</font></font> </div>
<div class="moz-cite-prefix">On 28/11/16 13:08, Răzvan
Crainea wrote:<br>
</div>
<blockquote
cite="mid:215b0748-4f50-1e2d-2481-461a9740c056@opensips.org"
type="cite">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
<tt>Hi, Adrian!<br>
<br>
Are you still seeing those errors, even if there is no
traffic?<br>
Can you check if you have any hung transactions? Just
run:<br>
<br>
scripts/opensipsctl fifo get_statistics tm:<br>
<br>
Best regards,<br>
</tt>
<pre class="moz-signature" cols="72">Răzvan Crainea
OpenSIPS Solutions
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.opensips-solutions.com">www.opensips-solutions.com</a></pre>
<div class="moz-cite-prefix">On 11/28/2016 12:57 PM,
Adrian Fretwell wrote:<br>
</div>
<blockquote
cite="mid:d9ea16f8-611d-7910-0ae2-f846e3599911@topgreen.co.uk"
type="cite">
<meta http-equiv="content-type" content="text/html;
charset=utf-8">
<p><font size="-1">Hello, help please.<br>
</font></p>
<p><font size="-1">Can anyone give me some direction on
how to diagnose what is causing timer job delays in
execution? This SIP proxy (2.2.1) has virtually no
load, you can see from the timestamps in the log
extract and yet there is still a delay. I don't
know where to start looking.</font></p>
<p><font size="-1">Nov 28 08:50:37 sip-01
/usr/local/opensips-pxy-2.2.1/sbin/opensips[22176]:
main: 185.40.4.47 Relay denied.<br>
Nov 28 08:51:14 sip-01
/usr/local/opensips-pxy-2.2.1/sbin/opensips[22193]:
WARNING:core:handle_timer_job: timer job
<tm-timer> has a 70000 us delay in execution<br>
Nov 28 08:54:22 sip-01
/usr/local/opensips-pxy-2.2.1/sbin/opensips[22178]:
main: 185.40.4.198 </font><font size="-1"><font
size="-1">Relay denied</font>.</font><br>
</p>
<font size="-1"><font face="Verdana">Kind regards,</font></font><br>
<div class="moz-signature"><font size="-1"><font
face="Verdana"><br>
Adrian Fretwell<br>
The Old School house<br>
Top Green<br>
Sibthorpe<br>
Nottinghamshire<br>
NG23 5PN.<br>
<br>
T: 01636 525360<br>
M: 07850 756603<br>
</font></font><font size="-1"><font face="Verdana">
</font></font> </div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>