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,

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-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 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 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 withmorethan 3 u

2007-03-19 Thread Jon Schøpzinsky
: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Conference server (or how to make a call withmorethan 3 u Jon Schøpzinsky wrote: > Use Snom phones. > We have had around 6 participants, without problems. In theory you should be > able to have around 12

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

2007-03-19 Thread Philipp Kempgen
Jon Schøpzinsky wrote: > Use Snom phones. > We have had around 6 participants, without problems. In theory you should be > able to have around 12 people on a conference on a snom phone. I don't think this is true. The Snoms do not have enough CPU power for 12 people in a conference *on the phon

RE: [asterisk-users] Conference server (or how to make a call withmore than 3 u

2007-03-19 Thread Yehavi Bourvine +972-8-9489444
> Use Snom phones. > We have had around 6 participants, without problems. In theory you should be > able to have around 12 people on a conference on a snom phone. I have a few Snom phones here - people do not like them... Thanks, __Yehavi: _

RE: [asterisk-users] Conference server (or how to make a call withmore than 3 u

2007-03-19 Thread Jon Schøpzinsky
. marts 2007 09:14 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Conference server (or how to make a call withmore than 3 u > On Sun, 18 Mar 2007, Yehavi Bourvine +972-8-9489444 wrote: > >> Hello, >> >> >> On most SIP phones a conference call is do

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 users)

2007-03-19 Thread Gordon Henderson
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. I guess I need some

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

2007-03-18 Thread Yehavi Bourvine +972-8-9489444
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. I guess I need some conference server; any experience with such a server which ca

Re: [Asterisk-Users] Conference Server

2004-06-01 Thread pesb
Hi, > First, open your eyes and read the messages. Second use google. Google > is there for just such a problem. Visit this url and marvel at how easy > it is to ask google a question. > http://tinyurl.com/2ajso > > I responded to a message not but half a month ago to tell the person to > do the s

Re: [Asterisk-Users] Conference Server

2004-05-28 Thread Steven Critchfield
On Fri, 2004-05-28 at 10:53, pesb wrote: > HI there, > Thanks everybody for all the answers. I took a look at the > asterisk timer ztdummy page > (http://www.voip-info.org/tiki-index.php?page=Asterisk%20timer%20ztdummy) > Unfortunaly, my PC has the USB OHCI module. So, I downloaded th

Re: [Asterisk-Users] Conference Server

2004-05-28 Thread pesb
HI there, Thanks everybody for all the answers. I took a look at the asterisk timer ztdummy page (http://www.voip-info.org/tiki-index.php?page=Asterisk%20timer%20ztdummy) Unfortunaly, my PC has the USB OHCI module. So, I downloaded the zaprtc module from http://www.junghanns.net/aste

Re: [Asterisk-Users] Conference Server

2004-05-27 Thread Julian Pawlowski
There is a dummy driver calles ztdummy which can loaded to have those functionality. Have a look onto http://www.voip-info.org/tiki-index.php?page=Asterisk%20timer%20ztdummy Regards Julian Pawlowski ___ Asterisk-Users mailing list [EMAIL PROTECTED] http

RE: [Asterisk-Users] Conference Server

2004-05-27 Thread Kevin Walsh
pesb [EMAIL PROTECTED] wrote: > I need to implement a SIP Conference Server. I've saw that > asterisk has an application called meetme. But, it says that "A ZAPTEL > INTERFACE MUST BE INSTALLED FOR CONFERENCING FUNCTIONALITY". > Is there any other way to implement a conference server without the ne

RE: [Asterisk-Users] Conference Server

2004-05-27 Thread Karl Dyson
pesb > Sent: 27 May 2004 16:59 > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Conference Server > > Hi there, > I need to implement a SIP Conference Server. I've saw that > asterisk has an application called meetme. But, it says that "A ZAP

Re: [Asterisk-Users] Conference Server

2004-05-27 Thread Jeremy McNamara
pesb wrote: Hi there, I need to implement a SIP Conference Server. I've saw that asterisk has an application called meetme. But, it says that "A ZAPTEL INTERFACE MUST BE INSTALLED FOR CONFERENCING FUNCTIONALITY". Is there any other way to implement a conference server without the nee

Re: [Asterisk-Users] Conference Server

2004-05-27 Thread Klaus-Peter Junghanns
Hi, take a look at zaprtc (which generates the zaptel timing out of your pc's realtime clock) or ztdummy (which uses an usb-uhci controller to generate the timing). best regards Klaus -- Klaus-Peter Junghanns CEO, CTO Junghanns.NET GmbH Breite Strasse 13a - 12167 Berlin - Germany fon: (de) +49

Re: [Asterisk-Users] Conference Server

2004-05-27 Thread William Suffill
ztdummy will suffice. A Zaptel interface is used as a timing device for the conference. On Thu, 2004-05-27 at 11:58, pesb wrote: > Hi there, > I need to implement a SIP Conference Server. I've saw that > asterisk has an application called meetme. But, it says that "A ZAPTEL > INTERFA

RE: [Asterisk-Users] Conference Server

2004-05-27 Thread David J Carter
I think if you use ztdummy that is all that is required. Un comment in the zaptel Makefile and recompile. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of pesb Sent: 27 May 2004 16:59 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Conference Server

[Asterisk-Users] Conference Server

2004-05-27 Thread pesb
Hi there, I need to implement a SIP Conference Server. I've saw that asterisk has an application called meetme. But, it says that "A ZAPTEL INTERFACE MUST BE INSTALLED FOR CONFERENCING FUNCTIONALITY". Is there any other way to implement a conference server without the need of having

RE: [Asterisk-Users] Conference server

2004-02-06 Thread Mark Spencer
g: > > http://bugs.digium.com/bug_view_page.php?bug_id=963 > > > MATT--- > > > -Original Message- > From: Paulo Mannheimer [mailto:[EMAIL PROTECTED] > Sent: Friday, February 06, 2004 11:20 AM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Conference server &g

RE: [Asterisk-Users] Conference server

2004-02-06 Thread mattf
ECTED] Sent: Friday, February 06, 2004 11:20 AM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Conference server Hi, we are setting a 120-channel conference server and would like to learn if someone already did this (hardware, problems, etc...) Best regards, Pa

[Asterisk-Users] Conference server

2004-02-06 Thread Paulo Mannheimer
Hi, we are setting a 120-channel conference server and would like to learn if someone already did this (hardware, problems, etc...) Best regards, PauloHM ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asteri