<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: RE: Creating conference calls from within Astman.</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Sorry about my earlier e-mail. (:blush:), should have included the history.</FONT>
</P>

<P><FONT SIZE=2>Can this be done from within Gastman?</FONT>
</P>

<P><FONT SIZE=2>Warm Regards</FONT>
</P>

<P><FONT SIZE=2>Shad</FONT>
</P>

<P><FONT SIZE=2>------------------------------</FONT>
</P>

<P><FONT SIZE=2>Message: 2</FONT>
<BR><FONT SIZE=2>Date: Wed, 22 Sep 2004 21:10:10 -0300</FONT>
<BR><FONT SIZE=2>From: Nicol?s Gudi?o &lt;asternic@gmail.com&gt;</FONT>
<BR><FONT SIZE=2>Subject: Re: [Asterisk-Users] RE: Creating conference calls from</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>within Astman.</FONT>
<BR><FONT SIZE=2>To: Asterisk Users Mailing List - Non-Commercial Discussion</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;asterisk-users@lists.digium.com&gt;</FONT>
<BR><FONT SIZE=2>Message-ID: &lt;e7d413aa04092217104bf9ef20@mail.gmail.com&gt;</FONT>
<BR><FONT SIZE=2>Content-Type: text/plain; charset=ISO-8859-1</FONT>
</P>

<P><FONT SIZE=2>Hello,</FONT>
</P>

<P><FONT SIZE=2>&gt;-----Original Message-----</FONT>
<BR><FONT SIZE=2>&gt;From: Shad Mortazavi</FONT>
<BR><FONT SIZE=2>&gt;Sent: Friday, September 17, 2004 1:03 PM</FONT>
<BR><FONT SIZE=2>&gt;To: asterisk-users@lists.digium.com</FONT>
<BR><FONT SIZE=2>&gt;Subject: Creating conference calls from within Astman. </FONT>
<BR><FONT SIZE=2>&gt;</FONT>
<BR><FONT SIZE=2>&gt;Dear All,</FONT>
<BR><FONT SIZE=2>&gt;</FONT>
<BR><FONT SIZE=2>&gt;I have a requirement to 'originate' a number of calls to various</FONT>
<BR><FONT SIZE=2>external users from within &gt;a conference room, so that the end users does not pay for the call.</FONT>
<BR><FONT SIZE=2>&gt;</FONT>
<BR><FONT SIZE=2>&gt;I know that within Astman I can define an extension and then</FONT>
<BR><FONT SIZE=2>originate the call from that &gt;extension. Can I define a conference room (how would I configure that on astman? What &gt;channel would it</FONT></P>

<P><FONT SIZE=2>use?) and then generate a number of calls from within the conference</FONT>
<BR><FONT SIZE=2>&gt;room?</FONT>
</P>

<P><FONT SIZE=2>I was incorporating this functionality into the Flash Operator Panel.</FONT>
<BR><FONT SIZE=2>In the panel I do it by using the Local channel. Suppose that you want to call the number 555-5555, and your context for dialing out is 'dialout'. You also have another context 'conferences' with extension number 1000 that fires up a meetme.</FONT></P>

<P><FONT SIZE=2>The originate command for astman should look like:</FONT>
</P>

<P><FONT SIZE=2>Action: Originate</FONT>
<BR><FONT SIZE=2>Channel: Local/5555555@dialout</FONT>
<BR><FONT SIZE=2>Exten: 1000</FONT>
<BR><FONT SIZE=2>Context: conferences</FONT>
<BR><FONT SIZE=2>Priority: 1</FONT>
</P>

<P><FONT SIZE=2>It will dial the number 5555555 as if it were dialed from the dialout context and connect the call to Extension 1000 in 'conferences'</FONT></P>

<P><FONT SIZE=2>context.</FONT>
</P>

<P><FONT SIZE=2>This feature is already implemented and working in the next to be released version of the flash panel (but now it will only dial numbers predefined in the panel itself). You can get it from <A HREF="http://www.asternic.org" TARGET="_blank">http://www.asternic.org</A></FONT></P>

<P><FONT SIZE=2>Best regards,</FONT>
</P>
<BR>

<P><FONT SIZE=2>--</FONT>
<BR><FONT SIZE=2>Nicolás Gudiño</FONT>
<BR><FONT SIZE=2>Buenos Aires - Argentina</FONT>
</P>
<BR>

<P><FONT SIZE=2>------------------------------</FONT>
</P>

</BODY>
</HTML>