Semantic search

Jump to: navigation, search


Ccscript Heckert gnu.tiny.png
GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. It is the core of the scripting engine found in GNU Bayonne. It is meant to be used where step execution is important, and where each step is in response to a callback event or a state machine transition. It offers deterministic execution and low overhead so that many concurrent instances can run together. However, in addition to offering step machine execution, GNU ccScript loads all scripts into an active image at once. This is for performance, as all operations in the script system, to assure deterministic execution, are in memory. GNU ccScript also offers the ability to load new scripts en masse. Existing active sessions operate on the currently loaded scripts, and new sessions are offered the new script. When the last active session on an old script set completes, the entire script set is flushed from memory, so you can operate scripted servers without downtime for rebuilding script images in memory.
DialFOX
This is a candidate for deletion: 1. No files sources found. DialFOX is an express dialplan report generator that is used with the Asterisk PBX system. It is able to make an inventory of any device (such as SIP phones, softphones, and ATA) that is active in a local network. It lists their extensions, IP address, username, caller queue, device info, and comments. It can easily access with a mouse click to any SIP device that is found in the LAN. Furthermore, DialFOX provides additional information about phone devices like firmware release, key functions, and many more. DialFOX replace each sheet that are maintained by hand like hosts file and attaining this unnecessary.
Ekiga
Ekiga (formely known as GnomeMeeting) is a SoftPhone, Video Conferencing and Instant Messenger application over the Internet. It supports HD sound quality and video up to DVD size and quality. It is interoperable with many other standard compliant software, hardware and service providers as it uses both the major telephony standards (SIP and H.323).
Farstream
The Farstream (formerly Farsight2) project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. This package provides Python bindings for Farstream.
G-page
g-page is a client/server application designed to send text messages to pagers or SMS (short messaging system) enabled PCS phones. It supports the SNPP, WCTP, and SMTP (email) protocols, and works on a stand-alone workstation or across a network. The home page has a list of paging providers for the USA and the protocols they support.
GNU Gatekeeper
The GNU Gatekeeper is a free H.323 gatekeeper. You can use it to manage a Voice-over-IP or videoconferencing network and let endpoints (e.g., Ekiga) communicate through symbolic names. The GNU Gatekeeper provides NAT traversal and call encryption. It also has an external interface for billing and other applications.
Gajim
Gajim is a Jabber/XMPP client written in PyGTK. Gajim works nicely with GNOME, but does not require it to run.
Gastify
Gastify is a client for app_notify, an asterisk extension. It sits in the notification-area of the gnome-panel and displays a libnotify popup when a call arrives. By the way it logs all calls.
Gnucomm Heckert gnu.tiny.png
The GnuComm project, currently in its preliminary stages, aims to provide the standards-based software necessary to enable the switching and transception of multimedia streams for use in telecommunications applications such as voicemail and video conferencing. The goal is not just to replace proprietary telecommunications servers and clients, but to provide better solutions to common telecommunications problems. The first goal, with version 0.1, is to establish a functional communications system. A voice respose system has already been completed; the next projects are a fax server, VOIP client, SMS server, small business scripts, and packging and documentation. Version 1.0, a functional spec for a new architecture, was completed in June 2000.
Ihu
I Hear U (IHU) is a Voice over IP (VoIP) application for GNU/Linux, that creates an audio stream between two computers easily and with the minimal traffic on the network. The main features are:
  • Peer-to-Peer: the communication takes place directly between the computers (UDP and TCP both supported), without need of session protocols (such as SIP or H323) or other servers in the middle.
  • Good audio performance: IHU was born to give the best audio performance, low latency above all. For this purpose IHU is compatible with ALSA, now the default GNU/Linux sound architecture, but also with JACK, a low latency sound server. For the audio compression, IHU uses Speex, a codec optimized for speech (and completely free software).
  • Crypted stream: you have also the possibility to Encrypt/Decrypt the stream using a fast hybrid cryptographic system (RSA + Blowfish)
  • Command-line support: the Qt GUI is not strictly necessary, you can run also a textual IHU from command-line (for example if you need to run the program on remote computers).
The possibilities of use of IHU are endless, for example you can use it like a phone to talk with your friends all around the world, or at home/work, to talk between computers in the LAN, etc.


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.