Displaying 10 results from an estimated 10 matches for "forethought".
2004 May 10
1
Callerid via PRI
...ecallerid=yes
usecallingpres=no
hidecallerid=no
;callerid=asreceived
threewaycalling=no
cancallforward=no
transfer=no
immediate=no
adsi=no
echotraining=yes
echocancel=yes
echocancelwhenbridged=yes
group=1
channel=1-23
--
Matthew Billings | Affordable WWW & Internet Solutions
foreThought.net | for Small Business
matt.billings@foreThought.net | 910 16th Street, #1220 (303)
228-0070 x821
--The Future is Now!-- | Denver, CO 80202 (303)
228-0077 fax
2012 Apr 09
14
Taking github noise away from puppet-dev list
...ve the github notifications to a
new list, puppet-commits. I realize this may have a consequence of
reducing patch/commit discussion. This should be compensated by:
1. Still having a list where pull requests can be commented on
2. Ability to comment on pull requests directly on github
3. More forethought and discussion on the dev list prior to making a
pull request/patch.
4. You can also watch the RSS feed for the puppet projects you have
the most interest in.
This decision isn''t final, but I would like to get opinions on the
idea. I welcome feedback until Friday, April 13.
Michael St...
2004 May 17
1
problems compiling h323 support
Hi all I am trying to compile Asterisk on RH9
I am have installed
pwlib_1.5.2
readline-4.3-5
readline-devel-4.3-5
openssl-devel-0.9.7a-2
openssl-0.9.7a-2
openh323_1.12.2
I read that it has to do with pwlib not being installed correctly so i made
sure it was in /usr/local correctly
When i try to compile i get the follow errors....
I was wondering can anyone shed in light on this issue
Thanks
1995 May 24
4
Drivers for FORE systems cards under FreeBSD
...development,
manufacture, and sale of high performance local area networking products
based on ATM (Asynchronous Transfer Mode) technology. FORE offers the most
comprehensive ATM LAN product line available today including ForeRunner
switches, adapter cards, LAN access products, and video adapters,
ForeThought internetworking software, and ForeView network management
software. FORE has delivered ATM solutions to over 500 customers including
Fortune 500 companies, telecommunications service providers, government
agencies, research institutions, and universities. FORE Systems'
headquarters are locate...
2004 Jul 14
1
Starting up considerations.....
I know this has been covered before, but could someone please explain the
benefits to starting asterisk various ways. I am partly posting this too,
to see if my assumptions are correct.
Is call quality affected by starting it differently?
My belief is no. Regardless of how you start it, quality will be
the same... Correct?
So far, I have used:
asterisk -vvvgnc
If you are logged into a
2007 Jun 17
18
6 disk raidz2 or 3 stripe 2 way mirror
I''m playing around with ZFS and want to figure out the best use of my 6x
300GB SATA drives. The purpose of the drives is to store all of my data at
home (video, photos, music, etc). I''m debating between:
6x 300GB disks in a single raidz2 pool
--or--
2x (3x 300GB disks in a pool) mirrored
I''ve read up a lot on ZFS, but I can''t really figure out which is
2011 Sep 20
5
Installation of 6.0
Some observations.
When I installed 6.0 (base install), the installation interface did not guide me through a network configuration.? I do static IP addresses, not DHCP.
I ended up manually configuring the various /etc/sysconfig files.? I forgot to do the GATEWAY configuration and it took me awhile to figure out why I wasn't able to connect to the server from outside the LAN.
I also forgot
2004 May 17
4
Redhat 7.3 compiling problem
Firstly, amazing software, props to all the developers.
I'm trying to compile the latest asterisk cvs checkout and keep getting
an error which I can't solve, any help would be much appreciated -
make[1]: Leaving directory `/usr/src/asterisk/stdtime'
if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-05/17/04-16:45:34
> .version; fi
for x in res channels pbx apps
2006 Jan 10
1
[LLVMdev] Re: passmanager, significant rework idea...
On 1/10/06, Chris Lattner <sabre at nondot.org> wrote:
> Interesting approach. :)
Thanks.
> Comments below, with ***'s before the notes:
> +class LoopPass : public Pass {}; // Temporary.
>
> *** I wouldn't worry about loop passes yet.
Sure.
> +class PassUnit {
> + Pass *pass;
> +
> + enum Traversal {
> + LINEAR, // Standard top down
2014 Aug 05
2
[LLVMdev] LLVM as a shared library
On Tue, Aug 5, 2014 at 2:57 PM, Filip Pizlo <fpizlo at apple.com> wrote:
>
> On Aug 5, 2014, at 2:51 PM, Eric Christopher <echristo at gmail.com> wrote:
>
> On Tue, Aug 5, 2014 at 2:49 PM, Filip Pizlo <fpizlo at apple.com> wrote:
>
>
> On Aug 5, 2014, at 1:46 PM, Eric Christopher <echristo at gmail.com> wrote:
>
> (7) Make the C API truly great.