<br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 10:27 AM, Lachezar Valchev <span dir="ltr">&lt;<a href="mailto:lachezar.valchev@gmail.com">lachezar.valchev@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello everybody,<br><br>I am new to the list and I hope I can find some help here, regarding an issue I am experiencing with the CDRs written by Freeswitch.<br><br>The thing is, I am using the &quot;max-sessions&quot; and the &quot;sessions-per-second&quot; parameters in switch.conf.xml to limit the maximum number of simultaneous calls, I want to go through my Freeswitch server.<br>

<br>These options are working well, but I was expecting to have CDRs generated for the calls, that are dropped when the limit is reached.<br>Unfortunately there is no such one.<br><br>My question is: Is there an option, which allows the generation of CDR, when a call is dropped, because the maximum sessions limit is reached?</blockquote>
<div><br>This is not possible. A CDR cannot be generated without a session, and a session will not be generated if the max sessions limit has already been reached...<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>If there is no such option, is there any way to achieve it? Probably by using the the mod_limit module? Can you, please tell me how to do it?<br></blockquote><div><br>mod_limit is most definitely your best option at this point. If you haven&#39;t read this yet please do:<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_limit">http://wiki.freeswitch.org/wiki/Mod_limit</a><br><br>In the example on that page, you have a &quot;limit_exceeded&quot; extension which would show up in your CDR, or you can set a specific channel variable which will magically show up in an XML CDR. (You can modify CSV CDRs to have any custom channel variables as well. See <a href="http://wiki.freeswitch.org/wiki/Cdr">http://wiki.freeswitch.org/wiki/Cdr</a> which refers to the &lt;templates&gt; section of conf/autoload_configs/cdr_csv.conf.xml)<br>
<br>Try adding the limit app in your dialplan and have the limit_exceeded extension as well. You could set the limit really low for the sake of testing before setting it to the value necessary for your production deployment.<br>
<br>Let us know how it goes.<br><br>-MC<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Any kind of advice is welcomed. Thank you in advance.<br>
<br>Regards,<br><font color="#888888">
Lachezar<br>
</font><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>