<br><br><div class="gmail_quote">On Thu, Apr 21, 2011 at 4:03 AM, DHAVAL INDRODIYA <span dir="ltr">&lt;<a href="mailto:dhaval.it01034@gmail.com">dhaval.it01034@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;">

Hi,<br><br>You can use<br><br>Meetme(1234,dL(18000000))
<br><br>where 18000000 = 6 hours after 6 hours channel is hanf up<br><br>regards<br>Dhaval<br><br><br><br><div class="gmail_quote">On Mon, Apr 18, 2011 at 9:31 PM, Bryant Zimmerman <span dir="ltr">&lt;<a href="mailto:BryantZ@zktech.com" target="_blank">BryantZ@zktech.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><span style="font-family:Arial,Helvetica,sans-serif;font-size:10pt">Is there a way to place a hangup time on a dynamic Meetme conference. I am using Page() with a Meetme conf and I have had a few instances where someone from a wifi voip phone looses ip while doing a page and the page never hangs up. I have to kill it. I need to somehow limit the page so after a worse case 2Min timeout it hangs up. <br>



<br>
<div>Thanks<br>
Bryant<br>
</div></span>
<br>--<br></blockquote></div></blockquote></div><br><br>Dhaval&#39;s reply works for when you&#39;re running a MeetMe conference directly, which does not help Bryant (the question was phrased a little oddly, which caused the confusion I think)....<br>

<br>Regarding how to limit how long the Paging call can be, use the TIMEOUT(absolute) function. Here&#39;s an AEL example:<br><br>[paging]<br>exten =&gt; _92XX,1,Noop(Making sure the call only lasts 60 seconds or less)<br>

same =&gt; n,Set(TIMEOUT(absolute)=60);<br>same =&gt; n,Page(&lt;insert page targets and options&gt;)<br><br>Let me know if that works out for you!<br><br>Regarding MeetMe time limiting in general, I&#39;d like to add an alternative to Dhaval&#39;s solution, just to get it back out there in the intertubes so people can find it in the future.<br>

<br>As of Asterisk 1.6 you can schedule RealTime MeetMe conferences. I&#39;ve attached a structure dump of a table called conferences, just direct your extconfig.conf to use it for meetme, set schedule=yes in meetme.conf, and then set the start and end times in the table when creating a scheduled conference. <br>

<br>Cheers all!<br>Sherwood McGowan<br>....Coming soon....SamuPBX<br>