<div>Nov 21 06:44:30 WARNING[8266]: Timeout, but no rule 't' in context 'ppp'</div>
<div>&nbsp;</div>
<div>its not an error its just a warning that you dont have timeout rule in your context,</div>
<div>&nbsp;</div>
<div>exten =&gt; t,1,Hangup</div>
<div>&nbsp;</div>
<div>OR</div>
<div>&nbsp;</div>
<div>exten =&gt; t,1,Do_SomeThing</div>
<div>&nbsp;</div>
<div>and it will fix that warning.</div>
<div>&nbsp;</div>
<div>and about your actual question, </div>
<div>&nbsp;</div>
<div>use AGI,&nbsp;get customer credit from database, divide that with charges for the number called, it will give you max number of minutes for that destination. Now you have the minutes under customer's credit, you can limit the call.&nbsp;Set max call time limit to that number of minute and you are done.
</div>
<div>&nbsp;</div>
<div>hope this helps.</div>
<div>&nbsp;</div>
<div>PS: I dont know if above method will work or not, I wrote what I think can solve the issue.<br><br>Regards,</div>
<div>&nbsp;</div>
<div>Umair bari</div>
<div><span class="gmail_quote">On 11/20/05, <b class="gmail_sendername">Abdul Lateef Khan</b> &lt;<a href="mailto:abdul_zu@yahoo.com">abdul_zu@yahoo.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>I already install the agiphp from the following steps, i want to be<br>sure, is my agiphp installation is correct or not.
<br><br>i copied all following files into<br>/var/lib/asterisk/agi-bin folder<br><br>phpagi.php<br>phpagi-asmanager.php<br>phpagi-fastagi.php<br>dtmf.php ;For test<br><br>i crated one extention<br><br>[ppp]<br>exten =&gt; 111,1,agi(
dtmf.php)<br><br>These are all modification which i did for phpagi, Is another<br>configurations need to be done to work properly?<br><br>When i am dialing this 111 extentions i am getting the error:<br><br>Nov 21 06:44:30 WARNING[8266]: Timeout, but no rule 't' in context 'ppp'
<br><br>i will be very thank full if anyone can help me.<br>--<br>Best Regards,<br>Abdul Lateef Khan<br>Computer Programmer<br>Mobile No. : +974 - 5405022<br>ICQ : 276-994-704<br>YM! : <a href="mailto:abdul_zu@yahoo.com">
abdul_zu@yahoo.com</a><br>MSN : <a href="mailto:abdulzu@hotmail.com">abdulzu@hotmail.com</a><br>Google Talk : <a href="mailto:lateef.np@gmail.com">lateef.np@gmail.com</a><br>_______________________________________________
<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>