similar to: RE: Asterisk-Users digest, Vol 1 #1133 - 18 msgs

Displaying 20 results from an estimated 20000 matches similar to: "RE: Asterisk-Users digest, Vol 1 #1133 - 18 msgs"

2003 Sep 03
1
resend: * newbie: overhead paging and nbsd
I've rummaged through the archives and documentation and have yet to find references to nbsd or mention of how to implement overhead paging using chan_oss as mentioned in the list previously. I suspect that one would use a soundcard in the PBX system and feed the output to speakers and/or PA system. Would someone please point me to some procedures or documentation to acomplish overhead paging?
2004 Jul 19
1
MAC OS X Panther :?
Just wondering if anyone has tried MAC OS X and panther. I will like to do SIP to H323, not sure if this will be possible on the MAC because of the Libraries PWlib and OPenh32 for Linux.. Just curious.. Anyway, anyone has an easy guide (step by step) to setup oh323 with asterisk. I saw a guide but i am not very savy on linux. thanks, Francisco ----- Original Message ----- From:
2003 Nov 07
0
RE: msgs archives gsm of asterisk ??? Asterisk-Users digest, Vol 1 #1809 - 16 msgs
Hello. The procedure so that it works you can find in: http://www.voip-info.org/wiki-Convert+WAV+audio+files+for+use+in+Asteris k a the files .wav chmod 755 file.wav sox file.wav -r 8000 file.gsm resample -ql chmod 755 file.gsm in extensions.conf xxxx=> xxx,x,playback(file) Ing Javier Rios Ing de Proyectos 04167285748 212 2637246 /2637187 -----Original Message----- From:
2003 Aug 27
0
* newbie: overhead paging and nbsd
I've looked through the lists and archives for overhead paging and I've seen responses to use nbsd or chan_oss. Does someone have a recipe to follow that shows how to implement overhead paging? best regards, erik
2020 Feb 18
1
install_prereq install-unpackaged fails on Debian Buster
Hello, For the very first time, I tried the command bellow on a newly build Debian Buster box on which I successfully built Asterisk 17.2.0 before. I got : # contrib/scripts/install_prereq install-unpackaged *** Installing NBS (Network Broadcast Sound) *** A nbs-trunk/LICENSE A nbs-trunk/nbsclient.c A nbs-trunk/nbsd.c A nbs-trunk/nbs.h A nbs-trunk/nbscat.c A nbs-trunk/Makefile
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3373 - 14 msgs
Can anybody recommend a good web interface for asterisk that actually works. I am looking for a web interface that can show how many callers are on the phone, should be able to transfer the calls and disconnect. I have tried using the flash operator but has been unsuccessful in making it work. thanks -----Original Message----- From: asterisk-users-admin@lists.digium.com
2004 Jan 27
2
RE: RE: LARTC digest, Vol 1 #1558 - 9 msgs
I agree, but this is still better than crashing the machine... Aron -----Original Message----- From: Michael Renzmann [mailto:mrenzmann@otaku42.de] Sent: Tuesday, January 27, 2004 1:33 PM To: Aron Brand Cc: lartc@mailman.ds9a.nl; roy@xxx.lt Subject: Re: [LARTC] RE: LARTC digest, Vol 1 #1558 - 9 msgs Hi. Aron Brand wrote: > does this. Another option would be to trick the kernel that the
2002 Oct 03
1
Autoreply to samba digest, Vol 1 #1685 - 12 msgs
Vielen Dank für Ihre e-mail. Da ich vom 30.09.-06.10 in Urlaub bin, kann ich sie leider erst danach bearbeiten bzw. beantworten. In dringenden Fällen, können Sie sich gerne an meinen Kollegen Herrn Lamotte wenden. Er hat die email-Adresse hans.lamotte@umbreit-kg.de und ist telefonisch unter 07142/596-152 zu erreichen. Mit freundlichen Grüßen Michael Müller G. Umbreit GmbH & Co.KG
2003 Apr 03
1
RE: Asterisk-Users digest, Vol 1 #239 - 13 msgs
If anyone is interested in X100P Cards, I have quite a few brand new ones. Never been opened. $55.00 each, and I'll include ground shipping anywhere in the U.S. If you want one or more, email me off list at bbawkon@malibutech.com And since the discussion has been raging, if you are looking for support, you should buy a new one from Digium. These are sold as-is, (although I will guarantee
2003 Jan 22
0
RE: samba digest, Vol 1 #2098 - 22 msgs
If you go to http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/ you can at least get the precompiled version of 2.2.3a for 10.20 if that will work for you. Otherwise roll your own. Thanks, Mike -----Original Message----- From: CHENEY,JOHN (HP-Australia,ex3) [mailto:john.cheney@hp.com] Sent: Wednesday, January 22, 2003 2:44 PM To: 'twilson@stl-inc.com' Cc:
2004 Aug 30
1
Re: wine-users digest, Vol 1 #1852 - 12 msgs
Hi, I'm looking for a way to do this, but wine 200407* no longer seems to have a .wine/config file. I'm compiling 20040813 at the moment. Any ideas how to set the windows version since 200407* Ed. - > From: Stefan Munz <stefan.munz@itomig.de> > Reply-To: stefan.munz@itomig.de > Organization: ITOMIG > To: wine-users@winehq.org > Subject: Re: [Wine]MS Office 2000 needs
2003 Jan 23
0
Re: R-help digest, Vol 1 #51 - 13 msgs
> Subject: [R] Question on running tseries::garch on Mac OSX > Date: Sat, 18 Jan 2003 15:58:50 -0800 > From: Nicholas Waltner <nwaltner at attbi.com> > To: <R-help at stat.math.ethz.ch> > > Hello, > > When I run the garch examples, I get the following output: > > > dax.garch <- garch(dax) > > ***** ESTIMATION WITH ANALYTICAL GRADIENT *****
2003 Jun 18
0
Re: LARTC digest, Vol 1 #1233 - 16 msgs
Andrew: Differentiated Service on Linux HOWTO (work in progress) could be of some help for you. Have a look at http://opalsoft.net/qos Best regards, Leonardo Balliache >Message: 6 >From: "Burnside, Andrew" <Andrew.Burnside@thalesgroup.com> >To: "''lartc@mailman.ds9a.nl''" <lartc@mailman.ds9a.nl> >Date: Wed, 18 Jun 2003 13:24:44
2002 Nov 08
2
[LLVMdev] Re: LLVMdev digest, Vol 1 #44 - 2 msgs
llvm, What is the best way to implement a traversal of the DS graph, starting at a scalar and processing all nodes to which the scalar allows access? Currently the links vector is not public and there is no apparent way to bound the getLink call (ie a getNumLinks call).... Dave
2001 Feb 28
0
wine-users digest, Vol 1 #354 - 8 msgs
There was an HL demo, downloaded from Sierra, that was a completely new episode - more like a taste of things to come. I enjoyed playing it, even after I had finished the full game, but was a little disappointed with the ending of the demo. Can't complain for free, though. I suggest you go and buy the 'battle pack' or whatever it's called - HL, OpFor, TFC, and a few other
2001 Jul 23
1
msvcrt/io.h and winelib, wine-users digest, Vol 1 #596 - 3 msgs
> You should not need to copy any header from windows. If you need to >do so then it's a Wine bug (well, there are probably still a couple of >missing headers, let us know about it when you find one). All right, what about stdio.h and wctype.h, which stdio.h requires? Do we use the Linux stdio.h instead? _____________________________________________________________ Sign up
2001 Oct 08
0
wine-users digest, Vol 1 #729 - 9 msgs
Hey All, Has anyone had any good experience with getting "The Brain" working? You can find a demo app at http://www.thebrain.com. I love this program and have actually paid out the $50 registration fee. It would be huge if I could get this working in WINE, but I've only managed to get a Visual C++ error dialog. Thanks! Ken Walker
2002 Dec 06
0
Betr: wine-users digest, Vol 1 #1353 - 2 msgs
>Message: 1 >Date: Thu, 5 Dec 2002 10:06:45 -0800 (PST) >From: Kevin DeKorte <kdekorte@yahoo.com> >Subject: Shell script for launching wineapps from a unix file manager >To: Wine Users <wine-users@winehq.com> > >All, > >Did a little research and found this little trick that >works well. > >First create this batch file and modify to your >system.
2003 Apr 03
0
Re: Asterisk-Users digest, Vol 1 #235 - 5 msgs
asterisk-users-request@lists.digium.com wrote: >Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users >or, via email, send a message with subject or body 'help' to > asterisk-users-request@lists.digium.com > >You can
2003 Apr 25
0
RE: Asterisk-Users digest, Vol 1 #339 - 11 msgs
Not really, I'm doing the tests using SIP. Is absolutely necesary have that board to work? >Have you loaded a zapata device? ztdummy or other digium hardware? >On Fri, 2003-04-25 at 14:59, Marsico, Gustavo - (Arg) wrote: >> Hi all, >> >> I'm doing some tests with the Meetme application, unfortunately, I >> can't make it works. If the application list