<pre>something like this in da dialplan<br><br>exten =&gt; 0078,1,Answer()<br>exten =&gt; 0078,2,Wait(2)<br>exten =&gt; 0078,3,MeetMe(0078,idpMs)<br>exten =&gt; 0078,4,Hangup()<br><br>notes:<br>- change 0078 to your incoming no,
<br>- so when you want to do the conference, just dial the defined extension number<br>- or you can do a blind tranfer to the room (i.e invite)<br><br>also conferencing feature is also doable on the phone, check out phones from SNOM and xlite
<br></pre><br><br><div><span class="gmail_quote">On 10/24/06, <b class="gmail_sendername">Rafael Marangoni</b> &lt;<a href="mailto:rafatmb@gmail.com">rafatmb@gmail.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;">
Does anyone knows a simple how-to, to make sip conferencing on asterisk?<br><br>2006/10/23, Rosli Sukri &lt;<a href="mailto:roslisukri@gmail.com">roslisukri@gmail.com</a>&gt;:<br>&gt;<br>&gt;<br>&gt; On 10/24/06, Rafael Marangoni &lt;
<a href="mailto:rafatmb@gmail.com">rafatmb@gmail.com</a>&gt; wrote:<br>&gt; &gt; Hello!<br>&gt; &gt;<br>&gt; &gt; I'm new in Asterisk and I hope that my trouble is very simple.<br>&gt; &gt;<br>&gt; &gt; We're implementing a Education Project of a e-Learning system (LMS)
<br>&gt; &gt; that uses conferencing (video and audio) over internet.<br>&gt; &gt;<br>&gt; &gt; The e-Learning system will be on GPL license, and for that, we're<br>&gt; &gt; using only free software to implement.<br>&gt; &gt;
<br>&gt; &gt; Asterisk is our first choice for video and audio conferencing, and<br>&gt; &gt; making tests, started to implement it.<br>&gt; &gt;<br>&gt; &gt; The questions are:<br>&gt; &gt;<br>&gt; &gt; 1. Asterisk makes sip conferencing? (I know the aswer is yes)
<br>&gt;<br>&gt; yes, via the 'meet-me' application<br>&gt;<br>&gt; &gt; 2. Asterisk need Digium hardware to do that ? On asterisk handbook I<br>&gt; found:<br>&gt; &gt;<br>&gt; &gt; &quot;Note that for technical reasons, you must have at least one Zaptel
<br>&gt; &gt; interface (of any kind) installed in your Asterisk system if you wish<br>&gt; &gt; to use conferencing.&quot; (page 7)<br>&gt;<br>&gt; it needs it for 'timing'. on freebsd i have manage to install it without a
<br>&gt; physical zaptel card, by just loading the module to provide the timing<br>&gt;<br>&gt; &gt; 3. Asterisk make video conferencing?<br>&gt;<br>&gt; not yet.. it only supports video call i.e 2 party where as conference
<br>&gt; usually means more than 2<br>&gt;<br>&gt; &gt; 4. If yes, anyone have docs more detailed on how to do that?<br>&gt; &gt;<br>&gt; &gt; 5. Anyone know clients (softphones) under gpl that we can use the code<br>&gt; &gt; to implement on this aplication?
<br>&gt;<br>&gt; ekiga provides both audio and video capabilities, it is part of gnome. for<br>&gt; windows you can use xlite its gratis software but not gpl<br>&gt;<br>&gt; &gt; I need asterisk only for internet conferencing, and I know that it's
<br>&gt; &gt; much more than that.<br>&gt; &gt;<br>&gt; &gt; Thanks, and sorry for the questions<br>&gt; &gt;<br>&gt; &gt; Rafael Marangoni<br>&gt; &gt; _______________________________________________<br>&gt; &gt; --Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br>&gt; &gt;<br>&gt; &gt; asterisk-users mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>&gt;<br>&gt;<br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>