Intercom is a flexible, configurable voice communication utility.
Be the first to post a text review of Intercom. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2003-02-13 12:25 shane * NEWS, configure.ac: Version 0.15 release. 2003-02-13 11:37 shane * userdefs.c: Default snd_singleopen to 1 as the majority of people will need it that way. 2003-02-12 20:18 shane * crypto.c: Fix compilation with old openssl libraries. 2003-02-12 20:17 shane * configure.ac: Relax autoconf version required to 2.54 for now as it seems to work. 2003-02-05 22:09 shane * configure.ac, crypto.c: Use new DES_ openssl crypt routines. Hopefully, older libraries will still work. 2003-02-05 21:10 shane * configure.ac: Remove double bracketing in some AC_HELP_STRING calls. 2003-01-27 14:29 shane * subst/Makefile.am: Add fnmatch_loop.c to extra_dist. 2003-01-27 14:21 shane * configure.ac, subst/fnmatch.c, subst/fnmatch.h, subst/fnmatch_loop.c, subst/memcmp.c: Added fnmatch and memcmp subst functions. Require autoconf 2.57. 2003-01-27 13:48 shane * Makefile.am: Comment indent code for now. 2002-10-05 21:51 shane * TODO: No log message. 2002-10-04 22:22 shane * console.c, userdefs.c, userdefs.h: When saving config variables to .intercomrc, only save those which differ from their default value.This should help to avoid some incompatible changes in future versions if the user hasn't changed a variable. 2002-10-02 10:34 shane * intercom.c: Check DSP_CAP_DUPLEX capability. 2002-09-29 22:16 shane * Makefile.am, gain.c, gain.h, intercom.c, intercom.h, userdefs.c, doc/sgml/customize.sgml: Changed audio gain to be expressed in decibels rather than a multiplication factor. This makes older configurations incompatible. Added a limiter for gain to prevent saturation. 2002-09-29 19:14 shane * console.c: GCC 3.2 fix. 2002-09-29 19:12 shane * pkthandler.c: Include unistd.h for read call. 2002-09-28 16:52 shane * TODO: No log message. 2002-09-28 16:00 shane * configure.ac: More configure updates. Primarily concerned with more function checking, replacement, etc. 2002-09-28 15:38 shane * .cvsignore, configure.ac: Updated autoconf to work with v2.54. Actually, we now require v2.54. 2002-09-27 23:34 shane * configure.ac, configure.in: rename configure.in to configure.ac 2002-03-17 17:01 shane * intercom.c: Fix minor closecall problem with snd_singleopen. 2002-03-10 15:00 shane * COPYING, Makefile.am, NEWS, acinclude.m4, codecs.c, codecs.h, configure.in, console.c, console.h, crypto.c, crypto.h, hooks.c, hooks.h, intercom.c, intercom.h, iobuff.c, iobuff.h, logoss.c, pkthandler.c, pkthandler.h, protocol.h, userdefs.c, userdefs.h, doc/Makefile.am, doc/sgml/Makefile.am, gsm/Makefile.am, subst/Makefile.am, subst/mempcpy.c, subst/strnlen.c: Use GPL version 2. 2002-03-10 02:34 shane * TODO, console.c, userdefs.c, doc/sgml/customize.sgml: Added cmd_maxdepth variable. 2002-03-10 02:17 shane * Makefile.am, configure.in, doc/.cvsignore, doc/Makefile.am, doc/content.sgml, doc/customize.sgml, doc/gfdl.sgml, doc/install.sgml, doc/interface.sgml, doc/intro.sgml, doc/manual.sgml, doc/preface.sgml, doc/usage.sgml, doc/version.sgml, doc/sgml/.cvsignore, doc/sgml/Makefile.am, doc/sgml/content.sgml, doc/sgml/customize.sgml, doc/sgml/gfdl.sgml, doc/sgml/install.sgml, doc/sgml/interface.sgml, doc/sgml/intro.sgml, doc/sgml/manual.sgml, doc/sgml/preface.sgml, doc/sgml/usage.sgml, doc/sgml/version.sgml: HTML and text versions of the manual are now generated at make dist time and included in source package. Moved sgml sources into sgml directory for the sake of clarity. 2002-03-09 23:44 shane * doc/: customize.sgml, install.sgml, intro.sgml, usage.sgml: Further manual updates/corrections. 2002-03-03 14:52 shane * doc/: content.sgml, interface.sgml, manual.sgml: Added documentation for hook, exec, and if commands. 2002-02-28 15:48 shane * console.c: Change if syntax so comparative operaters are optional. By default "= 0" is assumed as is done in shell programming. Also added && and || respectively. Behavior is also that of the sh(1). 2002-02-28 15:27 shane * console.c: Fix segfault if if command parser. 2002-02-28 02:17 shane * console.c, hooks.c, hooks.h: Drop stop flag.Since patterns are gone, stop doesn't do much. 2002-02-28 01:07 shane * configure.in, subst/Makefile.am, subst/regex.c, subst/regex.h: Regex is no longer needed. 2002-02-28 01:06 shane * console.c, hooks.c, hooks.h, intercom.c, pkthandler.c: No longer use a pattern match in hooks. This can be performed using if and environment variables now so there is no point. 2002-02-27 14:43 shane * console.c: Fix problems with hangup_lc hook. 2002-02-27 13:41 shane * doc/customize.sgml: Manual updates. Added a few sections and made some obvious gramatic corrections to others. 2002-02-27 13:05 shane * console.c, hooks.c, hooks.h, intercom.c, pkthandler.c: Removed siguar1 and sigusr2 hooks. Added call_connect hook which gets executed when a call is actually connected. 2002-02-26 20:02 shane * configure.in, console.c, intercom.c, pkthandler.c: Portability fixes mostly for BSD but they won't hurt on any platform. 2002-02-26 02:49 shane * configure.in: Use bundled GSM library when --enable-optimize is specified. 2002-02-26 02:44 shane * console.c, intercom.c, intercom.h, pkthandler.c: Make many Intercom variables available via the shell environment for processing by hooks if if commands. Protect crypt_passphrase variable a little. 2002-02-26 01:42 shane * console.c: Modified ifreturn to accept symbolic operators such as = < > etc. Also can use else constructs. Renamed ifreturn to simply if. 2002-02-25 15:03 shane * intercom.c, pkthandler.c: Try to fix OSS select behavior and triggers. 2002-02-21 12:22 shane * doc/customize.sgml: Added audio silence subsection and networking parameters section. 2002-02-21 02:27 shane * doc/customize.sgml: Added audio silence subsection. 2002-02-14 19:33 shane * doc/: content.sgml, customize.sgml, gfdl.sgml, install.sgml, intro.sgml, manual.sgml, preface.sgml, usage.sgml, version.sgml: Commit of partial user-manual.This is not complete and will not be in a make dist yet. 2002-02-14 15:13 shane * pkthandler.c, userdefs.c: Remove auto_answer config variable (replaced by hooks). 2002-02-14 13:54 shane * userdefs.c: Use audio compression by default. Codec depends on configure options. 2002-02-12 17:50 shane * console.c: Fix hook cleartype command. 2002-02-12 17:50 shane * hooks.c: Fixed hook list curruption bug in hk_clear. 2002-02-12 16:18 shane * console.c: Minor typoe fixed.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?