Hi I want to set up * as a conference bridge. I would like to be able to conference is SIP calls (up to 12) I am looking through all available documentation for * to get info on how it is done. No luck so far. Can somebody direct me to the info in this subject? Thank you Serge _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Hi, if you dont have usb-uhci you can also use your realtime clock to generate zaptel timing. Make sure you dont have rtc support compiled into your kernel and grab zaprtc from: http://www.junghanns.net/asterisk regards kapejod -- Klaus-Peter Junghanns CEO,CTO Junghanns.NET GmbH Breite Strasse 13 - 12167 Berlin - Germany fon: +49 30 79705392 fax: +49 30 79705391 iaxtel: 1-700-157-8753 email: kpj@junghanns.net http://www.junghanns.net/asterisk Am Die, 2003-07-01 um 16.29 schrieb Martin Pycko:> You need to look at "show application meetme" in the asterisk CLI > but for it to work you need to have some kind of zaptel hardware or > emulate it with zttdummy (but for that you need to have usb-uhci like USB > controller) > > and then > > exten => 1000,1,Meetme,1000 > > Martin > > On Tue, 1 Jul 2003, Serge Mankovski wrote: > > > Hi > > I want to set up * as a conference bridge. I would like to be able to > > conference is SIP calls (up to 12) > > > > I am looking through all available documentation for * to get info on how it > > is done. No luck so far. > > > > Can somebody direct me to the info in this subject? > > > > Thank you > > Serge > > > > _________________________________________________________________ > > Protect your PC - get McAfee.com VirusScan Online > > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
You need to look at "show application meetme" in the asterisk CLI but for it to work you need to have some kind of zaptel hardware or emulate it with zttdummy (but for that you need to have usb-uhci like USB controller) and then exten => 1000,1,Meetme,1000 Martin On Tue, 1 Jul 2003, Serge Mankovski wrote:> Hi > I want to set up * as a conference bridge. I would like to be able to > conference is SIP calls (up to 12) > > I am looking through all available documentation for * to get info on how it > is done. No luck so far. > > Can somebody direct me to the info in this subject? > > Thank you > Serge > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Do you have any instructions as to how to compile and install your rtc package? I downloaded it, but it is unclear to me as to whether I need to compile and instal the Zaptel stuff first or if I can just use the source, etc. Any help would be appreciated. Sean _______________________________________________ Sean Robertson NETXUSA p. 800-289-6389 f. 864-233-4344 "Ask me about Voice over IP." http://www.netxusa.com/ ----- Original Message ----- From: "Klaus-Peter Junghanns" <kpj@junghanns.net> To: <asterisk-users@lists.digium.com> Sent: Tuesday, July 01, 2003 9:38 AM Subject: Re: [Asterisk-Users] Conference calls> Hi, > > if you dont have usb-uhci you can also use your realtime clock > to generate zaptel timing. Make sure you dont have rtc support > compiled into your kernel and grab zaprtc from: > http://www.junghanns.net/asterisk > > regards > kapejod > > -- > Klaus-Peter Junghanns > > CEO,CTO > Junghanns.NET GmbH > Breite Strasse 13 - 12167 Berlin - Germany > fon: +49 30 79705392 > fax: +49 30 79705391 > iaxtel: 1-700-157-8753 > email: kpj@junghanns.net > http://www.junghanns.net/asterisk > > Am Die, 2003-07-01 um 16.29 schrieb Martin Pycko: > > You need to look at "show application meetme" in the asterisk CLI > > but for it to work you need to have some kind of zaptel hardware or > > emulate it with zttdummy (but for that you need to have usb-uhci likeUSB> > controller) > > > > and then > > > > exten => 1000,1,Meetme,1000 > > > > Martin > > > > On Tue, 1 Jul 2003, Serge Mankovski wrote: > > > > > Hi > > > I want to set up * as a conference bridge. I would like to be able to > > > conference is SIP calls (up to 12) > > > > > > I am looking through all available documentation for * to get info onhow it> > > is done. No luck so far. > > > > > > Can somebody direct me to the info in this subject? > > > > > > Thank you > > > Serge > > > > > > _________________________________________________________________ > > > Protect your PC - get McAfee.com VirusScan Online > > > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I am trying to compile it under Yellow Dog 3.0 on iMac I get this error zaprtc.c:1077: warning: implicit declaration of function `barrier' zaprtc.c:1078: warning: implicit declaration of function `cpu_relax' zaprtc.c: At top level: zaprtc.c:109: storage size of `rtc_irq_timer' isn't known zaprtc.c:719: storage size of `rtc_fops' isn't known zaprtc.c:107: warning: `DECLARE_WAIT_QUEUE_HEAD' declared `static' but never defined make: *** [zaprtc.o] Error 1 Any idea why? Thanks, Serge>From: Klaus-Peter Junghanns <kpj@junghanns.net> >Reply-To: asterisk-users@lists.digium.com >To: asterisk-users@lists.digium.com >Subject: Re: [Asterisk-Users] Conference calls >Date: 01 Jul 2003 15:38:37 +0200 > >Hi, > >if you dont have usb-uhci you can also use your realtime clock >to generate zaptel timing. Make sure you dont have rtc support >compiled into your kernel and grab zaprtc from: >http://www.junghanns.net/asterisk > >regards >kapejod > >-- >Klaus-Peter Junghanns > >CEO,CTO >Junghanns.NET GmbH >Breite Strasse 13 - 12167 Berlin - Germany >fon: +49 30 79705392 >fax: +49 30 79705391 >iaxtel: 1-700-157-8753 >email: kpj@junghanns.net >http://www.junghanns.net/asterisk > >Am Die, 2003-07-01 um 16.29 schrieb Martin Pycko: > > You need to look at "show application meetme" in the asterisk CLI > > but for it to work you need to have some kind of zaptel hardware or > > emulate it with zttdummy (but for that you need to have usb-uhci like >USB > > controller) > > > > and then > > > > exten => 1000,1,Meetme,1000 > > > > Martin > > > > On Tue, 1 Jul 2003, Serge Mankovski wrote: > > > > > Hi > > > I want to set up * as a conference bridge. I would like to be able to > > > conference is SIP calls (up to 12) > > > > > > I am looking through all available documentation for * to get info on >how it > > > is done. No luck so far. > > > > > > Can somebody direct me to the info in this subject? > > > > > > Thank you > > > Serge > > > > > > _________________________________________________________________ > > > Protect your PC - get McAfee.com VirusScan Online > > > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users_________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail