<div class="gmail_quote">On Tue, Sep 28, 2010 at 3:26 AM, Yehavi Bourvine <span dir="ltr">&lt;<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div dir="rtl"><div dir="ltr">Hello,</div>
<div dir="ltr"> </div>
<div dir="ltr">  We are using mod_limit in order to track user&#39;s state and know when to play busy/call-wait tone. We encountered two problems (which are probably related):</div>
<div dir="ltr"> </div>
<div dir="ltr">- When the call gets to the voicemail the extension is still though as  busy until the caller hangs.</div>
<div dir="ltr">- If a call is picked-up using the intercept application the original destination is still thought as busy.</div>
<div dir="ltr"> </div>
<div dir="ltr">When looking in the limit_data table the record of the call is indeed there until a final call hangup.</div>
<div dir="ltr">According to the wiki we tried setting the variable limit_ignore_transfer to false both with set command before calling the limit application and also in limit.conf.xml. However, this does not change this behaviour.</div>


<div dir="ltr"> </div>
<div dir="ltr">Is this the intended behaviour? Can it work as I want? (i.e. once the call arrived to voicemail or picked-up the original destination is marked as free).</div>
<div dir="ltr"></div></div></blockquote><div><br></div><div>It is intended behavior.  To handle voicemail, you could restructure your dialplan to:</div><div><br></div><div>1) set limit_ignore_transfer to false, then transfer to a VM handling extension.  The act of transfering will reset the limit.</div>
<div><br></div><div>2) For intercept...  you could use uuid_limit_release api.  hmm.. This could also be used for 1.</div><div><br></div><div><div>freeswitch@internal&gt; uuid_limit_release</div><div>USAGE: uuid_limit_release &lt;uuid&gt; &lt;backend&gt; [realm] [resource]</div>
</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="rtl"><div dir="ltr"> </div>
<div dir="ltr">We are using 1.0.6; since this is a production system it is quite hard for me to test the latest git.</div>
<div dir="ltr"> </div>
<div dir="ltr">                                 Thanks! __Yehavi:</div>
<div dir="ltr"> </div></div>
<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><br clear="all"><br>-- <br>-Rupa<br>