Reg.conferecing

Hi there,

i have asterisk 1.2.4. i wished to build a confecence bridge… i did it using the meetme.conf… Now i wish to create a conference dial plan… such a way. like . we used to do with our legacy PBX.

Eg.

For conferecing in my legacy PBX

1.I will call the first person.
2.After i will be pressing the confernce button
3.Now i will press the second person and again press the confercen and the same way … i used to for conferencing.

Now after doign this meetme.conf.

i am stuck , how do i creat a dial plan for the same.

i use GXP 2000 ip phones and aduicodes media getways (mp108 sip)

i shall be thankfull , if anyone can help me for the same.

wouldn’t you just call each participant and either transfer them to the meetme room you have created for the conference, or if they are internal users, just ask them to call the meetme room themselves (or transfer them yourself).

or are you trying to do something else ?

hi ,

i am trying to do "just call each participant and either transfer them to the meetme room "

i am trying to do the same.

so what happens when you transfer your intended participant to the meetme room ?

post the contents of your meetme.conf.

hi there,

This is my simple meetme.conf

[rooms]

; Usage is conf => confno[,pin][,adminpin]

conf => 1234

and this is my extensions.conf

exten => 1234,1,wait(1)
exten => 1234,2,MeetMe(1234)

exten => 239,1,Dial(SIP/239,60,rtT)
exten => 239,2,voiceMail(239@voicemail)
exten => 239,3,PlayBack(vm-goodbye)
exten => 239,4,Hangup()

exten => 240,1,Dial(SIP/240,60,rtT)
exten => 240,2,voiceMail(240@voicemail)
exten => 240,3,PlayBack(vm-goodbye)
exten => 240,4,Hangup()

so how do i do that … let me know , how do i do the conferencing as i do it in legacy pbx… just pressing conference button and i used to call the each and every member…

Hi

This needs time and development. I know exactly hat you are trying to do. I have looked into it before. Basicly its “3” way calling, But with Meetme its not that slick. and to be honest I wouldnt look to use meetme to do it any way.
The knack is getting the user into the conference without them being aware
which is realy just transfering them in then you going in yourself
Ian

Hi there,

So you mean , we can’t do it rightway with 1.2.4 version… :cry:

if not what other cofiguration i need to di it…

Apprecaite your response…

Any help may be appreciated to the conferencing like we do in legacy pbx.