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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>

  
    
  
  <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 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&#39;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=&quot;/lib64/opensips/modules/&quot;</div>
          <div>#### SIGNALING module</div>
          <div>loadmodule &quot;signaling.so&quot;</div>
          <div>#### StateLess module</div>
          <div>loadmodule &quot;sl.so&quot;</div>
          <div>#### Transaction Module</div>
          <div>loadmodule &quot;tm.so&quot;</div>
          <div>modparam(&quot;tm&quot;, &quot;fr_timer&quot;, 5)</div>
          <div>modparam(&quot;tm&quot;, &quot;fr_inv_timer&quot;, 30)</div>
          <div>modparam(&quot;tm&quot;, &quot;restart_fr_on_each_reply&quot;, 0)</div>
          <div>modparam(&quot;tm&quot;, &quot;wt_timer&quot;, 10)</div>
          <div>modparam(&quot;tm&quot;, &quot;onreply_avp_mode&quot;, 1)</div>
          <div>#### Record Route Module</div>
          <div>loadmodule &quot;rr.so&quot;</div>
          <div>modparam(&quot;rr&quot;, &quot;append_fromtag&quot;, 1)</div>
          <div>#### MAX ForWarD module</div>
          <div>loadmodule &quot;maxfwd.so&quot;</div>
          <div>
            #### SIP MSG OPerationS module</div>
          <div>loadmodule &quot;sipmsgops.so&quot;</div>
          <div>#### FIFO Management Interface</div>
          <div>loadmodule &quot;mi_fifo.so&quot;</div>
          <div>modparam(&quot;mi_fifo&quot;, &quot;fifo_name&quot;, &quot;/tmp/opensips_fifo&quot;)</div>
          <div>modparam(&quot;mi_fifo&quot;, &quot;fifo_mode&quot;, 0666)</div>
          <div>#### URI module</div>
          <div>loadmodule &quot;uri.so&quot;</div>
          <div>modparam(&quot;uri&quot;, &quot;use_uri_table&quot;, 0)</div>
          <div>#### USeR LOCation module</div>
          <div>loadmodule &quot;usrloc.so&quot;</div>
          <div>modparam(&quot;usrloc&quot;, &quot;nat_bflag&quot;, 10)</div>
          <div>modparam(&quot;usrloc&quot;, &quot;db_mode&quot;,   0)</div>
          <div>#### REGISTRAR module</div>
          <div>loadmodule &quot;registrar.so&quot;</div>
          <div>modparam(&quot;registrar&quot;, &quot;tcp_persistent_flag&quot;, 7)</div>
          <div>#### ACCounting module</div>
          <div>#loadmodule &quot;acc.so&quot;</div>
          <div>#modparam(&quot;acc&quot;, &quot;early_media&quot;, 0)</div>
          <div>
            #modparam(&quot;acc&quot;, &quot;report_cancels&quot;, 1)</div>
          <div>#modparam(&quot;acc&quot;, &quot;detect_direction&quot;, 1)</div>
          <div>#modparam(&quot;acc&quot;, &quot;db_flag&quot;, 1)</div>
          <div>#modparam(&quot;acc&quot;, &quot;log_level&quot;, 5)</div>
          <div>#modparam(&quot;acc&quot;, &quot;log_flag&quot;, 1)</div>
          <div>#modparam(&quot;acc&quot;, &quot;db_missed_flag&quot;, 2)</div>
          <div>#modparam(&quot;acc&quot;, &quot;failed_transaction_flag&quot;, 3)</div>
          <div>#modparam(&quot;acc&quot;, &quot;db_extra&quot;, &quot;from_uri=$fu; to_uri=$tu&quot;)
            #Extra data</div>
          <div># ----- sip_trace ------</div>
          <div>#loadmodule &quot;siptrace.so&quot;</div>
          <div>#modparam(&quot;siptrace&quot;, &quot;trace_on&quot;, 1)</div>
          <div>#modparam(&quot;siptrace&quot;, &quot;enable_ack_trace&quot;, 1)</div>
          <div>#modparam(&quot;siptrace&quot;, &quot;table&quot;, &quot;sip_trace&quot;)</div>
          <div>#modparam(&quot;siptrace&quot;, &quot;trace_flag&quot;, 22)</div>
          <div>#### CACHEDB_REDIS module</div>
          <div>loadmodule &quot;cachedb_redis.so&quot;</div>
          <div>modparam(&quot;cachedb_redis&quot;,&quot;cachedb_url&quot;,&quot;</div></div></div><pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a href="javascript:_e({}, &#39;cvml&#39;, &#39;Users@lists.opensips.org&#39;);" target="_blank">Users@lists.opensips.org</a>
<a 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 href="http://www.digicontacts.net/" target="_blank">http://www.digicontacts.net/</a></div><div>
<img src="https://lh4.googleusercontent.com/-ewrqtabjpDw/T2yY76Kkz1I/AAAAAAAAAAc/DYU2mPzhecw/h120/Logotypes+SDCI+digiCONTACTS.jpg"><br></div><div><a href="http://www.facebook.com/sdci.digicontacts" target="_blank"><img src="https://lh4.googleusercontent.com/-KoHBm-q0nC8/T2yZR2P4GhI/AAAAAAAAAAo/coroFVzHoRQ/h120/facebook.jpg"></a> <a href="http://twitter.com/#!/digicontacts" target="_blank"><img src="https://lh5.googleusercontent.com/-eT82IHYWCuI/T2yZTrfGxyI/AAAAAAAAAAw/5p7NHST5hVs/h120/twitter.jpg"></a> <a href="https://plus.google.com/104739804215471798412/posts?hl=fr#104739804215471798412/posts" target="_blank"><img src="https://lh3.googleusercontent.com/-p7L3Q13wnzc/T2yZU-k3F_I/AAAAAAAAAA4/oz8uil9-elU/h120/google.jpg"></a> <a href="https://www.linkedin.com/uas/login?session_redirect=http://www.linkedin.com/postLogin?session_rikey=b9gdWzmqW48sE7mEjVy2LpYkjs7dBr6-LZeXPF-DRflUjojPo1DDIfWQ0VJ2wLSR918uWy45MfqqTvzZZv8DqEOLM5eYtm3rGzg&amp;l=http%3A%2F%2Fwww.linkedin.com%2Fgroups%3Fgid%3D3832934%26mostPopular%3D&amp;id=0&amp;b=262a1c26-53ac-455d-8433-0e1e6308ae24&amp;h=Gbxi&amp;m=GET" target="_blank"><img src="https://lh6.googleusercontent.com/-rg0Dr_VGNiU/T2yZWRREfWI/AAAAAAAAABA/wcOVF4YbG44/h120/linkedin.jpg"></a> <a href="http://fr.viadeo.com/fr/profile/erwan.desvergnes?affiliate=14&amp;utm_source=Twitter-back&amp;utm_medium=Twitter_sync&amp;utm_term=MN-32&amp;utm_campaign=Social_networks" target="_blank"><img src="https://lh5.googleusercontent.com/-ikZ3BcwOl-s/T2yZYLfsrGI/AAAAAAAAABI/ky_VQ1bFkG0/h120/viadeo.jpg"></a><br>
</div><br>