Hi How to create the conference feature in Asterisk? Thank's Att, Rafael Saraiva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110626/282ba025/attachment.htm>
On Sun, 26 Jun 2011, Rafael dos Santos Saraiva wrote:> How to create the conference feature in Asterisk?RTM, keeping your eyes open for references to 'meetme.' -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Very simple..
Just edit the meetme.conf in /etc/asterisk like this :[rooms]
conf => 888
And then, in /etc/asterisk/ extensions.conf , put something like that:
[conference]
exten => 888,1,Set(CHANNEL(language)=pt_BR)....if you have pt_BR audioexten
=> 888,n,MeetMe(888,pdM)exten => 888,n,Playback(vm-goodbye)exten =>
888,n,Hangup
When an user call 888 he will be in a conference room.
I hope it help!
Att,
Flavio Roberto Miranda
MSN:flaviormiranda at hotmail.com
Skype: flaviormiranda
Date: Sun, 26 Jun 2011 22:25:00 -0300
From: rafaelsnsa at gmail.com
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Conference feature
Hi
How to create the conference feature in Asterisk?
Thank'sAtt,Rafael Saraiva
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20110626/1bf0282b/attachment.htm>
Steve Edwards wrote:> On Sun, 26 Jun 2011, Rafael dos Santos Saraiva wrote: > >> I am referring to 3-way conference > > With a little reading, you would discover that meetme can handle lots > of participants. >For those who know Telephony, 3 way conference and meet me conference are NOT the same. Someone needs to RTM on telephony! John Novack -- Dog is my Co-pilot
Does asterisk support it? On Sun, Jun 26, 2011 at 9:25 PM, Rafael dos Santos Saraiva <rafaelsnsa at gmail.com> wrote:> Hi > How to create the conference feature in Asterisk? > Thank's > Att, > Rafael Saraiva > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > ? ? ? ? ? ? ? http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >