<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre>&gt;&gt;&gt;<i>
</i>
&gt;&gt;<i> Thanks for the 
</i>advice.
&gt;&gt;<i> I follow you and know what to do up to the point of 'run the 
</i>conversion'
&gt;&gt;<i> The conversion is performed by means of a 
</i>script.
&gt;&gt;<i> Can one invoke a script from an extension? And 
</i>how?

&gt;<i>show application 
</i>system
&gt;<i>show application 
</i>trysystem

&gt;&gt;<i>They allow you to invoke an arbitrary command via the shell from the 
</i>dialplan.

Thanks the System application 
works.

But I'm stuck before executing the script. I know this thread is suppose to be 
on the user list, but bare with me 
please.
I'm following Kevin Flemming's advice: 
&gt;&gt;&gt;<i>Let's see... set a channel variable in the dialplan before going 
</i>into MeetMe, then in the context where

&gt;&gt;<i>MeetMe was executed add an 'h' extension. In that extension, check 
</i>for the magic channel variable,

&gt;&gt;<i>then use MEETME_COUNT() to see if any users are left in the MeetMe 
</i>and if not, run the 
conversion.My dialplan looks as follows, the user dials in and are prompt for
meetme room and pin number: 
&gt;&gt;<i> 
</i>&gt;&gt;<i> exten =&gt; s,1,MeetMe(${ROOM},rsxA,${PIN}) 
</i>&gt;&gt;<i> 
</i>&gt;&gt;<i> When a meetme user hangs up/been kicked then we count the number of
</i>participants in the conference and based on that we execute the extension
which executes the System(lame-script) application. 
&gt;&gt;<i> 
</i>&gt;&gt;<i> exten =&gt; h,1,MeetMeCount(${ROOM}|countvar) 
</i>&gt;&gt;<i> exten =&gt; h,2,GotoIf($[${ROOM} != "" &amp; ${countvar} = 0]?5010:5011) 
</i>&gt;&gt;<i> 
</i>&gt;&gt;<i> The problem is that the ${ROOM} varaible is empty by the time we get to h,1. 
</i>&gt;&gt;<i> I have read somewhere that some channel varaibles are destroyed and you have
</i>to watch out for this when using the h extension. 

&gt;&gt;<i> 
</i>&gt;&gt;<i> What know? I'm I going the right way? 
</i>&gt;&gt;<i> 
</i>&gt;&gt;<i> Thanks for all the help.

</i>&gt;I am not sure, but MeetMe does not set the variable ${ROOM} when entered from
&gt;the user - you will probably need to use ${CONFNO} instead

Thanks, but the
The ${CONFNO} is also empty :-(</pre>
</body>
</html>