<br><br><div class="gmail_quote">On Thu, Apr 21, 2011 at 4:03 AM, DHAVAL INDRODIYA <span dir="ltr"><<a href="mailto:dhaval.it01034@gmail.com">dhaval.it01034@gmail.com</a>></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"><<a href="mailto:BryantZ@zktech.com" target="_blank">BryantZ@zktech.com</a>></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's reply works for when you'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's an AEL example:<br><br>[paging]<br>exten => _92XX,1,Noop(Making sure the call only lasts 60 seconds or less)<br>
same => n,Set(TIMEOUT(absolute)=60);<br>same => n,Page(<insert page targets and options>)<br><br>Let me know if that works out for you!<br><br>Regarding MeetMe time limiting in general, I'd like to add an alternative to Dhaval'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'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>