I want to rephrase my question here.<br><br>As you can see in the code which i mentioned in my last email that for decrementing the call-limit value they are actually incrementing it, and some how it is called reverse decrementing. I need to know What is the reason for doing that. Under what circumstances this IF condition gets executed?
<br><br>Since nobody has answered my questions lately, i need to know y. Am i asking too difficult questions or too vague questions?<br><br><div class="gmail_quote">On Nov 13, 2007 8:23 PM, Rizwan Hisham &lt;<a href="mailto:rizwanhasham@gmail.com">
rizwanhasham@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br>im stuck in a problem where the call counter is not decremented for sip-peers after the call is hungup in certain cases. I have found out where the problem lies in the code. if i comment that part of the code then the call is decremented fine. But i have no idea what side-effects will be created by commenting that code. So i need to understand the NEED for that code
<br><br>from function sip_hangup (chan_sip.c line 3378) <br><br><span style="color: rgb(0, 153, 0);">if ( p-&gt;initid != -1 ) {</span><br style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 153, 0);">/* channel still up - reverse dec of inUse counter
</span><br style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 153, 0);">only if the channel is not auto-congested */</span><br style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 153, 0);">update_call_counter(p, INC_CALL_LIMIT);&nbsp;&nbsp;&nbsp; 
<span style="color: rgb(153, 51, 153);">//commenting this line resolves the problem</span></span><br style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 153, 0);">}</span><br style="color: rgb(0, 153, 0);"><br>i dont believe what the comments say in this peice of code. I need to know when and why do we use this so called reverse decrementing technique. Can anybody help?
<br><font color="#888888"><br clear="all"><br>-- <br>Best Regards<br>Rizwan Hisham<br>Software Engineer<br>Axvoice Inc.<br><a href="http://www.axvoice.com" target="_blank">www.axvoice.com</a>
</font></blockquote></div><br><br clear="all"><br>-- <br>Best Regards<br>Rizwan Hisham<br>Software Engineer<br>Axvoice Inc.<br><a href="http://www.axvoice.com">www.axvoice.com</a>