[asterisk-users] ConfBridge
Michael
voip.question at gmail.com
Sun Nov 21 02:12:27 CST 2010
Hi,
We created the following script and the conference room works:
[incoming-conference]
exten => s, 1, Set(CHANNEL(language)=en)
exten => s, n, Set(CHANNEL(musicclass)=default)
exten => s, n, Ringing
exten => s, n, Wait(1)
exten => s, n, Answer
exten => s, n, Ringing
exten => s, n, Wait(1)
exten => s, n, ConfBridge(${EXTEN},Mcs,123)
exten => s, n, Hangup
We need many more features:
1. Set admin access, comparing to users' access.
2. Set the option to ask users to input an access password.
3. Allow an admin to mute/unmute and drop unwanted users, through a web
interface.
4. Allow users to create new conference rooms, dynamically.
Are all these option available? If yes, we'll be happy to get example
scripts. We tried to look on Google, but couldn't really find anything
useful and the official documentation is not sufficient ofr our level of
knowledge.
Thank you in advance,
Michael
-------- Original Message --------
Subject: Re: [asterisk-users] ConfBridge
From: Magosányi Árpád <mag at magwas.rulez.org>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users at lists.digium.com>
Date: Saturday, 20 November, 2010 22:10:56
> You need the following modules at least. Maybe more, but in a vanilla
> config you will have them already loaded.
> It took me some half an hour to figure out that bridge_softmix is needed.
> app_confbridge.so
> bridge_softmix.so
>
> extensions.conf (this is the most vanilla conference room you can get.
> Answer is important here):
> exten => 32,1,Answer
> exten => 32,n,ConfBridge(1234)
>
> meetme.conf: (I am a bit confused here, as my conference room 1234 is
> defined only here)
> [general]
> audiobuffers=32
> [rooms]
> conf => 1234
>
>
> On 2010-11-20 19:36, Michael wrote:
>> Hello all,
>>
>>
>> Can anyone post a full working example of a configuration required to
>> setup a conference room on Asterisk 1.6.2.x, using ConfBridge?
>>
>>
>> Thank you in advance,
>>
>>
>> Michael
>>
>>
>
>
More information about the asterisk-users
mailing list