<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Hello,<br>
<br>
What you can do is to remove the authentication part from your
script and make again the test, to see if indeed the limitation
comes from auth itself.<br>
<br>
Regards, <br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
<br>
On 11/01/2013 01:08 PM, Erwan Desvergnes wrote:
<blockquote
cite="mid:CACR+rytnt5wyuzC1Tm6MSKczxX7Pdc5Pb6KP-SgmxSOfxTR93Q@mail.gmail.com"
type="cite">Yes
<div>What dis you recommend ?<span></span><br>
<br>
Le vendredi 1 novembre 2013, Bogdan-Andrei Iancu a écrit :<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div text="#000000" bgcolor="#ffffff"> <tt>Hello Erwan,<br>
<br>
Does OpenSIPS perform authentication for the received
calls ? Maybe the limitation comes from the DB throughput.<br>
<br>
Best regards,<br>
</tt>
<pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
<br>
On 10/31/2013 12:59 PM, Erwan Desvergnes wrote:
<blockquote type="cite">
<div dir="ltr">
<div>Here is my configuration: </div>
<div><br>
</div>
<div>1 Opensips Server in front</div>
<div>and 3 asterisk server connected to pstn and users
are created using A2billing</div>
<div><br>
</div>
<div>Users register on Opensips and send call</div>
<div><br>
</div>
<div>
<div>All users a created using A2Billing</div>
<div>Then calls on opensips never gone more than 400</div>
<div>and on client i've got message authrejected</div>
<div>when i take look a sip trace, on client using
tcpdump i saw than auth is well send but no reply
from opensips</div>
<div>Our customer are call center with heavy CPS</div>
<div>and predictive dialling</div>
<div>on manual call no prob for auth but more cps is
important more auth problem we got</div>
<div>here is my configuration</div>
<div> <br>
</div>
<div><br>
</div>
<div>listen=udp:a.d.d.ip:5060 # CUSTOMIZE ME</div>
<div>debug=1</div>
<div>log_stderror=no</div>
<div>log_facility=LOG_LOCAL6</div>
<div>fork=yes</div>
<div>children=32</div>
<div>dns_try_ipv6=no</div>
<div> auto_aliases=no</div>
<div>disable_tcp=yes</div>
<div>server_signature=no</div>
<div>####### Modules Section ########</div>
<div>#set module path</div>
<div>mpath="/lib64/opensips/modules/"</div>
<div>#### SIGNALING module</div>
<div>loadmodule "signaling.so"</div>
<div>#### StateLess module</div>
<div>loadmodule "sl.so"</div>
<div>#### Transaction Module</div>
<div>loadmodule "tm.so"</div>
<div>modparam("tm", "fr_timer", 5)</div>
<div>modparam("tm", "fr_inv_timer", 30)</div>
<div>modparam("tm", "restart_fr_on_each_reply", 0)</div>
<div>modparam("tm", "wt_timer", 10)</div>
<div>modparam("tm", "onreply_avp_mode", 1)</div>
<div>#### Record Route Module</div>
<div>loadmodule "rr.so"</div>
<div>modparam("rr", "append_fromtag", 1)</div>
<div>#### MAX ForWarD module</div>
<div>loadmodule "maxfwd.so"</div>
<div> #### SIP MSG OPerationS module</div>
<div>loadmodule "sipmsgops.so"</div>
<div>#### FIFO Management Interface</div>
<div>loadmodule "mi_fifo.so"</div>
<div>modparam("mi_fifo", "fifo_name",
"/tmp/opensips_fifo")</div>
<div>modparam("mi_fifo", "fifo_mode", 0666)</div>
<div>#### URI module</div>
<div>loadmodule "uri.so"</div>
<div>modparam("uri", "use_uri_table", 0)</div>
<div>#### USeR LOCation module</div>
<div>loadmodule "usrloc.so"</div>
<div>modparam("usrloc", "nat_bflag", 10)</div>
<div>modparam("usrloc", "db_mode", 0)</div>
<div>#### REGISTRAR module</div>
<div>loadmodule "registrar.so"</div>
<div>modparam("registrar", "tcp_persistent_flag", 7)</div>
<div>#### ACCounting module</div>
<div>#loadmodule "acc.so"</div>
<div>#modparam("acc", "early_media", 0)</div>
<div> #modparam("acc", "report_cancels", 1)</div>
<div>#modparam("acc", "detect_direction", 1)</div>
<div>#modparam("acc", "db_flag", 1)</div>
<div>#modparam("acc", "log_level", 5)</div>
<div>#modparam("acc", "log_flag", 1)</div>
<div>#modparam("acc", "db_missed_flag", 2)</div>
<div>#modparam("acc", "failed_transaction_flag", 3)</div>
<div>#modparam("acc", "db_extra", "from_uri=$fu;
to_uri=$tu") #Extra data</div>
<div># ----- sip_trace ------</div>
<div>#loadmodule "siptrace.so"</div>
<div>#modparam("siptrace", "trace_on", 1)</div>
<div>#modparam("siptrace", "enable_ack_trace", 1)</div>
<div>#modparam("siptrace", "table", "sip_trace")</div>
<div>#modparam("siptrace", "trace_flag", 22)</div>
<div>#### CACHEDB_REDIS module</div>
<div>loadmodule "cachedb_redis.so"</div>
<div>modparam("cachedb_redis","cachedb_url","</div>
</div>
</div>
<pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="javascript:_e({}, 'cvml', 'Users@lists.opensips.org');" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" 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>
</blockquote>
</div>
<br>
<br>
-- <br>
<font color="#333333"><b>Erwan Desvergnes</b></font>
<div><font color="#333333">SDCI - digiCONTACTS</font></div>
<div><font color="#333333">4 rue du Colonel Chambonnet - 69500
Bron - FRANCE</font></div>
<div><font color="#333333">Tél. +33 (04).27.46.99.12 / Gsm. +33
(0)6.20.90.86.58<br>
Fax. +33 (0)9.58.61.07.36</font></div>
<div><a moz-do-not-send="true" href="http://www.digicontacts.net/"
target="_blank">http://www.digicontacts.net/</a></div>
<div>
<img moz-do-not-send="true"
src="https://lh4.googleusercontent.com/-ewrqtabjpDw/T2yY76Kkz1I/AAAAAAAAAAc/DYU2mPzhecw/h120/Logotypes+SDCI+digiCONTACTS.jpg"><br>
</div>
<div><a moz-do-not-send="true"
href="http://www.facebook.com/sdci.digicontacts"
target="_blank"><img moz-do-not-send="true"
src="https://lh4.googleusercontent.com/-KoHBm-q0nC8/T2yZR2P4GhI/AAAAAAAAAAo/coroFVzHoRQ/h120/facebook.jpg"></a> <a
moz-do-not-send="true"
href="http://twitter.com/#%21/digicontacts" target="_blank"><img
moz-do-not-send="true"
src="https://lh5.googleusercontent.com/-eT82IHYWCuI/T2yZTrfGxyI/AAAAAAAAAAw/5p7NHST5hVs/h120/twitter.jpg"></a> <a
moz-do-not-send="true"
href="https://plus.google.com/104739804215471798412/posts?hl=fr#104739804215471798412/posts"
target="_blank"><img moz-do-not-send="true"
src="https://lh3.googleusercontent.com/-p7L3Q13wnzc/T2yZU-k3F_I/AAAAAAAAAA4/oz8uil9-elU/h120/google.jpg"></a> <a
moz-do-not-send="true"
href="https://www.linkedin.com/uas/login?session_redirect=http://www.linkedin.com/postLogin?session_rikey=b9gdWzmqW48sE7mEjVy2LpYkjs7dBr6-LZeXPF-DRflUjojPo1DDIfWQ0VJ2wLSR918uWy45MfqqTvzZZv8DqEOLM5eYtm3rGzg&l=http%3A%2F%2Fwww.linkedin.com%2Fgroups%3Fgid%3D3832934%26mostPopular%3D&id=0&b=262a1c26-53ac-455d-8433-0e1e6308ae24&h=Gbxi&m=GET"
target="_blank"><img moz-do-not-send="true"
src="https://lh6.googleusercontent.com/-rg0Dr_VGNiU/T2yZWRREfWI/AAAAAAAAABA/wcOVF4YbG44/h120/linkedin.jpg"></a> <a
moz-do-not-send="true"
href="http://fr.viadeo.com/fr/profile/erwan.desvergnes?affiliate=14&utm_source=Twitter-back&utm_medium=Twitter_sync&utm_term=MN-32&utm_campaign=Social_networks"
target="_blank"><img moz-do-not-send="true"
src="https://lh5.googleusercontent.com/-ikZ3BcwOl-s/T2yZYLfsrGI/AAAAAAAAABI/ky_VQ1bFkG0/h120/viadeo.jpg"></a><br>
</div>
<br>
</blockquote>
</body>
</html>