Main > Free Download Search >

Free computer software designed telephony over network software for linux

computer software designed telephony over network

Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 15766
Instant Computer Help from Sunflower Network 0.5

Instant Computer Help from Sunflower Network 0.5


Instant Computer Help from Sunflower Network is an extension which enables you to get instant, expert help with your computer. more>>
Instant Computer Help from Sunflower Network is an extension which enables you to get instant, expert help with your computer.

Get instant, expert help with your computer.
You choose the price!

The Instant Computer Help tool bar immediately connects you with Sunflower Networks computer experts. Simply type in a brief description of your computer problem, and select the price that this answer is worth to you.

These agents are instantly notified of your help request -- their responses to you will appear in your browser. Choose an agent based on their profile and rating, and youll be connected by text chat, screen sharing, and telephone, for rapid problem resolution.

If the agent cant resolve your problem you dont have to pay! Payment for services is handled through a secure connection with PayPal.

By safely and securely connecting you with friendly and experienced experts, your computer problems can be fixed quickly, at a price of your choosing.

<<less
Download (0.003MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
936 downloads
Computer Dictionary Computer Terminology 1.0

Computer Dictionary Computer Terminology 1.0


Computer Dictionary: What is an Operating System or OS. This computer terminology explained in plain English in this simple video computer lesson you ... more>> <<less
Download (48145KB)
Added: 2009-04-06 License: Freeware Price: Free
241 downloads
Yet Another Telephony Engine 3.3

Yet Another Telephony Engine 3.3


Yet Another Telephony Engine is known as a useful and comprehensive next-generation telephony engine; while currently focused on Voice over Internet Protocol (VoIP) and PSTN more>> <<less
Added: 2011-04-05 License: GPL Price: FREE
downloads
 
Other version of Yet Another Telephony Engine
Yet Another Telephony Engine 1.2.0YATE is a telephony engine aimed at creating an telephony server. Yate is production-ready software. Yates license is GPL with an exception for linking with
License:GPL (GNU General Public License)
Download (0.83MB)
922 downloads
Added: 2007-04-16
Solartron Orbit Network Reader 0.1.3

Solartron Orbit Network Reader 0.1.3


Solartron Orbit Network Reader is launched to be a convenient as well as professional cross-platform Python module and GUI to read from a Solartron Orbit Network over RS232. more>> <<less
Added: 2008-06-07 License: GPL v3 Price: FREE
1 downloads
Computer Breaker 0.2

Computer Breaker 0.2


Computer Breaker project is a network testing tool for services vulnerabilities. more>>
Computer Breaker project is a network testing tool for services vulnerabilities.

Computer Breaker is a network testing tool that allows networking administrators to test if a computer is vulnerable to malicious attacks.

Using the Nessus scanner, computer-breaker scans the remote host and automatically exploits its vulnerabilities.

<<less
Download (0.089MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
981 downloads
My Computer Hates Me! 0.1

My Computer Hates Me! 0.1


My Computer Hates Me! is considered as a useful and convenient Firefox extension which helps you receive your daily dose of abuse, delivered from your very own PC. more>> <<less
Added: 2010-06-12 License: MPL Price: FREE
downloads
Thousand Parsec Python Network Library 0.2.4

Thousand Parsec Python Network Library 0.2.4


Thousand Parsec Python Network Library provides you with a useful and convenient 4 Xs gaming utility (eXplore, eXpand, eXterminate, eXploit). more>> <<less
Added: 2009-01-13 License: LGPL Price: FREE
1 downloads
archipel-agent-hypervisor-network 1.0.22 Beta

archipel-agent-hypervisor-network 1.0.22 Beta


archipel-agent-hypervisor-network supplies you with a high quality program that is released as an elegant Python module to manage libvirt networks. more>> <<less
Added: 2011-03-30 License: AGPL Price: FREE
downloads
 
Other version of archipel-agent-hypervisor-network
archipel-agent-hypervisor-network 1.0.21 Betaarchipel-agent-hypervisor-network 1.0 ... it possible for you to manage libvirt networks. archipel-agent-hypervisor-network 1.0.21
Price: FREE
License:AGPL
Download
downloads
Added: 2011-03-15
archipel-agent-hypervisor-network 1.0.19 Betaarchipel-agent-hypervisor-network 1.0 ... Python module to manage libvirt networks
Price: FREE
License:AGPL
Download
downloads
Added: 2011-03-04
archipel-agent-hypervisor-network 1.0.17 Betaarchipel-agent-hypervisor-network 1.0 ... archipel-agent-hypervisor-network is released as a comprehensive and effective Python
Price: FREE
License:AGPL
Download
downloads
Added: 2011-03-03
archipel-agent-hypervisor-network 1.0.14 Betaarchipel-agent-hypervisor-network 1.0 ... archipel-agent-hypervisor-network is appreciated as a reliable and valuable Python module
Price: FREE
License:AGPL
Download
downloads
Added: 2011-02-23
archipel-agent-hypervisor-network 0.2.2 Betaarchipel-agent-hypervisor-network 0.2.2 ... and smart program which enables you to manage libvirt networks. archipel-agent-hypervisor
Price: FREE
License:AGPL
Download
downloads
Added: 2011-05-27
Math::Telephony::ErlangC 0.03

Math::Telephony::ErlangC 0.03


Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. more>>
Math::Telephony::ErlangC is a Perl extension for Erlang C calculations.
SYNOPSIS
use Math::Telephony::ErlangC;
# Evaluate probability that a service request will have to wait
$wprob = wait_probability($traffic, $servers);
# Probability that the wait time will be less than a fixed maximum
# $mst is the mean service time
$mwprob = maxtime_probability($traffic, $servers, $mst, $maxtime);
# Average time waiting in queue
# $mst is the mean service time
$awtime = average_wait_time($traffic, $servers, $mst);
This mosule contains various functions to deal with Erlang C calculations.
The Erlang C model allows dimensioning the number of servers in a M/M/S/inf/inf model (Kendall notation):
- The input process is Markovian (Poisson in this case)
- The serving process is Markovian (ditto)
- There are S servers
- The wait line is infinite (pure wait, no loss, no renounce)
- The input population is infinite
<<less
Download (0.008MB)
Added: 2006-12-01 License: Perl Artistic License Price:
1057 downloads
Math::Telephony::ErlangB 0.06

Math::Telephony::ErlangB 0.06


Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. more>>
Math::Telephony::ErlangB is a Perl extension for Erlang B calculations.
SYNOPSIS
use Math::Telephony::ErlangB qw( :all );
# Evaluate blocking probability
$bprob = blocking_probability($traffic, $servers);
$gos = gos($traffic, $servers); # Same result as above
# Dimension minimum number of needed servers
$servers = servers($traffic, $gos);
# Calculate maximum serveable traffic
$traffic = traffic($servers, $gos); # Default precision 0.001
$traffic = traffic($servers, $gos, 1e-10);
This module contains various functions to deal with Erlang B calculations.
The Erlang B model allows dimensioning the number of servers in a M/M/S/0/inf model (Kendall notation):
- The input process is Markovian (Poisson in this case)
- The serving process is Markovian (ditto)
- There are S servers
- Theres no wait line (pure loss)
- The input population is infinite
<<less
Download (0.024MB)
Added: 2006-07-04 License: Perl Artistic License Price:
1210 downloads
Noname Network 0.1.7

Noname Network 0.1.7


Noname Network provides a powerful file-sharing network. more>>
Noname Network provides a powerful file-sharing network.

The Noname network is a gnutella-based network that features a different and more flexible protocol. The client and network currently support filesharing, but the protocol can be extended to support more features.

<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
AggreGate SNMP Network Manager 4.25.03

AggreGate SNMP Network Manager 4.25.03


AggreGate SNMP Network Manager gives you much convenience with this useful program which supports you to manage, monitor and supervise IP network. more>> <<less
Added: 2009-07-01 License: Other/Proprietary Li... / N Price: A
1 downloads
IVM Telephone Answering Attendant 4.09

IVM Telephone Answering Attendant 4.09


IVM Telephone Answering Attendant is considered as a useful telephone answering machine, voice mail, call attendant, info-line and interactive voice response (ivr) program for Linux computers with VoIP, voice modems or professional telephony line devices. more>> <<less
Added: 2008-10-17 License: Artistic License Price: USD19.50
3368 downloads
Igelle Connector 0.4.0

Igelle Connector 0.4.0


Igelle Connector is designed as a convenient and flexible network management tool for Linux-like operating systems, capable of connecting to different kinds of networks and managing the created connections. more>> <<less
Added: 2009-04-24 License: GPL Price: FREE
1 downloads
Open Source Computer Vision Library 2.3.1

Open Source Computer Vision Library 2.3.1


Open Source Computer Vision Library is such a professionally designed and user- friendly program which is a collection of algorithms and sample code for various computer vision problems. more>> <<less
Added: 2011-09-05 License: BSD License Price: FREE
downloads
 
Other version of Open Source Computer Vision Library
Open Source Computer Vision Library 2.1.0Open Source Computer Vision Library is considered ... and sample code for various computer vision problems. Open Source Computer Vision Library 2.1
Price: FREE
License:BSD License
Download
downloads
Added: 2010-09-27
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5

computer software designed telephony over network in Related Categories