<pre>something like this in da dialplan<br><br>exten => 0078,1,Answer()<br>exten => 0078,2,Wait(2)<br>exten => 0078,3,MeetMe(0078,idpMs)<br>exten => 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> <<a href="mailto:rafatmb@gmail.com">rafatmb@gmail.com</a>> 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 <<a href="mailto:roslisukri@gmail.com">roslisukri@gmail.com</a>>:<br>><br>><br>> On 10/24/06, Rafael Marangoni <
<a href="mailto:rafatmb@gmail.com">rafatmb@gmail.com</a>> wrote:<br>> > Hello!<br>> ><br>> > I'm new in Asterisk and I hope that my trouble is very simple.<br>> ><br>> > We're implementing a Education Project of a e-Learning system (LMS)
<br>> > that uses conferencing (video and audio) over internet.<br>> ><br>> > The e-Learning system will be on GPL license, and for that, we're<br>> > using only free software to implement.<br>> >
<br>> > Asterisk is our first choice for video and audio conferencing, and<br>> > making tests, started to implement it.<br>> ><br>> > The questions are:<br>> ><br>> > 1. Asterisk makes sip conferencing? (I know the aswer is yes)
<br>><br>> yes, via the 'meet-me' application<br>><br>> > 2. Asterisk need Digium hardware to do that ? On asterisk handbook I<br>> found:<br>> ><br>> > "Note that for technical reasons, you must have at least one Zaptel
<br>> > interface (of any kind) installed in your Asterisk system if you wish<br>> > to use conferencing." (page 7)<br>><br>> it needs it for 'timing'. on freebsd i have manage to install it without a
<br>> physical zaptel card, by just loading the module to provide the timing<br>><br>> > 3. Asterisk make video conferencing?<br>><br>> not yet.. it only supports video call i.e 2 party where as conference
<br>> usually means more than 2<br>><br>> > 4. If yes, anyone have docs more detailed on how to do that?<br>> ><br>> > 5. Anyone know clients (softphones) under gpl that we can use the code<br>> > to implement on this aplication?
<br>><br>> ekiga provides both audio and video capabilities, it is part of gnome. for<br>> windows you can use xlite its gratis software but not gpl<br>><br>> > I need asterisk only for internet conferencing, and I know that it's
<br>> > much more than that.<br>> ><br>> > Thanks, and sorry for the questions<br>> ><br>> > Rafael Marangoni<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>> ><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>> ><br>><br>><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>><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>><br>><br>><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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>