and you are executing php script on `defined interval` to check conference timeout value and hang up the conference room ? <br><br><div><span class="gmail_quote">On 1/6/06, <b class="gmail_sendername">Dan Austin</b> &lt;<a href="mailto:Dan_Austin@phoenix.com">
Dan_Austin@phoenix.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">ast wrote:<br>&gt;&nbsp;&nbsp;We are working on a prepaid conference room application,
<br>&gt; currently the problem we are facing is related to timeout.<br>&gt; Like we terminate a call session after some time by calling<br>&gt; `settimeout()` application,<br><br>&gt; How do I associate a timeout value while starting a conference
<br>&gt; room, that conference room e.g.3049 (along with it's related<br>&gt; connected calls) are terminated/disconnected after 'X' timeout<br>&gt; value.<br><br>This is more of a -user question, but here's a couple ideas
<br><br>I have a out-of-tree module that stores conference information<br>in a database and includes a termination time.&nbsp;&nbsp;To accomplish<br>the 'timeout', I have a small PHP script that monitors for active<br>conferences, checks their scheduled end time, gives a five minute
<br>warning and then uses the manager API to shutdown the conference at<br>the correct time.<br><br>If you're conferences will not use fixed start/stop times the<br>problem is just a small bit different.&nbsp;&nbsp;You can use the manager
<br>API to get a list of conferences and their duration,&nbsp;&nbsp;and if a<br>conference is over it's limit, use the manager API to end the<br>conference.<br><br>Dan<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br></blockquote></div><br>