Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Yehavi Bourvine +972-8-9489444
> On Sun, 18 Mar 2007, Yehavi Bourvine +972-8-9489444 wrote: > >> Hello, >> >> >> On most SIP phones a conference call is done on the phone and is limited to >> 3 >> participants. Polycom phones has a configuration option to use a conference >> server instead of the internal conferencing feature.

Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Lee Jenkins
Yehavi Bourvine +972-8-9489444 wrote: Why not use the MeetMe feature of asterisk? I need the person who initiated the conference call to call the others and join them by herself. If I understand correctly, with the MeetMe you have to initialize the conference and then people dial by themselves

Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Yehavi Bourvine +972-8-9489444
> Yehavi, > > Can you make a script that uses call files to get everyone into the > conference? > -- > > Warm Regards, > > Lee Possible, but looks too much cumbersome... However, that's a nice idea. Thanks! __Yehavi: _

Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Victor Mateevitsi
Or, you can just transfer the calls into the conference room. On 3/19/07, Lee Jenkins <[EMAIL PROTECTED]> wrote: Yehavi Bourvine +972-8-9489444 wrote: >> Why not use the MeetMe feature of asterisk? > > I need the person who initiated the conference call to call the others and join > them by he

Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Angel Heart
Hi Yehavi, Yes, this can be done. We are currently using this features. The Secretaries making the calls to who ever her Boss wants to join the conference she then just transfer the calls into the conference room. You can even annouce the name of the newly arrived calls in the conference.

Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-20 Thread Rizwan Hisham
This can be done like this: ;user extensions exten=> 1,1,Dial(SIP/U1,,Tt) exten=> 2,1,Dial(SIP/U2,,Tt) exten=> 3,1,Dial(SIP/U2,,Tt) ;secretary extensions exten=> 4,1,Dial(SIP/Secretary,Tt) the Tt option in dialplan lets the secretary to transfer the user ;conference extensions exten=> 123,1,